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 <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2009-08-01 08:15:17 -04:00
parent 6b1df98ddf
commit 3caec55fd1

View file

@ -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;