X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=C4%2FMessage.pm;h=30b71c827c206a1a58bb609da27d528cfc58849a;hb=3fe241f6100bd7ffc967fcc8e76659e9d861750b;hp=eb27a20b0f41dc9b7ba8cd2d46af98d3631ee92f;hpb=936a4f22288ff013a2e4269a934df7fa900c7336;p=koha.git diff --git a/C4/Message.pm b/C4/Message.pm index eb27a20b0f..30b71c827c 100644 --- a/C4/Message.pm +++ b/C4/Message.pm @@ -5,18 +5,18 @@ package C4::Message; # # 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;