From a87bf2eb73242a905e0786aa0f0e1d6e5ad9bda0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jul 2011 13:01:39 +0930 Subject: [PATCH] compiler: relicense to public domain. We really want everyone to be using these; establishing conventions helps all code, so make it the most liberal license possible. It's all my code, so I can do this unilaterally. --- ccan/compiler/LICENSE | 1 - ccan/compiler/_info | 2 +- ccan/md4/LICENSE | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 ccan/compiler/LICENSE delete mode 120000 ccan/md4/LICENSE diff --git a/ccan/compiler/LICENSE b/ccan/compiler/LICENSE deleted file mode 120000 index 74550445..00000000 --- a/ccan/compiler/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../licenses/LGPL-3 \ No newline at end of file diff --git a/ccan/compiler/_info b/ccan/compiler/_info index b51d93a6..e42ebb0f 100644 --- a/ccan/compiler/_info +++ b/ccan/compiler/_info @@ -21,7 +21,7 @@ * - IS_COMPILE_CONSTANT * For using different tradeoffs for compiletime vs runtime evaluation. * - * License: LGPL (v3 or any later version) + * License: Public Domain * Author: Rusty Russell * * Example: diff --git a/ccan/md4/LICENSE b/ccan/md4/LICENSE deleted file mode 120000 index dc314eca..00000000 --- a/ccan/md4/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../licenses/LGPL-2.1 \ No newline at end of file -- 2.39.2