mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Fixed typo in copyright update script
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
find . -type f -exec grep -Il "Copyright" {} \; \
|
find . -type f -exec grep -Il "Copyright" {} \; \
|
||||||
| grep -v \.hg \
|
| grep -v \.hg \
|
||||||
| while read $file; \
|
| while read file; \
|
||||||
do \
|
do \
|
||||||
LC_ALL=C sed -ie "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \
|
LC_ALL=C sed -ie "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \
|
||||||
rm "${file}e"; \
|
rm "${file}e"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user