]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/*:
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 15:51:15 +0000 (15:51 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 17 May 2003 15:51:15 +0000 (15:51 +0000)
* lily/main.cc: It's 2003 already; messages only.

ChangeLog
lily/main.cc
scripts/lilypond-book.py
scripts/ly2dvi.py
scripts/midi2ly.py
scripts/mup2ly.py
scripts/musedata2ly.py
scripts/pmx2ly.py
scripts/update-lily.py

index cd7f87be46d1ab4d4ac369ca51d857573c0c5af3..eca201c5bc6dfd70e196f17032b363c197eb54c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * scripts/*:
+       * lily/main.cc: It's 2003 already; messages only.
+
        * Documentation/user/GNUmakefile: backport: Compatibility fix for
        new makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90
        (rsn) for making binary packages; info splitting bug has been
index 5253bb54f55ea83b6f383f3b8c1fb129d9dbc70d..8383b2f7c6548fa65ce72d40c8f59b355e91f2cc 100644 (file)
@@ -185,7 +185,7 @@ version ()
     "lilypond").to_str0 ());
   printf ("\n");
 
-  printf (_f ("Copyright (c) %s by", "1996--2002").to_str0 ());
+  printf (_f ("Copyright (c) %s by", "1996--2003").to_str0 ());
   printf ("\n");
   printf ("  Han-Wen Nienhuys <hanwen@cs.uu.nl>\n");
   printf ("  Jan Nieuwenhuizen <janneke@gnu.org>\n");
@@ -197,7 +197,7 @@ notice ()
   printf ("\n");
   printf (_ ("GNU LilyPond -- The music typesetter").to_str0 ());
   printf ("\n");
-  printf (_f ("Copyright (c) %s by", "1996--2002").to_str0 ());
+  printf (_f ("Copyright (c) %s by", "1996--2003").to_str0 ());
   printf ("\n");
   printf ("  Han-Wen Nienhuys <hanwen@cs.uu.nl>\n");
   printf ("  Jan Nieuwenhuizen <janneke@gnu.org>\n");
index cd5b6e5c879501fa68b52644b30f31a815e8cdb5..7a043632ff24a1527a36c55bb6deb1af8da7b792 100644 (file)
@@ -1375,7 +1375,7 @@ def identify (stream):
 
 def print_version ():
        identify (sys.stdout)
-       sys.stdout.write (r'''Copyright 1998--1999
+       sys.stdout.write (r'''Copyright 1998--2003
 Distributed under terms of the GNU General Public License. It comes with
 NO WARRANTY.
 ''')
index d5e838506a937f865f8def007cb16233e054ca9f..f831dba27ae2336aeb7d1c2495b9a4262a30d8aa 100644 (file)
@@ -110,7 +110,7 @@ def identify ():
 def warranty ():
        identify ()
        sys.stdout.write ('\n')
-       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2002'))
+       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003'))
        sys.stdout.write ('\n')
        sys.stdout.write ('  Han-Wen Nienhuys')
        sys.stdout.write ('  Jan Nieuwenhuizen')
index a0e431aef45548c37b6f5781e72a741890feb8f2..58059ee00735c4d28f4f0d1d34aae8479f297341 100644 (file)
@@ -131,7 +131,7 @@ def identify ():
 def warranty ():
        identify ()
        sys.stdout.write ('\n')
-       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2002'))
+       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003'))
        sys.stdout.write ('\n')
        sys.stdout.write ('  Han-Wen Nienhuys')
        sys.stdout.write ('  Jan Nieuwenhuizen')
index 88868a8e03f5f13f5c4468add89df1f0bf24fd45..f9c8ea924605ff894c4f22d77dc6f20c2e2ceadd 100644 (file)
@@ -127,7 +127,7 @@ def identify ():
 def warranty ():
        identify ()
        sys.stdout.write ('\n')
-       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2002'))
+       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003'))
        sys.stdout.write ('\n')
        sys.stdout.write ('  Han-Wen Nienhuys')
        sys.stdout.write ('  Jan Nieuwenhuizen')
index 99d74fb764298e516d08a4bac2a29d3dd6b9b800..5f50bf8cce943e2cbc04a4845f6f9c73a9fca37f 100644 (file)
@@ -563,7 +563,7 @@ This is free software.  It is covered by the GNU General Public License,
 and you are welcome to change it and/or distribute copies of it under
 certain conditions.  Invoke as `midi2ly --warranty' for more information.
 
-Copyright (c) 2000--2002 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c) 2000--2003 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
 """ % version)
 def identify():
        sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version))
index 412906db09cefafd35d2115a870553b01b315569..54a7114c649ee5e2709e42f10e1f12faa3048b14 100644 (file)
@@ -804,7 +804,7 @@ This is free software.  It is covered by the GNU General Public License,
 and you are welcome to change it and/or distribute copies of it under
 certain conditions.  Invoke as `midi2ly --warranty' for more information.
 
-Copyright (c) 2000--2002 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c) 2000--2003 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
 """ % version)
 def identify():
        sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version))
index 89b13bc77322da99c0a381de1fc1581586ac7169..a0fba46adf00048a1936010ab5e756e14369c75f 100644 (file)
@@ -120,7 +120,7 @@ def identify ():
 def warranty ():
        identify ()
        sys.stdout.write ('\n')
-       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2002'))
+       sys.stdout.write (_ ('Copyright (c) %s by' % ' 2001--2003'))
        sys.stdout.write ('\n')
        sys.stdout.write ('  Han-Wen Nienhuys')
        sys.stdout.write ('  Jan Nieuwenhuizen')