From a3e257d56bac059b48d31690d4d03e13364695bc Mon Sep 17 00:00:00 2001
From: Martin Nilsson <nilsson@fastmail.com>
Date: Thu, 13 Jan 2022 10:10:32 +0100
Subject: [PATCH] Update year.

---
 COPYRIGHT                                        | 2 +-
 bin/install.pike                                 | 2 +-
 lib/master.pike.in                               | 2 +-
 lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/COPYRIGHT b/COPYRIGHT
index 2dd78b1df3..b878081620 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,7 +4,7 @@ Copyright 
 Copyright © 1996-1997 Informationsvävarna AB
 Copyright © 1997-2000 Idonex AB
 Copyright © 2000-2002 Roxen Internet Software AB
-Copyright © 2002-2021 Department of Computer and Information Science,
+Copyright © 2002-2022 Department of Computer and Information Science,
                       Linköping University
 
 Pike refers to the source code, and any executables
diff --git a/bin/install.pike b/bin/install.pike
index 1ce0f556b7..11ea387f1c 100644
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -1582,7 +1582,7 @@ do
     case \"$1\" in
               -v|\\
        --version) echo \""+version()+
-#" Copyright (C) 1994-2021 IDA, Linköping University
+#" Copyright (C) 1994-2022 IDA, Linköping University
 Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you
 are welcome to redistribute it under certain conditions; Read the
 files COPYING and COPYRIGHT in the Pike distribution for more details.
diff --git a/lib/master.pike.in b/lib/master.pike.in
index 946f20cd3d..060d2fdb58 100644
--- a/lib/master.pike.in
+++ b/lib/master.pike.in
@@ -3409,7 +3409,7 @@ void _main(array(string(0..255)) orig_argv)
         exit(0);
 
       case "version":
-        exit(0, string_to_utf8(version() + " Copyright © 1994-2021 Linköping University\n"
+        exit(0, string_to_utf8(version() + " Copyright © 1994-2022 Linköping University\n"
             "Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you are\n"
             "welcome to redistribute it under certain conditions; read the files\n"
             "COPYING and COPYRIGHT in the Pike distribution for more details.\n"));
diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
index 0466179cf3..d96ecc41c9 100644
--- a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
+++ b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
@@ -11,7 +11,7 @@ protected mapping(string:array(string)) copyrights = ([
     "Copyright © 1996-1997 Informationsvävarna AB",
     "Copyright © 1997-2000 Idonex AB",
     "Copyright © 2000-2002 Roxen Internet Software AB",
-    "Copyright © 2002-2021 Department of Computer and Information Science,\n"
+    "Copyright © 2002-2022 Department of Computer and Information Science,\n"
     "                      Linköping University",
   }),
 
-- 
GitLab