]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
Run grand-replace for 2009.
[lilypond.git] / scripts / etf2ly.py
index 39401b0692ac9bc6f3cd436ba5cb257f3b3cdd0a..26fd2e03ae1e4590cfe42c9e2795ec35c0299700 100644 (file)
@@ -1116,8 +1116,7 @@ class Etf_file:
 
         
         while c and c.number <> endno:
-            thread.append (c)
-            c = c.next
+            thread.append (c) c = c.next
 
         if c: 
             thread.append (c)
@@ -1171,7 +1170,7 @@ def warranty ():
 
 %s
 %s
-''' % ( _ ('Copyright (c) %s by') % '2001--2008',
+''' % ( _ ('Copyright (c) %s by') % '2001--2009',
         '\n  '.join (authors),
         _ ('Distributed under terms of the GNU General Public License.'),
         _ ('It comes with NO WARRANTY.')))