X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=contrib%2Fupdate_year.sh;h=d8153dfbad47de2f9875b0412935204b9cc07d09;hb=f861d6bc00f8a3ecf6b057f2aa93129572643896;hp=bb35a593ced262e6169c782b2805a25a40e8cfe1;hpb=9eb45fb6d656bcefa19d2727c4aec1a26d6673e2;p=core.git diff --git a/contrib/update_year.sh b/contrib/update_year.sh index bb35a593..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/2022 Core/2022 Core/g' +find */ -type f -print0 | xargs -0 sed -i 's/2023 Core/2023 Core/g'