X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FCirculationRule.pm;h=59638a5aa2eeb359321474a1b1aa21fde881309f;hb=10873a572893f83633cb398d7936a7564c1e5e50;hp=d5c9b864c9fa3271ed3902181598ee6e8fd6041f;hpb=61628c97c245e72c750b61d9df6fa9b9100f3093;p=koha-ffzg.git diff --git a/Koha/CirculationRule.pm b/Koha/CirculationRule.pm index d5c9b864c9..59638a5aa2 100644 --- a/Koha/CirculationRule.pm +++ b/Koha/CirculationRule.pm @@ -4,18 +4,18 @@ package Koha::CirculationRule; # # 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 3 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;