From eade80277fb316096e5af7159816d1ab7b0cfcaa Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 4 May 2014 23:08:03 +0000 Subject: [PATCH] Bug 766: (follow-up) move copyright statement back to the top Signed-off-by: Galen Charlton --- Koha/Template/Plugin/AuthorisedValues.pm | 34 +++++++++++------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/Koha/Template/Plugin/AuthorisedValues.pm b/Koha/Template/Plugin/AuthorisedValues.pm index 909f409be9..65abac71dd 100644 --- a/Koha/Template/Plugin/AuthorisedValues.pm +++ b/Koha/Template/Plugin/AuthorisedValues.pm @@ -1,5 +1,21 @@ package Koha::Template::Plugin::AuthorisedValues; +# Copyright 2012 ByWater Solutions +# Copyright 2013-2014 BibLibre +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + use Modern::Perl; use Template::Plugin; @@ -8,7 +24,6 @@ use base qw( Template::Plugin ); use Encode qw{encode decode}; use C4::Koha; -use C4::Charset; sub GetByCode { my ( $self, $category, $code, $opac ) = @_; @@ -58,21 +73,4 @@ Kyle M Hall Jonathan Druart -=head1 COPYRIGHT - -Copyright ByWater Solutions 2012 - -Copyright BibLibre 2013 - -=head1 LICENSE - -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. - -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. - =cut -- 2.20.1