X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=b246fb82b130258d41afa03e6825cb9a4a955131;hb=487f44ae4bebfe14e56bbd8a6de5e7a9aea35028;hp=a97f0c2f76f44b8362118afebc1ac1ceb443f696;hpb=66a729cbb7d3bb1739c7cc843ad2e398ad6ad4e2;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index a97f0c2f76..b246fb82b1 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -1,10 +1,20 @@ +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; documentation-lib.scm -- Assorted Functions for generated documentation +;;;; Copyright (C) 2000--2010 Han-Wen Nienhuys +;;;; Jan Nieuwenhuizen ;;;; -;;;; source file of the GNU LilyPond music typesetter +;;;; 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. ;;;; -;;;; (c) 2000--2009 Han-Wen Nienhuys -;;;; Jan Nieuwenhuizen +;;;; 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 . (use-modules (oop goops) (srfi srfi-13)