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