From d31f8b518f7b5f04e7c332e001b1e31c23c39021 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 8 Jan 2009 12:11:11 +0100 Subject: [PATCH] Add a comment about grand-replace.sh. --- lily/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.39.5