From c48b574fe0575f51dd89176bfe5a692d8c1d39cb Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 17 May 2003 15:51:15 +0000 Subject: [PATCH] * scripts/*: * lily/main.cc: It's 2003 already; messages only. --- ChangeLog | 3 +++ lily/main.cc | 4 ++-- scripts/lilypond-book.py | 2 +- scripts/ly2dvi.py | 2 +- scripts/midi2ly.py | 2 +- scripts/mup2ly.py | 2 +- scripts/musedata2ly.py | 2 +- scripts/pmx2ly.py | 2 +- scripts/update-lily.py | 2 +- 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd7f87be46..eca201c5bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-05-17 Jan Nieuwenhuizen + * 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 diff --git a/lily/main.cc b/lily/main.cc index 5253bb54f5..8383b2f7c6 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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 \n"); printf (" Jan Nieuwenhuizen \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 \n"); printf (" Jan Nieuwenhuizen \n"); diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index cd5b6e5c87..7a043632ff 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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. ''') diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index d5e838506a..f831dba27a 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -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') diff --git a/scripts/midi2ly.py b/scripts/midi2ly.py index a0e431aef4..58059ee007 100644 --- a/scripts/midi2ly.py +++ b/scripts/midi2ly.py @@ -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') diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index 88868a8e03..f9c8ea9246 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -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') diff --git a/scripts/musedata2ly.py b/scripts/musedata2ly.py index 99d74fb764..5f50bf8cce 100644 --- a/scripts/musedata2ly.py +++ b/scripts/musedata2ly.py @@ -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 +Copyright (c) 2000--2003 by Han-Wen Nienhuys """ % version) def identify(): sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version)) diff --git a/scripts/pmx2ly.py b/scripts/pmx2ly.py index 412906db09..54a7114c64 100644 --- a/scripts/pmx2ly.py +++ b/scripts/pmx2ly.py @@ -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 +Copyright (c) 2000--2003 by Han-Wen Nienhuys """ % version) def identify(): sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version)) diff --git a/scripts/update-lily.py b/scripts/update-lily.py index 89b13bc773..a0fba46adf 100644 --- a/scripts/update-lily.py +++ b/scripts/update-lily.py @@ -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') -- 2.39.5