fix use of outdated boilerplate
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 26 Oct 2010 15:28:21 +0000 (11:28 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 26 Oct 2010 15:28:21 +0000 (11:28 -0400)
* 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 <gmcharlt@gmail.com>
test/progressbar.pl
test/progressbarsubmit.pl

index 142184b..c994baa 100755 (executable)
@@ -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;
index a0dbde1..65e1dfb 100755 (executable)
@@ -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;