From: Rusty Russell Date: Mon, 8 Apr 2013 05:38:08 +0000 (+0930) Subject: endian: change license to CC0. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=e5663b6f7df31a84efab04b329fded373af50716 endian: change license to CC0. Not worth LGPL for just this header. Signed-off-by: Rusty Russell --- diff --git a/ccan/endian/LICENSE b/ccan/endian/LICENSE index dc314eca..b7951dab 120000 --- a/ccan/endian/LICENSE +++ b/ccan/endian/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-2.1 \ No newline at end of file +../../licenses/CC0 \ No newline at end of file diff --git a/ccan/endian/_info b/ccan/endian/_info index 84e9597f..753afa78 100644 --- a/ccan/endian/_info +++ b/ccan/endian/_info @@ -37,7 +37,7 @@ * exit(0); * } * - * License: LGPL (v2.1 or any later version) + * License: License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/ccan/endian/endian.h b/ccan/endian/endian.h index 52191110..59500496 100644 --- a/ccan/endian/endian.h +++ b/ccan/endian/endian.h @@ -1,4 +1,4 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ +/* CC0 (Public domain) - see LICENSE file for details */ #ifndef CCAN_ENDIAN_H #define CCAN_ENDIAN_H #include