diff --git a/bin/install.pike b/bin/install.pike index 05618f4d9fb4d29d806cfd0adee95513e162b707..44e67a0d996ae058febef0f4bd3120804e7b30f1 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -1582,7 +1582,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2013 IDA, Linköping University +#" Copyright (C) 1994-2014 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 c2197bb180c290e0cbdba4c16abe1bf3329d1df3..2ce10d85585fff0ec02acbb2d303d228029b403f 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-2013, Department of Computer and Information Science, +Copyright 2002-2014, 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 58a2aac5c86575d575fbb255441d4adcfdb8829e..e80e8700bca7ca521327d65e7b1a8445c99305cd 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -3785,7 +3785,7 @@ void _main(array(string(0..255)) orig_argv) exit(0); case "version": - exit(0, string_to_utf8(version() + " Copyright © 1994-2013 Linköping University\n" + exit(0, string_to_utf8(version() + " Copyright © 1994-2014 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"));