diff --git a/bin/install.pike b/bin/install.pike index e85a16a6e623f4a480b33a8bb4fc345178dfdbae..fde336bfb6037a1249c2b4889dc7b8b7fb8f5a52 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -2,7 +2,7 @@ // Pike installer and exporter. // -// $Id: install.pike,v 1.159 2005/07/20 08:57:51 grubba Exp $ +// $Id: install.pike,v 1.160 2005/07/22 20:26:27 nilsson Exp $ #define USE_GTK @@ -1444,7 +1444,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2004 IDA, Link�ping University +#" Copyright (C) 1994-2005 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 fc020e3e0a24ff49034c071c5ebda5a9d41e3a8b..63c122a8a163be35cfe19a7be2f52affb235a316 100644 --- a/bin/unbug +++ b/bin/unbug @@ -3127,9 +3127,9 @@ string find_in_path(string cmd) int main(int argc, array(string) argv) { - write(#"UNBUG $Id: unbug,v 1.22 2004/07/01 11:24:55 nilsson Exp $ + write(#"UNBUG $Id: unbug,v 1.23 2005/07/22 20:26:27 nilsson Exp $ Copyright 2001-2002, Roxen Internet Software AB. -Copyright 2002-2004, Department of Computer and Information Science, +Copyright 2002-2005, 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 9f41f5b1e0736fe77adfcb7288dabe9e3b0ab7dd..e2b329bd7cf819f8430d4ac685a189fafddf1d48 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -6,7 +6,7 @@ // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. // -// $Id: master.pike.in,v 1.376 2005/07/13 09:25:26 grubba Exp $ +// $Id: master.pike.in,v 1.377 2005/07/22 20:26:09 nilsson Exp $ #pike __REAL_VERSION__ //#pragma strict_types @@ -2540,7 +2540,7 @@ void _main(array(string) orig_argv, array(string) env) exit(0); case "version": - werror(version() + " Copyright � 1994-2004 Link�ping University\n" + werror(version() + " Copyright � 1994-2005 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");