X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsmobs.cc;h=5544d95d7b08d8fbdae5ffc1f151323265f8121f;hb=a811a3c91c05f33474c1d447bedaa1e089522532;hp=a4c88fe58b12f276406dcae0a9d5b78d4b04d343;hpb=00e3e15364b9d3c94cda1bcab9f889bb95f6832d;p=lilypond.git diff --git a/lily/smobs.cc b/lily/smobs.cc index a4c88fe58b..5544d95d7b 100644 --- a/lily/smobs.cc +++ b/lily/smobs.cc @@ -1,9 +1,20 @@ /* - smobs.cc -- implement Smob protection + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2011 Han-Wen Nienhuys - (c) 2005--2007 Han-Wen Nienhuys + 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 . */ #include "smobs.hh" @@ -23,7 +34,7 @@ ADD_SCM_INIT_FUNC (init_smob_protection, init_smob_protection); LY_DEFINE (ly_smob_protects, "ly:smob-protects", 0, 0, 0, (), - "Return lily's internal smob protection list") + "Return LilyPond's internal smob protection list.") { return scm_is_pair (smob_protection_list) ? scm_cdr (smob_protection_list)