Commit d4941bf8 authored by Rusty Russell's avatar Rusty Russell

htable: relicense under LGPL

Various LGPL components depend on it, via ccan/likely.  ccan/likely
really only needs it when CCAN_LIKELY_DEBUG is set, but making it a
conditional dependency is a bit nasty if defining that changes the
license.

So this is the simplest fix.  I might relicense under PD or BSD later,
since the likely module should probably have an even more liberal
license.
parent 7ad50f8e
../../licenses/GPL-2
\ No newline at end of file
../../licenses/LGPL-2.1
\ No newline at end of file
......@@ -98,7 +98,7 @@
* return 0;
* }
*
* License: GPL (v2 or any later version)
* License: LGPL (v2.1 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment