update copyright year to 2022
This commit is contained in:
@@ -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" {} \;
|
||||
Reference in New Issue
Block a user