From fd8968af41beabfc7e36b1eb1892643854a338d5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jul 2011 14:44:49 +0930 Subject: [PATCH] check_type: relicense to Public domain Too trivial to deserve LGPL, and all my code. --- ccan/check_type/LICENSE | 1 - ccan/check_type/_info | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 ccan/check_type/LICENSE diff --git a/ccan/check_type/LICENSE b/ccan/check_type/LICENSE deleted file mode 120000 index dc314eca..00000000 --- a/ccan/check_type/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../licenses/LGPL-2.1 \ No newline at end of file diff --git a/ccan/check_type/_info b/ccan/check_type/_info index 1c141fad..33448b4f 100644 --- a/ccan/check_type/_info +++ b/ccan/check_type/_info @@ -14,7 +14,7 @@ * since they have to use sizeof() which can only distiguish between types of * different size. * - * License: LGPL (v2.1 or any later version) + * License: Public domain * Author: Rusty Russell */ int main(int argc, char *argv[]) -- 2.39.2