removed redundant license statement
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 1 Aug 2009 12:15:17 +0000 (08:15 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 1 Aug 2009 12:17:52 +0000 (08:17 -0400)
The standard license statement in the header is fine; please
don't confuse things by doing anything different.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
misc/migration_tools/remove_unused_authorities.pl

index 2400647..23bf7ce 100755 (executable)
@@ -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
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use C4::Context;
 use C4::AuthoritiesMarc;
 use Getopt::Long;
-use warnings;
 
 my ($test,@authtypes);
 my $want_help = 0;