diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2009-11-25 20:40:00 +0100 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2009-11-25 20:40:00 +0100 |
commit | b7a0cffbf9d1069860368f289a5b50e9d1d90ba8 (patch) | |
tree | fbf2af3087b361e0552b9491611231aec588b0a1 /lily/stanza-number-engraver.cc | |
parent | 1f8f8075de6d90783386aea28af67755ed57da16 (diff) |
Update source file headers. Fixes using standard GNU package conventions.
Signed-off-by: Han-Wen Nienhuys <hanwen@xs4all.nl>
Signed-off-by: Jan Nieuwenhuizen <janneke@gnu.org>
Signed-off-by: John Mandereau <john.mandereau@gmail.com>
Signed-off-by: Graham Percival <graham@percival-music.ca>
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Signed-off-by: Joe Neeman <joeneeman@gmail.com>
Signed-off-by: Heikki Johannes Junes <hjunes@gmail.com>
Signed-off-by: Neil Puttock <n.puttock@gmail.com>
Signed-off-by: Carl D. Sorensen <c_sorensen@byu.edu>
Signed-off-by: Mats Bengtsson <mats.bengtsson@s3.kth.se>
Signed-off-by: Werner Lemberg <wl@gnu.org>
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
Signed-off-by: Nicolas Sceaux <nicolas.sceaux@free.fr>
Diffstat (limited to 'lily/stanza-number-engraver.cc')
-rw-r--r-- | lily/stanza-number-engraver.cc | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/lily/stanza-number-engraver.cc b/lily/stanza-number-engraver.cc index 3434f06167..3d621fef4d 100644 --- a/lily/stanza-number-engraver.cc +++ b/lily/stanza-number-engraver.cc @@ -1,9 +1,20 @@ /* - lyric-number-engraver.cc -- implement Stanza_number_engraver + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2000--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com> - (c) 2000--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>, Glen Prideaux <glenprideaux@iname.com> + 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/>. */ #include "engraver.hh" |