diff --git a/COPYRIGHT b/COPYRIGHT index f214f09279a10b62c85c15ed01adc5463c7fe38e..41c40ed3d0e23576cac3b5d731a54084beee67df 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-2007 Department of Computer and Information Science, +Copyright © 2002-2008 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 351544e6739004dd4d1c62e19f86ed270c4b84f6..c58a68218b7fde7bcce35078ff07d8842384b617 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -2,7 +2,7 @@ // Pike installer and exporter. // -// $Id: install.pike,v 1.179 2007/08/05 12:44:02 marcus Exp $ +// $Id: install.pike,v 1.180 2008/01/04 20:44:04 nilsson Exp $ #define USE_GTK @@ -1534,7 +1534,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2007 IDA, Linköping University +#" Copyright (C) 1994-2008 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 decaf3c44b4d9a923232514f2e306cbb05f31a5b..cb0352abc0cf8ce6acb3a5bb5631ed14cdf958e3 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.25 2007/01/01 04:49:15 nilsson Exp $ + write(#"UNBUG $Id: unbug,v 1.26 2008/01/04 20:42:58 nilsson Exp $ Copyright 2001-2002, Roxen Internet Software AB. -Copyright 2002-2007, Department of Computer and Information Science, +Copyright 2002-2008, 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 e78693a682d3ae964e303c7f52688d9d434cb592..c853320228d5c26756b7a593c248af89a3f03e64 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.409 2008/01/04 10:25:32 grubba Exp $ +// $Id: master.pike.in,v 1.410 2008/01/04 20:42:25 nilsson Exp $ #pike __REAL_VERSION__ //#pragma strict_types @@ -2803,7 +2803,7 @@ void _main(array(string) orig_argv, array(string) env) exit(0); case "version": - werror(version() + " Copyright © 1994-2007 Linköping University\n" + werror(version() + " Copyright © 1994-2008 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 cdbab974242309b1583205014f573c7c7c7b925d..21878fb5c887ed08b17f77de04c8f4be0805bf1c 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod @@ -1,6 +1,6 @@ #pike __REAL_VERSION__ -// $Id: Copyright.pmod,v 1.10 2007/01/01 04:49:32 nilsson Exp $ +// $Id: Copyright.pmod,v 1.11 2008/01/04 20:40:57 nilsson Exp $ //! Contains functions and information to store and present //! copyright information about Pike and it's components. @@ -13,7 +13,7 @@ static 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-2007 Department of Computer and Information Science,\n" + "Copyright © 2002-2008 Department of Computer and Information Science,\n" " Linköping University", }),