diff --git a/bin/install.pike b/bin/install.pike
index 98fa6d92764a844a55388ac2ed755cd17c121657..1ce0f556b7316170f64fb6416ed6cf61186e1e95 100644
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -1582,7 +1582,7 @@ do
     case \"$1\" in
               -v|\\
        --version) echo \""+version()+
-#" Copyright (C) 1994-2020 IDA, Link�ping University
+#" Copyright (C) 1994-2021 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/bin/unbug b/bin/unbug
index 48fd18147b505001132115d3c351a4e3033b626b..a92f90e323384aa4b2306cfcbb7b9fd03b8824df 100644
--- a/bin/unbug
+++ b/bin/unbug
@@ -3129,7 +3129,7 @@ int main(int argc, array(string) argv)
 {
   write(#"UNBUG
 Copyright 2001-2002, Roxen Internet Software AB.
-Copyright 2002-2020, Department of Computer and Information Science,
+Copyright 2002-2021, Department of Computer and Information Science,
                      Link�ping University
 UNBUG is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
diff --git a/lib/master.pike.in b/lib/master.pike.in
index 6b5ce1e62eda16fc226c7773892208f6e523f333..946f20cd3dad03f1555170a67022a72af75bc421 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-2020 Link�ping University\n"
+        exit(0, string_to_utf8(version() + " Copyright � 1994-2021 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"));