update_copyright.sh (getdp-3.4.0-source.tgz) | : | update_copyright.sh (getdp-3.5.0-source.tgz) | ||
---|---|---|---|---|
#!/bin/sh - | #!/bin/sh - | |||
files=`git grep -l '(C) 1997-2021 P. Dular'` | files=`git grep -l '(C) 1997-2022 P. Dular'` | |||
for file in $files; do | for file in $files; do | |||
echo "modifying $file" | echo "modifying $file" | |||
sed -i '' -e "s/(C) 1997-2020 P\. Dular/(C) 1997-2021 P\. Dular/g" $file | sed -i '' -e "s/(C) 1997-2021 P\. Dular/(C) 1997-2022 P\. Dular/g" $file | |||
done | done | |||
# Need to manually change: | # Need to manually change: | |||
# CREDITS.txt | # CREDITS.txt | |||
# doc/texinfo/getdp.texi | # doc/texinfo/getdp.texi | |||
# doc/getdp.html | # doc/getdp.html | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |