X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffile-name.hh;h=3e9c6d5294082689709f2d4dbca6675e02b514c0;hb=27477ca707bc97de3c401e41e16c4fbb7fa51c18;hp=e8ea1ea3c2d67667c535f5ad51b87d07ad9b72df;hpb=894d44860ef5cfaadb8d8de82bddcd78defe9676;p=lilypond.git diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh index e8ea1ea3c2..3e9c6d5294 100644 --- a/flower/include/file-name.hh +++ b/flower/include/file-name.hh @@ -1,9 +1,20 @@ /* - file-name.hh -- declare File_name + This file is part of LilyPond, the GNU music typesetter. - source file of the Flower Library + Copyright (C) 1997--2012 Han-Wen Nienhuys - (c) 1997--2007 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef FILE_NAME_HH @@ -23,11 +34,11 @@ public: string base_; string ext_; - File_name (string=""); + File_name (string = ""); bool is_absolute () const; string to_string () const; - + File_name canonicalized () const; string dir_part () const; string file_part () const; };