From: Jan Nieuwenhuizen Date: Thu, 8 Jan 2009 11:11:11 +0000 (+0100) Subject: Add a comment about grand-replace.sh. X-Git-Tag: release/2.12.2-1~42^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d31f8b518f7b5f04e7c332e001b1e31c23c39021;p=lilypond.git Add a comment about grand-replace.sh. --- diff --git a/lily/main.cc b/lily/main.cc index 36b5176d3b..2d293343c5 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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"); }