Bug 5202: QA follow-up - correct license and POD errors
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 18 Aug 2013 18:44:19 +0000 (14:44 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 10 Oct 2013 21:39:15 +0000 (21:39 +0000)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Koha/Authority.pm
authorities/merge.pl

index 7405936..7097bd9 100644 (file)
@@ -6,7 +6,7 @@ package Koha::Authority;
 #
 # Koha is free software; you can redistribute it and/or modify it under the
 # terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
+# Foundation; either version 3 of the License, or (at your option) any later
 # version.
 #
 # Koha is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -50,6 +50,7 @@ __PACKAGE__->mk_accessors(qw( authid authtype ));
 Create a new Koha::Authority object based on the provided record.
 
 =cut
+
 sub new {
     my $class = shift;
     my $record = shift;
@@ -76,6 +77,7 @@ authorities in Koha are MARC records by definition. This is an
 unfortunate but unavoidable fact.
 
 =cut
+
 sub get_from_authid {
     my $class = shift;
     my $authid = shift;
@@ -113,6 +115,7 @@ sub get_from_authid {
 Create the Koha::Authority object associated with the provided authid.
 
 =cut
+
 sub get_from_breeding {
     my $class = shift;
     my $import_record_id = shift;
index 5682b5e..315e232 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # Koha is free software; you can redistribute it and/or modify it under the
 # terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
+# Foundation; either version 3 of the License, or (at your option) any later
 # version.
 #
 # Koha is distributed in the hope that it will be useful, but WITHOUT ANY