From f347fe9c3ede6ecceed2541678d46b382d891971 Mon Sep 17 00:00:00 2001 From: kurund Date: Sat, 29 Mar 2014 23:55:35 +0530 Subject: [PATCH] removed unwanted file --- replace.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 replace.sh diff --git a/replace.sh b/replace.sh deleted file mode 100755 index 4001c3d4b8..0000000000 --- a/replace.sh +++ /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 '*.txt' -or -name '*.install' -or -name '*.inc' -or -name '*.test'`; do - echo $i; - perl -pi -e 's/CiviCRM version .\../CiviCRM version 4.5/' $i; - perl -pi -e 's/Copyright CiviCRM LLC \(c\) 2004-20../Copyright CiviCRM LLC (c) 2004-2014/' $i; - perl -pi -e 's/CiviCRM LLC \(c\) 2004-20../CiviCRM LLC (c) 2004-2014/' $i; -done -- 2.25.1