]> git.ozlabs.org Git - ccan/commitdiff
short_types: relicense to public domain.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 03:31:45 +0000 (13:01 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 04:53:00 +0000 (14:23 +0930)
We really want everyone to be using these; establishing conventions
helps all code, so make it the most liberal license possible.  It's
all my code, so I can do this unilaterally.

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

diff --git a/ccan/short_types/LICENSE b/ccan/short_types/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 8beb44952021bcf74e6341cb5b83345ea87d3562..1fdc3a40cf11d521fabb8881903cf81c874d0372 100644 (file)
@@ -65,7 +65,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])