]> git.ozlabs.org Git - ccan/commitdiff
typesafe_cb: relicense to CC0.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Nov 2012 02:28:25 +0000 (12:58 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Nov 2012 02:28:25 +0000 (12:58 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/typesafe_cb/LICENSE
ccan/typesafe_cb/_info
ccan/typesafe_cb/typesafe_cb.h

index dc314ecac02a0fb3117e54b1271ca135aaada572..b7951dabdc82e45d46d3cf1bd8c7ed8b3a6f7c0f 120000 (symlink)
@@ -1 +1 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
+../../licenses/CC0
\ No newline at end of file
index a3cdeab584bc346b9a629b796fdf6724521e4901..4485aec59010b3567593d3d29062645e6ca7bdd5 100644 (file)
  *             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[])
index 884314975eda5506f6eed3ef941ae7401dd21a3e..942d5c2d11323e38fb23e5a40d28bd80aaf0e18d 100644 (file)
@@ -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"