X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=course_reserves%2Fadd_items.pl;h=0c4a7727733c02c7c28f6eb157a796f73ae4bfc8;hb=4b5e92c51c2aeb2157d8d4065a6ab433707bb8dc;hp=ecae625a3bc056f1114196fac96bf0e717938e47;hpb=413a3002992e68f9c6aa27b2d40b6ba9c5685bd9;p=koha.git diff --git a/course_reserves/add_items.pl b/course_reserves/add_items.pl index ecae625a3b..0c4a772773 100755 --- a/course_reserves/add_items.pl +++ b/course_reserves/add_items.pl @@ -5,18 +5,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;