[ccan] [PATCH 1/2] asearch: Correct license tag to LGPL 2.1+
David Gibson
david at gibson.dropbear.id.au
Thu May 28 00:17:34 AEST 2015
The _info file for asearch currently gives the license as just "LGPL".
That gives a warning from ccanlint, because it interprets that as the
latest LGPL 3 whereas asearch.h and the license link indicate it's actually
LGPL 2.1+.
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
ccan/asearch/_info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ccan/asearch/_info b/ccan/asearch/_info
index fae6e4a..e25f2e7 100644
--- a/ccan/asearch/_info
+++ b/ccan/asearch/_info
@@ -10,7 +10,7 @@
*
* This version uses macros to be typesafe on platforms which support it.
*
- * License: LGPL
+ * License: LGPL (v2.1 or any later version)
* Author: Rusty Russell <rusty at rustcorp.com.au>
*
* Example:
--
2.1.0
More information about the ccan
mailing list