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 /scm/flag-styles.scm | |
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 'scm/flag-styles.scm')
-rw-r--r-- | scm/flag-styles.scm | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/scm/flag-styles.scm b/scm/flag-styles.scm index ae671db8ba..c15d432c6e 100644 --- a/scm/flag-styles.scm +++ b/scm/flag-styles.scm @@ -1,10 +1,22 @@ -;;;; flag-styles.scm +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPOnd music typesetter +;;;; Copyright (C) 2008--2009 Reinhold Kainhofer <reinhold@kainhofer.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/>. + ;;;; This file implements different flag styles in Scheme / GUILE, most ;;;; notably the old-straight-flag and the modern-straight-flag styles. -;;;; (define-public (no-flag stem-grob) |