diff --git a/COPYRIGHT b/COPYRIGHT
index 2dd78b1df336da369f8299f52a836aae0b187a86..b878081620d1de4f7e535c5e0a205420e0ad3a80 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 1ce0f556b7316170f64fb6416ed6cf61186e1e95..11ea387f1cc10f6d90e7fe37f0cd8ae0b1d2b542 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 946f20cd3dad03f1555170a67022a72af75bc421..060d2fdb58bd1e33623a39745cbbef99878f5a08 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 0466179cf3063ebd99fd509190290dbd5707a733..d96ecc41c9055e967af0cf7fc45ca26f206637f7 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",
   }),