X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=serials%2Flateissues-export.pl;h=97b5bbe4302c841a5ec165bd958e6f0c39c24c09;hp=4103d3bfa70c979f8e50b0fe9da23a9bb46fc757;hb=43adbda007545b610b3a350f359ff019737fa51b;hpb=58111f8ece68fc3c60387fceb75002ff93c976d3 diff --git a/serials/lateissues-export.pl b/serials/lateissues-export.pl index 4103d3bfa7..97b5bbe430 100755 --- a/serials/lateissues-export.pl +++ b/serials/lateissues-export.pl @@ -2,18 +2,18 @@ # 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 2 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 CGI;