X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FXISBN.pm;h=d04f2e7e1e1ec5a7693cd5d19fd948fb85261510;hb=ee6dced5617acb6132299f8de521c4bb38b501ea;hp=bf1f85770af9e74d42b98c2dba51cd06cda9d8b2;hpb=daf2ebc4f5aeaf3a73e11915a17a2a81eafc5cb9;p=koha.git diff --git a/C4/XISBN.pm b/C4/XISBN.pm index bf1f85770a..d04f2e7e1e 100644 --- a/C4/XISBN.pm +++ b/C4/XISBN.pm @@ -4,18 +4,18 @@ package C4::XISBN; # # 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 XML::Simple; #use LWP::Simple;