]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update script for 2009.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 6 Jan 2009 19:04:44 +0000 (20:04 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 6 Jan 2009 19:04:44 +0000 (20:04 +0100)
scripts/build/grand-replace.sh

index 86d2608b807360152ee24a4b44575877a33c7cc5..ce26e51ff03e63c512f45e6da4840282c745e90a 100644 (file)
@@ -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')