[Koha-patches] [PATCH] removed redundant license statement

Galen Charlton gmcharlt at gmail.com
Sat Aug 1 14:17:34 CEST 2009


The standard license statement in the header is fine; please
don't confuse things by doing anything different.
---
 misc/migration_tools/remove_unused_authorities.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/misc/migration_tools/remove_unused_authorities.pl b/misc/migration_tools/remove_unused_authorities.pl
index 2400647..23bf7ce 100755
--- a/misc/migration_tools/remove_unused_authorities.pl
+++ b/misc/migration_tools/remove_unused_authorities.pl
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 
 #script to administer Authorities without biblio
-# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
 
 # Copyright 2009 BibLibre
 # written 2009-05-04 by paul dot poulain at biblibre.com
@@ -22,11 +21,11 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use C4::Context;
 use C4::AuthoritiesMarc;
 use Getopt::Long;
-use warnings;
 
 my ($test, at authtypes);
 my $want_help = 0;
-- 
1.5.6.5




More information about the Koha-patches mailing list