summaryrefslogtreecommitdiffstats
path: root/bin/restore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/restore.sh')
-rw-r--r--bin/restore.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/restore.sh b/bin/restore.sh
index d5dc6c1..d23d1d0 100644
--- a/bin/restore.sh
+++ b/bin/restore.sh
@@ -14,7 +14,7 @@ fi
for i in `find $DIRS -name '*.py'`; do
ed $i <<EOF
/^__revision__ = /s/= .*/= "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF
@@ -23,7 +23,7 @@ done
for i in `find $DIRS -name '*.txt'`; do
ed $i <<EOF
/# [^ ]* 0.96.[CD][0-9]* [0-9\/]* [0-9:]* knight$/s/.*/# __FILE__ __REVISION__ __DATE__ __DEVELOPER__/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF