]> git.donarmstrong.com Git - lilypond.git/blob - scripts/build/grand-replace.sh
Clean up buildscripts
[lilypond.git] / scripts / build / grand-replace.sh
1 #!@BASH@
2 # note: dash does not work
3
4 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')
5 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')