From 3caec55fd1f5b339f694527d20670e158472f8e8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 1 Aug 2009 08:15:17 -0400 Subject: [PATCH] removed redundant license statement The standard license statement in the header is fine; please don't confuse things by doing anything different. Signed-off-by: Galen Charlton --- misc/migration_tools/remove_unused_authorities.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/migration_tools/remove_unused_authorities.pl b/misc/migration_tools/remove_unused_authorities.pl index 2400647c30..23bf7ce0f7 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,@authtypes); my $want_help = 0; -- 2.20.1