From 07653c171f61f38113e61804171d4e2260615baa Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 1 Jan 2025 01:47:54 +0300 Subject: Small fix of the copyright update script --- utils/update-copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3