From 207dbfec25f4c52700835b574f2fb9396cba2c41 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 31 Jul 2026 20:51:15 +0200 Subject: [PATCH] Updated all help menus to say 2026 instead of 2023 for copyright year We stopped updating all the individual source files, but I still think the help menu should be up to date. Signed-off-by: Ole Herman Schumacher Elgesem --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f62b2ae986..e64ef4eeec 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ AC_DEFINE(BUILD_YEAR, esyscmd([date +%Y | tr -d '\n']), "Software build year") AC_DEFINE(CF_WEBSITE, "https://cfengine.com", "Website. To be used in help screens") -AC_DEFINE(CF_COPYRIGHT, "2023 Northern.tech AS", "Copyright. To be used in help screens") +AC_DEFINE(CF_COPYRIGHT, "2026 Northern.tech AS", "Copyright. To be used in help screens") AC_DEFINE_UNQUOTED(ABS_TOP_SRCDIR, "`cd -- "$srcdir"; pwd`",