Browse Source

build_assert: relicense to public domain.

Trivial code, all mine.
Rusty Russell 14 years ago
parent
commit
c2d60644d2
2 changed files with 1 additions and 2 deletions
  1. 0 1
      ccan/build_assert/LICENSE
  2. 1 1
      ccan/build_assert/_info

+ 0 - 1
ccan/build_assert/LICENSE

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

+ 1 - 1
ccan/build_assert/_info

@@ -33,7 +33,7 @@
  *		return (char *)foo;
  *		return (char *)foo;
  *	}
  *	}
  *
  *
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])