From cae8e7d7d418cd5c37cf4af468f1cf43b031f4be Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Sep 2013 13:35:58 +0200 Subject: [PATCH] Bug 10807: Change the GPL version to v3+ Signed-off-by: Jonathan Druart --- C4/Search/History.pm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/C4/Search/History.pm b/C4/Search/History.pm index 7afdd1e..b120ab5 100644 --- a/C4/Search/History.pm +++ b/C4/Search/History.pm @@ -252,19 +252,19 @@ Jonathan Druart =head1 LICENSE -Copyright 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 -version. +Copyright 2013 BibLibre SARL + +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 . -- 1.7.10.4