Remove obsolete scripts
[civicrm-core.git] / tools / bin / scripts / replace.sh
diff --git a/tools/bin/scripts/replace.sh b/tools/bin/scripts/replace.sh
deleted file mode 100755 (executable)
index a272eb9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-for i in `find . -name '*.js' -or -name '*.module' -or -name '*.php' -or -name '*.po*' -or -name '*.tpl'  -or -name '*.hlp' -or -name '*.txt' -or -name '*.install' -or -name '*.inc' -or -name '*.test'`; do
-  echo $i;
-  perl -pi -e 's/CiviCRM version .\../CiviCRM version 5  /' $i;
-  perl -pi -e 's/Copyright CiviCRM LLC \(c\) 2004-20../Copyright CiviCRM LLC (c) 2004-2020/' $i;
-  perl -pi -e 's/CiviCRM LLC \(c\) 2004-20../CiviCRM LLC (c) 2004-2020/' $i;
-done