Browse Source

typesafe_cb: relicense to CC0.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
99af4721fd
3 changed files with 3 additions and 3 deletions
  1. 1 1
      ccan/typesafe_cb/LICENSE
  2. 1 1
      ccan/typesafe_cb/_info
  3. 1 1
      ccan/typesafe_cb/typesafe_cb.h

+ 1 - 1
ccan/typesafe_cb/LICENSE

@@ -1 +1 @@
-../../licenses/LGPL-2.1
+../../licenses/CC0

+ 1 - 1
ccan/typesafe_cb/_info

@@ -135,7 +135,7 @@
  *		return 0;
  *		return 0;
  *	}
  *	}
  *
  *
- * License: LGPL (v2.1 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])

+ 1 - 1
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
 #ifndef CCAN_TYPESAFE_CB_H
 #define CCAN_TYPESAFE_CB_H
 #define CCAN_TYPESAFE_CB_H
 #include "config.h"
 #include "config.h"