From: Jan Nieuwenhuizen Date: Tue, 6 Jan 2009 19:04:44 +0000 (+0100) Subject: Update script for 2009. X-Git-Tag: release/2.12.2-1~42^2~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09a7596a6cd23708222214ba230b6d16b4faa128;p=lilypond.git Update script for 2009. --- diff --git a/scripts/build/grand-replace.sh b/scripts/build/grand-replace.sh index 86d2608b80..ce26e51ff0 100644 --- a/scripts/build/grand-replace.sh +++ b/scripts/build/grand-replace.sh @@ -1,5 +1,5 @@ #!@BASH@ # note: dash does not work -pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2007' '\1 2007--2008' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change') -pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*--)(200[0-7])' '\1 \2\062008' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change') +pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2008' '\1 2008--2009' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change') +pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*--)(200[0-8])' '\1 \2\062009' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change')