From 99af4721fdd724bff8b0c888b78ef046d23db73e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 15 Nov 2012 12:58:25 +1030 Subject: [PATCH 1/1] typesafe_cb: relicense to CC0. Signed-off-by: Rusty Russell --- ccan/typesafe_cb/LICENSE | 2 +- ccan/typesafe_cb/_info | 2 +- ccan/typesafe_cb/typesafe_cb.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccan/typesafe_cb/LICENSE b/ccan/typesafe_cb/LICENSE index dc314eca..b7951dab 120000 --- a/ccan/typesafe_cb/LICENSE +++ b/ccan/typesafe_cb/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-2.1 \ No newline at end of file +../../licenses/CC0 \ No newline at end of file diff --git a/ccan/typesafe_cb/_info b/ccan/typesafe_cb/_info index a3cdeab5..4485aec5 100644 --- a/ccan/typesafe_cb/_info +++ b/ccan/typesafe_cb/_info @@ -135,7 +135,7 @@ * return 0; * } * - * License: LGPL (v2.1 or any later version) + * License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/ccan/typesafe_cb/typesafe_cb.h b/ccan/typesafe_cb/typesafe_cb.h index 88431497..942d5c2d 100644 --- a/ccan/typesafe_cb/typesafe_cb.h +++ b/ccan/typesafe_cb/typesafe_cb.h @@ -1,4 +1,4 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ +/* CC0 (Public domain) - see LICENSE file for details */ #ifndef CCAN_TYPESAFE_CB_H #define CCAN_TYPESAFE_CB_H #include "config.h" -- 2.39.2