From 7b1223717acffcdbbc7d0545cd3ce4a9935278ea Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 19 Sep 2012 10:38:40 +0930 Subject: [PATCH] list: change license to BSD-MIT. 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 --- ccan/list/LICENSE | 2 +- ccan/list/_info | 2 +- ccan/list/list.c | 2 +- ccan/list/list.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ccan/list/LICENSE b/ccan/list/LICENSE index dc314eca..2354d129 120000 --- a/ccan/list/LICENSE +++ b/ccan/list/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-2.1 \ No newline at end of file +../../licenses/BSD-MIT \ No newline at end of file diff --git a/ccan/list/_info b/ccan/list/_info index a30659c1..41a81fb5 100644 --- a/ccan/list/_info +++ b/ccan/list/_info @@ -53,7 +53,7 @@ * return 0; * } * - * License: LGPL (v2.1 or any later version) + * License: BSD-MIT * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/ccan/list/list.c b/ccan/list/list.c index 29dc30ba..2717fa3f 100644 --- a/ccan/list/list.c +++ b/ccan/list/list.c @@ -1,4 +1,4 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ +/* Licensed under BSD-MIT - see LICENSE file for details */ #include #include #include "list.h" diff --git a/ccan/list/list.h b/ccan/list/list.h index 0091ea4b..4a18f02d 100644 --- a/ccan/list/list.h +++ b/ccan/list/list.h @@ -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 -- 2.39.2