X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fmidi2ly.py;h=f4a47fb79ab963c889a9d372b9952e89ac3cdbd9;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=79351bbfa2c1817b8fde62871471b18afff34bce;hpb=6974acebcadc8f9f429adc66f8b2fea754e420ee;p=lilypond.git diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index 79351bbfa2..f4a47fb79a 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -4,7 +4,7 @@ # This file is part of LilyPond, the GNU music typesetter. # -# Copyright (C) 1998--2014 Han-Wen Nienhuys +# Copyright (C) 1998--2015 Han-Wen Nienhuys # Jan Nieuwenhuizen # # LilyPond is free software: you can redistribute it and/or modify @@ -78,7 +78,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '1998--2014', +''' % ( _ ('Copyright (c) %s by') % '1998--2015', '\n '.join (authors), _ ('Distributed under terms of the GNU General Public License.'), _ ('It comes with NO WARRANTY.')))