X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsources.hh;h=165b59038df137ec5c234c05b6be148ba5ab80e1;hb=c39d188d28fdc84cef8cbaea7b8d6e2fb718c30f;hp=32dbb2ad458ae062ae40d30f5928625b014ea4e3;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/lily/include/sources.hh b/lily/include/sources.hh index 32dbb2ad45..165b59038d 100644 --- a/lily/include/sources.hh +++ b/lily/include/sources.hh @@ -1,7 +1,20 @@ /* - sources.hh -- part of LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1997--2009 Jan Nieuwenhuizen + Copyright (C) 1997--2014 Jan Nieuwenhuizen + + 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 SOURCES_HH @@ -13,13 +26,13 @@ class Sources { Sources (Sources const &); - vector sourcefiles_; + vector sourcefiles_; public: Sources (); ~Sources (); - Source_file *get_file (string file_name, string const& currentpath); + Source_file *get_file (string file_name, string const ¤tpath); void add (Source_file *sourcefile); void set_path (File_path *);