aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2011-11-01 13:30:27 -0700
committerKay Sievers <kay.sievers@vrfy.org>2011-11-02 00:09:49 +0100
commit1ba35dc557a9b8dbd60341b12b91dee80a62f13b (patch)
treee64c4e83403657fd7f58d7dab6d19204d06ef05b
parent18e51d55c66f4d1b0d0b1cc969b1a080baa1a920 (diff)
downloadlibabc-1ba35dc557a9b8dbd60341b12b91dee80a62f13b.tar.gz
README: Fix license example
LGPL2-only (and LGPL2.1-only) works with GPL3, because of clause 3 of the LGPL, which says "If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.". The case that doesn't work: GPL2-only with LGPL3 or later, because the LGPL3 only allows conversion to the GPL3, not the GPL2.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index abfa579..81def1d 100644
--- a/README
+++ b/README
@@ -29,8 +29,8 @@ use autotools
always use the GPL's "(or later)" clause
- developers are not lawyers, libraries should be able to be linked
- to any version of the GPL. Remember that LGPL2-only is
- incompatible with GPL3!
+ to any version of the GPL. Remember that GPL2-only is incompatible
+ with LGPL3!
use LGPL if you don't care about politics