X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frelocate.hh;h=1a3e8a38d9928ea161112debe86754d3a69c6a8a;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=d50614d78715c48d68fca43cc758ca4bd3dcbb5d;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/include/relocate.hh b/lily/include/relocate.hh index d50614d787..1a3e8a38d9 100644 --- a/lily/include/relocate.hh +++ b/lily/include/relocate.hh @@ -1,10 +1,20 @@ /* - relocate.hh -- declare relocation functions + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2012 Han-Wen Nienhuys - (c) 2005--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 RELOCATE_HH @@ -14,7 +24,6 @@ void read_relocation_dir (string dirname); void read_relocation_file (string filename); -string read_line (FILE *f); string expand_environment_variables (string orig); int sane_putenv (char const *key, string value, bool overwrite);