X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=svc%2Fcover_images;h=ff29503eae4724c7def51d739f8363130728d942;hb=1dc7d421bc87e3cf027161b08fbb44875c778f49;hp=d3a3c45983d14f04032a9608506fa03dc82837ee;hpb=ab362b93a710bddcd385a6a468af6ff682673367;p=koha.git diff --git a/svc/cover_images b/svc/cover_images index d3a3c45983..ff29503eae 100755 --- a/svc/cover_images +++ b/svc/cover_images @@ -1,23 +1,22 @@ #!/usr/bin/perl -# Copyright 2013 Universidad Nacional de Cordoba -# Tomas Cohen Arazi -# # 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. +# Copyright 2013 Universidad Nacional de Cordoba +# Tomas Cohen Arazi # -# 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 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. # -# 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. +# 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, see . use Modern::Perl;