]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / main.cc
index ab25e953ce44f9bb6f4f6200f1aaabe25331ec0b..2d293343c5662cc7553e21fe65c7e9dc4884f059 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "main.hh"
@@ -219,8 +219,8 @@ dir_info (FILE *out)
 static void
 copyright ()
 {
-  printf (_f ("Copyright (c) %s by\n%s  and others.",
-             "1996--2008",
+  /* Do not update the copyright years here, run grand-replace.sh.  */
+  printf (_f ("Copyright (c) %s by\n%s  and others.", "1996--2009",
              AUTHORS).c_str ());
   printf ("\n");
 }