From d4941bf8047d16007f19a3b5b2211e1e7571f068 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jul 2011 14:44:49 +0930 Subject: [PATCH] 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. --- ccan/htable/LICENSE | 2 +- ccan/htable/_info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/htable/LICENSE b/ccan/htable/LICENSE index 9961ca9d..dc314eca 120000 --- a/ccan/htable/LICENSE +++ b/ccan/htable/LICENSE @@ -1 +1 @@ -../../licenses/GPL-2 \ No newline at end of file +../../licenses/LGPL-2.1 \ No newline at end of file diff --git a/ccan/htable/_info b/ccan/htable/_info index 6c889d06..ed9a8a5d 100644 --- a/ccan/htable/_info +++ b/ccan/htable/_info @@ -98,7 +98,7 @@ * return 0; * } * - * License: GPL (v2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) -- 2.39.2