]> git.ozlabs.org Git - ccan/commitdiff
list: change license to BSD-MIT.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 19 Sep 2012 01:08:40 +0000 (10:38 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 19 Sep 2012 01:08:40 +0000 (10:38 +0930)
Approved by all contributors:
https://lists.ozlabs.org/pipermail/ccan/2012-September/000490.html
https://lists.ozlabs.org/pipermail/ccan/2012-September/000488.html
https://lists.ozlabs.org/pipermail/ccan/2012-September/000489.html

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/list/LICENSE
ccan/list/_info
ccan/list/list.c
ccan/list/list.h

index dc314ecac02a0fb3117e54b1271ca135aaada572..2354d12945d3221df57d9a44c26a24770a133109 120000 (symlink)
@@ -1 +1 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
+../../licenses/BSD-MIT
\ No newline at end of file
index a30659c1cf694e0f1350ab9719f86c01b45a5c07..41a81fb57b5ce0dfe59d56957cce79ed7c113056 100644 (file)
@@ -53,7 +53,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: BSD-MIT
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 29dc30ba195876690eba54cac576336cb1461a41..2717fa3f17e5ac1e4cbf1d42f48e719ffd43e6a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* Licensed under BSD-MIT - see LICENSE file for details */
 #include <stdio.h>
 #include <stdlib.h>
 #include "list.h"
index 0091ea4b655216754a347cb4ccb655aa8823177e..4a18f02d9c90e6465781582f54996afd402f6ee6 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* Licensed under BSD-MIT - see LICENSE file for details */
 #ifndef CCAN_LIST_H
 #define CCAN_LIST_H
 #include <stdbool.h>