From 9eb45fb6d656bcefa19d2727c4aec1a26d6673e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 6 Mar 2022 06:25:10 +0100 Subject: [PATCH] Continued: - updated copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/update_year.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5