From: Rusty Russell Date: Tue, 16 Aug 2011 05:47:54 +0000 (+0930) Subject: array_size: relicense under public domain. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=d06b67d244657da7054e3da580a771c365566d3c array_size: relicense under public domain. It's just a header, I don't care what's done with it. --- diff --git a/ccan/array_size/LICENSE b/ccan/array_size/LICENSE deleted file mode 120000 index dc314eca..00000000 --- a/ccan/array_size/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../licenses/LGPL-2.1 \ No newline at end of file diff --git a/ccan/array_size/_info b/ccan/array_size/_info index 56ba7998..0ecb45df 100644 --- a/ccan/array_size/_info +++ b/ccan/array_size/_info @@ -29,7 +29,7 @@ * return 0; * } * - * License: LGPL (v2.1 or any later version) + * License: Public domain * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/ccan/array_size/array_size.h b/ccan/array_size/array_size.h index ae6e3788..0876945c 100644 --- a/ccan/array_size/array_size.h +++ b/ccan/array_size/array_size.h @@ -1,4 +1,3 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_ARRAY_SIZE_H #define CCAN_ARRAY_SIZE_H #include "config.h"