X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FSerials%2FFrequency.pm;h=d71df7a8b4330f013454fe7d1d4f38bff35727a1;hb=cec91b4a2c32bb620b8db35728fd3c1079485162;hp=8c11aa5cbc20a28509bae8b1a2473225688d8efc;hpb=241a091f59757c170b159df4335e3bbf9eeb6c99;p=koha.git diff --git a/C4/Serials/Frequency.pm b/C4/Serials/Frequency.pm index 8c11aa5cbc..d71df7a8b4 100644 --- a/C4/Serials/Frequency.pm +++ b/C4/Serials/Frequency.pm @@ -1,21 +1,21 @@ package C4::Serials::Frequency; -# Copyright 2000-2002 Biblibre SARL +# Copyright 2011-2013 Biblibre SARL # # 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 strict; use warnings;