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