]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie-column.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / semi-tie-column.hh
index 8cc8063dfbe1e6cd53eeca9095929fef58d1da36..88bde59bba2e7a405defbf5fb213c1f5d94c8e2e 100644 (file)
@@ -1,10 +1,21 @@
 /*
-  semi-tie-column.hh -- declare Laissez_vibrer_tie_column
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
-  (c) 2005--2009 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 SEMI_TIE_COLUMN_HH
 
 struct Semi_tie_column
 {
-  DECLARE_GROB_INTERFACE();
-  
+  DECLARE_GROB_INTERFACE ();
+
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_head_direction, (SCM));
 };
 
-
 #endif /* SEMI_TIE_COLUMN_HH */