update copyright year to 2022

This commit is contained in:
itsmattkc
2022-05-10 10:38:56 -07:00
parent 158c1fecb6
commit 4b366a9b73
941 changed files with 950 additions and 941 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
if [ "$#" -ne 2 ]
then
echo "Usage: $0 [old-year] [new-year]"
exit 1
fi
find . -type f -exec sed -i "s/$1 Olive Team/$2 Olive Team/g" {} \;