X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSerial.pm;h=052290ed46596608e233dbfc6baf1a272ae0d034;hb=2d25c2860c4b06a63048834fb99b2968f1fd57b1;hp=67b32ec5a37c45f78590896817f0f65164eec7d9;hpb=de3289506dcda91510dc9c7a867558a29ebefd57;p=koha-ffzg.git diff --git a/Koha/Serial.pm b/Koha/Serial.pm index 67b32ec5a3..052290ed46 100644 --- a/Koha/Serial.pm +++ b/Koha/Serial.pm @@ -4,22 +4,21 @@ package Koha::Serial; # # This file is part of Koha. # -# 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 3 of the License, or (at your option) any later -# version. +# 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 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 -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; -use Carp; use Koha::Database;