diff --git a/bin/install.pike b/bin/install.pike index 51c6f83efff0e49e0940ac935e03f1c7aa130990..adc05d2a97b745bee6015c28692f291e8cc65af9 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -1579,7 +1579,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2009 IDA, Link�ping University +#" Copyright (C) 1994-2011 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 9a85ba852547933524206766421d07869cf7e7f1..6c0fc4251a3ed11954601f65c9230a67c4819fbe 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-2008, Department of Computer and Information Science, +Copyright 2002-2011, 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 58a2a27d208f7c114c58919ceac79b656dc56ef4..ba3c02603d976b9d12ab3084add46780c9f165ea 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -3744,7 +3744,7 @@ void _main(array(string) orig_argv) exit(0); case "version": - exit(0, string_to_utf8(version() + " Copyright � 1994-2009 Link�ping University\n" + exit(0, string_to_utf8(version() + " Copyright � 1994-2011 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"));