X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FMessage.pm;h=53869682c68039ccaeadbddd69d1f80c14277df4;hb=3ce542ce2668770a5669d2fb98b666f42a5bd388;hp=4b88970207621f4602dd8b6c9d69be8a062ffb82;hpb=a7f7aeb138b8275448937102cb7a46cf49530aef;p=srvgit diff --git a/C4/Message.pm b/C4/Message.pm index 4b88970207..53869682c6 100644 --- a/C4/Message.pm +++ b/C4/Message.pm @@ -1,4 +1,24 @@ package C4::Message; + +# Copyright Liblime 2009 +# Copyright Catalyst IT 2012 +# +# 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 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. + + use strict; use warnings; use C4::Context;