Browse Source

container_of: relicense to Public domain

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

+ 0 - 1
ccan/container_of/LICENSE

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

+ 1 - 1
ccan/container_of/_info

@@ -46,7 +46,7 @@
  *		return 0;
  *		return 0;
  *	}
  *	}
  *
  *
- * 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[])