From 0187e38ad7826172859467991d6766ca37e31d2c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 26 Oct 2010 11:28:21 -0400 Subject: [PATCH] fix use of outdated boilerplate * New code *must* have an accurate copyright statement; it isn't 2000-2002 any more. * Enable warnings in new code, don't do Signed-off-by: Galen Charlton --- test/progressbar.pl | 6 +++--- test/progressbarsubmit.pl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/progressbar.pl b/test/progressbar.pl index 142184be30..c994baa840 100755 --- a/test/progressbar.pl +++ b/test/progressbar.pl @@ -3,11 +3,11 @@ # Script for testing progressbar, part 1 - initial screem # it is split into two scripts so we can use firebug to debug it -# Koha library project www.koha.org +# Koha library project www.koha-community.org # Licensed under the GPL -# Copyright 2000-2002 Katipo Communications +# Copyright 2010 Catalyst IT, Ltd # # This file is part of Koha. # @@ -25,7 +25,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; -#use warnings; FIXME - Bug 2505 +use warnings; # standard or CPAN modules used use CGI; diff --git a/test/progressbarsubmit.pl b/test/progressbarsubmit.pl index a0dbde1510..65e1dfb26b 100755 --- a/test/progressbarsubmit.pl +++ b/test/progressbarsubmit.pl @@ -3,11 +3,11 @@ # Script for testing progressbar, part 2 - json submit handler # and Z39.50 lookups -# Koha library project www.koha.org +# Koha library project www.koha-community.org # Licensed under the GPL -# Copyright 2000-2002 Katipo Communications +# Copyright 2010 Catalyst IT, Ltd # # This file is part of Koha. # @@ -25,7 +25,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; -#use warnings; FIXME - Bug 2505 +use warnings; # standard or CPAN modules used use CGI; -- 2.11.0