From: Roland Häder Date: Sun, 6 Mar 2022 05:25:10 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9eb45fb6d656bcefa19d2727c4aec1a26d6673e2;p=core.git Continued: - updated copyright year Signed-off-by: Roland Häder --- diff --git a/contrib/update_year.sh b/contrib/update_year.sh index a1c6d6a9..bb35a593 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/2021 Core/2021 Core/g' +find */ -type f -print0 | xargs -0 sed -i 's/2022 Core/2022 Core/g'