]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
Imported Upstream version 2.16.0
[lilypond.git] / flower / include / file-name.hh
index 649521fa71f1a7f5ea834dc9d84fc2f51541b386..3e9c6d5294082689709f2d4dbca6675e02b514c0 100644 (file)
@@ -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 <hanwen@xs4all.nl>
 
-  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  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 <http://www.gnu.org/licenses/>.
 */
 
 #ifndef FILE_NAME_HH
@@ -23,7 +34,7 @@ public:
   string base_;
   string ext_;
 
-  File_name (string="");
+  File_name (string = "");
 
   bool is_absolute () const;
   string to_string () const;