Update copyright year
authorPeter Palfrader <peter@palfrader.org>
Sat, 3 Jan 2015 13:05:28 +0000 (14:05 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sat, 3 Jan 2015 13:05:28 +0000 (14:05 +0100)
Util.pm
login.cgi
logout.cgi
search.cgi
update.cgi

diff --git a/Util.pm b/Util.pm
index 9b3a298..b970caf 100644 (file)
--- a/Util.pm
+++ b/Util.pm
@@ -1,7 +1,7 @@
 # -*- perl -*-x
 
 # Copyright (c) 1999-2006  Debian Admin Team Members and Developers    (taken from debian/copyright in 2008 by weasel)
-# Copyright (c) 2002, 2003, 2004, 2008 Peter Palfrader
+# Copyright (c) 2002, 2003, 2004, 2008, 2009, 2011, 2012, 2014, 2015 Peter Palfrader
 
 package Util;
 
index aa9df4a..7153604 100755 (executable)
--- a/login.cgi
+++ b/login.cgi
@@ -3,6 +3,7 @@
 # $Id: login.cgi,v 1.10 2006/12/22 08:58:50 rmurray Exp $
 # (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 # (c) 2006 Ryan Murray. Licensed under the GPL. <rmurray@debian.org>
+# Copyright (c) 2008, 2011, 2015 Peter Palfrader
 
 use lib '.';
 use strict;
index b181aac..19c7c37 100755 (executable)
@@ -2,6 +2,7 @@
 
 # $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
 # (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# Copyright (c) 2011, 2015 Peter Palfrader
 
 use lib '.';
 use strict vars;
index 59b6471..f170025 100755 (executable)
@@ -4,6 +4,7 @@
 # (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 # (c) 2004 Martin Schulze. Licensed under the GPL. <joey@debian.org>
 # (c) 2006 Ryan Murray. Licensed under the GPL. <rmurray@debian.org>
+# Copyright (c) 2008, 2011, 2013, 2015 Peter Palfrader
 
 use lib '.';
 use strict vars;
index 1ff3d00..406d813 100755 (executable)
@@ -3,6 +3,7 @@
 # $Id: update.cgi,v 1.13 2006/12/28 02:44:02 rmurray Exp $
 # (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 # (c) 2006 Ryan Murray. Licensed under the GPL. <rmurray@debian.org>
+# Copyright (c) 2008, 2011, 2012, 2014, 2015 Peter Palfrader
 
 use lib '.';
 use strict vars;