From e2b28167f86d4af8b56d188d6fa08f7f2dbb4975 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 5 Jan 2021 22:23:13 +0100 Subject: [PATCH] Clarify correct LGPL version. Fixes #612 --- LICENSE | 2 +- libs/Smarty.class.php | 2 +- libs/SmartyBC.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index fb8ca6c6..595e5993 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Smarty: the PHP compiling template engine This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + version 3.0 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 0d4cbeb8..30a0a140 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * version 3.0 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/libs/SmartyBC.class.php b/libs/SmartyBC.class.php index 836f9815..0550e46d 100644 --- a/libs/SmartyBC.class.php +++ b/libs/SmartyBC.class.php @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * version 3.0 of the License, or (at your option) any later version. * This library 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