From: Rusty Russell Date: Thu, 21 Jul 2011 05:14:49 +0000 (+0930) Subject: check_type: relicense to Public domain X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=fd8968af41beabfc7e36b1eb1892643854a338d5;p=ccan check_type: relicense to Public domain Too trivial to deserve LGPL, and all my code. --- 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[])