X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-iterator.hh;h=ca71bdbaae41fade7bf5d3e684d53d59bde237ca;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=9e6570c7be15b6706b48fa92c4919b13120f287e;hpb=a9d9433bc7b95cb2d4b3d96eefce7a8437c0d44e;p=lilypond.git diff --git a/lily/include/event-iterator.hh b/lily/include/event-iterator.hh index 9e6570c7be..ca71bdbaae 100644 --- a/lily/include/event-iterator.hh +++ b/lily/include/event-iterator.hh @@ -1,10 +1,21 @@ /* - event-iter.hh -- declare Event_chord_iterator + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2006--2015 Han-Wen Nienhuys + Erik Sandberg - (c) 2006--2009 Han-Wen Nienhuys - Erik Sandberg + 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 . */ #ifndef EVENT_ITERATOR_HH @@ -14,7 +25,7 @@ class Event_iterator : public Simple_music_iterator { - DECLARE_CLASSNAME(Event_iterator); + DECLARE_CLASSNAME (Event_iterator); public: DECLARE_SCHEME_CALLBACK (constructor, ());