]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Add a comment about grand-replace.sh.
[lilypond.git] / lily / main.cc
index 36b5176d3bfc94d260dcdb670e951a992db26deb..2d293343c5662cc7553e21fe65c7e9dc4884f059 100644 (file)
@@ -219,8 +219,8 @@ dir_info (FILE *out)
 static void
 copyright ()
 {
-  printf (_f ("Copyright (c) %s by\n%s  and others.",
-             "1996--2009",
+  /* 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");
 }