diff --git a/COPYRIGHT b/COPYRIGHT index 41c40ed3d0e23576cac3b5d731a54084beee67df..fb605013e899e9b117e86c8c08a349d5cf3e5c61 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-2008 Department of Computer and Information Science, +Copyright � 2002-2009 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 bbd3c47dd03b015959d52f8f6d38d3157bca0dfd..253c116425fc063e69591bf6500e3a228eb714b6 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -2,7 +2,7 @@ // Pike installer and exporter. // -// $Id: install.pike,v 1.205 2009/06/05 18:11:36 mbaehr Exp $ +// $Id: install.pike,v 1.206 2009/09/19 02:30:34 nilsson Exp $ // Windows installer FIXMEs: // @@ -1576,7 +1576,7 @@ do case \"$1\" in -v|\\ --version) echo \""+version()+ -#" Copyright (C) 1994-2008 IDA, Link�ping University +#" Copyright (C) 1994-2009 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/lib/master.pike.in b/lib/master.pike.in index e70a048181dcb3c51c9b11d8b7c08e77399cbe98..c37eb00369c4b9ff83b75320ad6ffb8b7da52688 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.464 2009/07/17 12:31:19 grubba Exp $ +// $Id: master.pike.in,v 1.465 2009/09/19 02:30:07 nilsson Exp $ #pike __REAL_VERSION__ //#pragma strict_types @@ -3563,7 +3563,7 @@ void _main(array(string) orig_argv) exit(0); case "version": - exit(0, version() + " Copyright � 1994-2008 Link�ping University\n" + exit(0, version() + " Copyright � 1994-2009 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 64dc8c981775797aef23945ee0d07ec307e18032..29ba0490cc5939191ecfb68446979d8e4bbb0ef3 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.12 2008/06/28 16:37:01 nilsson Exp $ +// $Id: Copyright.pmod,v 1.13 2009/09/19 02:29:51 nilsson Exp $ //! Contains functions and information to store and present //! copyright information about Pike and it's components. @@ -13,7 +13,7 @@ protected 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-2008 Department of Computer and Information Science,\n" + "Copyright � 2002-2009 Department of Computer and Information Science,\n" " Link�ping University", }),