From: Jan Nieuwenhuizen Date: Wed, 15 Aug 2007 10:23:44 +0000 (+0200) Subject: Also filter out-www. X-Git-Tag: release/2.11.30-1~15^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7564df5cf1888ed3ec21b49a9067347a37ebeab7;p=lilypond.git Also filter out-www. --- diff --git a/buildscripts/grand-replace.sh b/buildscripts/grand-replace.sh index 731ef8b392..1eec448493 100644 --- a/buildscripts/grand-replace.sh +++ b/buildscripts/grand-replace.sh @@ -1,5 +1,5 @@ #! @BASH@ # note: dash does not work -pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2006' '\1 2006--2007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|.git/|.scon|#|~|' | grep -iv 'change') -pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*--)(200[0-6])' '\1 \2\062007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|.git/|.scon|#|~' | grep -iv 'change') +pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2006' '\1 2006--2007' $(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-6])' '\1 \2\062007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change')