X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffile-name.hh;h=6f2da750932bede79c0bf976c25c93ddc1171c8f;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=bd699e0b3151cdf12a207fb39cf6d8795d5a03be;hpb=5ae46f750bfb3a947d4adc26044560da54c21e17;p=lilypond.git diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh index bd699e0b31..6f2da75093 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--2015 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 @@ -12,7 +23,7 @@ #include "std-vector.hh" #include "std-string.hh" -std::string dir_name (std::string const file_name); +std::string dir_name (const std::string &file_name); std::string get_working_directory (); class File_name @@ -23,7 +34,7 @@ public: string base_; string ext_; - File_name (string=""); + File_name (string = ""); bool is_absolute () const; string to_string () const;