X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=contrib%2Fupdate_year.sh;h=d8153dfbad47de2f9875b0412935204b9cc07d09;hb=f861d6bc00f8a3ecf6b057f2aa93129572643896;hp=3b762d613e796ca2eae52af38b94de2ed1ea3e33;hpb=fe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280;p=core.git diff --git a/contrib/update_year.sh b/contrib/update_year.sh index 3b762d61..d8153dfb 100755 --- a/contrib/update_year.sh +++ b/contrib/update_year.sh @@ -1,4 +1,4 @@ #!/bin/sh # Really lame ... -find */ -type f -print0 | xargs -0 sed -i 's/2016 Core/2017 Core/g' +find */ -type f -print0 | xargs -0 sed -i 's/2023 Core/2023 Core/g'