diff options
Diffstat (limited to 'utils/update-copyright.sh')
-rwxr-xr-x | utils/update-copyright.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update-copyright.sh b/utils/update-copyright.sh index 6ff0dee..819f66f 100755 --- a/utils/update-copyright.sh +++ b/utils/update-copyright.sh @@ -4,5 +4,5 @@ find . -type f -exec grep -Il "Copyright" {} \; \ | grep -v \.git \ | while read file; \ do \ - LC_ALL=C sed -b -i "s/\(.*Copyright.*\)[0-9]\{4\}\( *Vitaly Novichkov\)/\1`date +%Y`\2/" "$file"; \ + LC_ALL=C sed -b -i "s/\(.*Copyright.*\)[0-9]\{4\}\( *Vitali\?y Novichkov\)/\1`date +%Y`\2/" "$file"; \ done |