Bug 10573: (follow-up) update license and copyright statement
authorGalen Charlton <gmc@esilibrary.com>
Sat, 17 Aug 2013 16:04:34 +0000 (16:04 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 17 Aug 2013 16:06:06 +0000 (16:06 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
acqui/pdfformat/layout3pagesfr.pm

index c052840..dffab35 100644 (file)
@@ -3,22 +3,21 @@
 #example script to print a basketgroup
 #written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
 
-# Copyright 2008-2009 BibLibre SARL
+# Copyright 2008-2009, 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
+# 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.
+# 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.
+# with Koha; if not, see <http://www.gnu.org/licenses>.
 
 #you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
 package pdfformat::layout3pagesfr;