mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Restrict to *.[chS]; otherwise it ends up losing permissions on
executable files. Also bump dates to 2006. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5953
This commit is contained in:
parent
8c294cb028
commit
447e53e319
@ -17,9 +17,9 @@
|
||||
|
||||
# The find command deliberately skips .svn/ subdirs -- we don't want to
|
||||
# change them.
|
||||
for i in `find . -name '*' -type f -not -path '*.svn\/*'` ; do
|
||||
for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
|
||||
echo $i
|
||||
sed "s/Copyright (C) 200\([0-9]\)-2004/Copyright (C) 200\1-2005/" < $i > tmp.$$
|
||||
sed "s/Copyright (C) 200\([0-9]\)-2005/Copyright (C) 200\1-2006/" < $i > tmp.$$
|
||||
mv tmp.$$ $i
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user