]> 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 8fc3c3ceb616d8f12d06be2ce89b4f0c568bc726..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"
@@ -12,6 +12,7 @@
 #include <clocale>
 #include <cstring>
 #include <cerrno>
+#include <cstdio>
 using namespace std;
 
 #include <unistd.h>
@@ -218,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");
 }