]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
Admin: run yearly grand-replace.
[lilypond.git] / scripts / etf2ly.py
index 1bd2699b8d63605f9f19c092960a1ef4631075e8..a487d623d896c46d088e6f601a9aef229b3dbead 100644 (file)
@@ -1131,8 +1131,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)
@@ -1186,7 +1185,7 @@ def warranty ():
 
 %s
 %s
-''' % ( _ ('Copyright (c) %s by') % '2001--2010',
+''' % ( _ ('Copyright (c) %s by') % '2001--2011',
         '\n  '.join (authors),
         _ ('Distributed under terms of the GNU General Public License.'),
         _ ('It comes with NO WARRANTY.')))