diff options
author | Tanguy Ortolo <tanguy+debian@ortolo.eu> | 2010-12-12 23:21:28 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-12-18 10:15:51 +0100 |
commit | 15e86bd352576ba668e9b899f721b35d72900af4 (patch) | |
tree | 4690bf856c3f71bd4b87258a31f77b8b07651bed | |
parent | 5627186c2f8b450460892f0247dbbb5f8d4369b4 (diff) | |
download | rpg-15e86bd352576ba668e9b899f721b35d72900af4.tar.gz rpg-15e86bd352576ba668e9b899f721b35d72900af4.tar.bz2 |
Correct the phpdoc license tag of TarLib.class.php
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.
-rw-r--r-- | inc/TarLib.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |