From: Rusty Russell Date: Thu, 15 Nov 2012 02:28:25 +0000 (+1030) Subject: typesafe_cb: relicense to CC0. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=99af4721fdd724bff8b0c888b78ef046d23db73e typesafe_cb: relicense to CC0. Signed-off-by: Rusty Russell --- 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"