]> git.ozlabs.org Git - ccan/commitdiff
check_type: relicense to Public domain
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:14:49 +0000 (14:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:14:49 +0000 (14:44 +0930)
Too trivial to deserve LGPL, and all my code.

ccan/check_type/LICENSE [deleted symlink]
ccan/check_type/_info

diff --git a/ccan/check_type/LICENSE b/ccan/check_type/LICENSE
deleted file mode 120000 (symlink)
index dc314ec..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
index 1c141fadd796013c11e18c44fd11400aedf2764e..33448b4f1f660038e83b38f2e6ef792f7e70a2d3 100644 (file)
@@ -14,7 +14,7 @@
  * since they have to use sizeof() which can only distiguish between types of
  * different size.
  *
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])