]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a comment about grand-replace.sh.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 8 Jan 2009 11:11:11 +0000 (12:11 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 8 Jan 2009 11:11:11 +0000 (12:11 +0100)
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");
 }