From 90ad1b8a77af1811a7a0e8abd97a683bb4aff1bd Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Sat, 19 Sep 2009 04:30:59 +0200 Subject: [PATCH] Copyright. Rev: COPYRIGHT:1.18 Rev: bin/install.pike:1.206 Rev: lib/master.pike.in:1.465 Rev: lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod:1.13 --- COPYRIGHT | 2 +- bin/install.pike | 4 ++-- lib/master.pike.in | 4 ++-- lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 41c40ed3d0..fb605013e8 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 bbd3c47dd0..253c116425 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 e70a048181..c37eb00369 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 64dc8c9817..29ba0490cc 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", }), -- GitLab