From 9793d4c9dcc8200eaba47e806383709c5a8d4fa6 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 14 Feb 2014 13:36:04 -0500 Subject: [PATCH] Bug 11703 [QA Followup 7] - Fix issues spotted by koha-qa.pl --- api/checkin.pl | 2 +- api/renew.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/checkin.pl b/api/checkin.pl index 808b5c4..a303e52 100755 --- a/api/checkin.pl +++ b/api/checkin.pl @@ -6,7 +6,7 @@ # # 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 diff --git a/api/renew.pl b/api/renew.pl index 42be2de..add9e9f 100755 --- a/api/renew.pl +++ b/api/renew.pl @@ -6,7 +6,7 @@ # # 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 -- 1.7.2.5