Browse Source

check_type: relicense to Public domain

Too trivial to deserve LGPL, and all my code.
Rusty Russell 14 years ago
parent
commit
fd8968af41
2 changed files with 1 additions and 2 deletions
  1. 0 1
      ccan/check_type/LICENSE
  2. 1 1
      ccan/check_type/_info

+ 0 - 1
ccan/check_type/LICENSE

@@ -1 +0,0 @@
-../../licenses/LGPL-2.1

+ 1 - 1
ccan/check_type/_info

@@ -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[])