aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2025-01-01 01:47:54 +0300
committerWohlstand <admin@wohlnet.ru>2025-01-01 01:47:54 +0300
commit07653c171f61f38113e61804171d4e2260615baa (patch)
tree567107cfd06a325cd871a4e576c40cd82549b109 /utils
parent5a5eeb6f08a3b0a2c67761ba1e63972958512bc0 (diff)
downloadlibADLMIDI-07653c171f61f38113e61804171d4e2260615baa.tar.gz
libADLMIDI-07653c171f61f38113e61804171d4e2260615baa.tar.bz2
libADLMIDI-07653c171f61f38113e61804171d4e2260615baa.zip
Small fix of the copyright update script
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-copyright.sh2
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