From 15e86bd352576ba668e9b899f721b35d72900af4 Mon Sep 17 00:00:00 2001 From: Tanguy Ortolo <tanguy+debian@ortolo.eu> Date: Sun, 12 Dec 2010 23:21:28 +0100 Subject: [PATCH] Correct the phpdoc license tag of TarLib.class.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The author of MaxgTar (original name of this file) wrote an incorrect phpdoc license tag mentionning the “GPL†without a version number. Contacted to clarify the licensing situation of this file, he explained that he wanted to use the LGPL-2.1: > I am the author of MaxgTar and I must say I am more than slightly > surprised to hear about it. > […] > I have no doubt that my intention was to use the GNU Lesser General > Public License, version 2.1. --- inc/TarLib.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/TarLib.class.php b/inc/TarLib.class.php index 7a7acdbdb..12418c48d 100644 --- a/inc/TarLib.class.php +++ b/inc/TarLib.class.php @@ -7,7 +7,7 @@ * * Modified for Dokuwiki * - * @license GPL + * @license LGPL-2.1 * @link http://docs.maxg.info * @author Bouchon <tarlib@bouchon.org> (Maxg) * @author Christopher Smith <chris@jalakai.co.uk> -- GitLab