From 79715b8c08446fe5e74d2ab9e9db00175169eab3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 24 Feb 2014 13:25:19 +1030 Subject: [PATCH] opt: relicense to GPLv2+ (from GPLv3+) Acked by contributors: Luke-Jr : I don't have any objections Douglas Bagnall : Fine by me. Joel Stanley : Fine with me. Brad Hards : Ack. No response from Joey (trivial warning patch) or Andreas Schlick (one trivial patch, but he also wrote opt_free() (which was a 2 line function). Signed-off-by: Rusty Russell --- ccan/opt/LICENSE | 2 +- ccan/opt/_info | 2 +- ccan/opt/helpers.c | 2 +- ccan/opt/opt.c | 2 +- ccan/opt/opt.h | 2 +- ccan/opt/parse.c | 2 +- ccan/opt/private.h | 2 +- ccan/opt/usage.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ccan/opt/LICENSE b/ccan/opt/LICENSE index 190cfd5e..9961ca9d 120000 --- a/ccan/opt/LICENSE +++ b/ccan/opt/LICENSE @@ -1 +1 @@ -../../licenses/GPL-3 \ No newline at end of file +../../licenses/GPL-2 \ No newline at end of file diff --git a/ccan/opt/_info b/ccan/opt/_info index 9595a168..9d47c48f 100644 --- a/ccan/opt/_info +++ b/ccan/opt/_info @@ -52,7 +52,7 @@ * return 0; * } * - * License: GPL (v3 or any later version) + * License: GPL (v2 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/ccan/opt/helpers.c b/ccan/opt/helpers.c index 48f4fa45..2c771bc3 100644 --- a/ccan/opt/helpers.c +++ b/ccan/opt/helpers.c @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ #include #include #include diff --git a/ccan/opt/opt.c b/ccan/opt/opt.c index 85de935a..09b29bca 100644 --- a/ccan/opt/opt.c +++ b/ccan/opt/opt.c @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ #include #include #include diff --git a/ccan/opt/opt.h b/ccan/opt/opt.h index 2aee4095..3dd4edc6 100644 --- a/ccan/opt/opt.h +++ b/ccan/opt/opt.h @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ #ifndef CCAN_OPT_H #define CCAN_OPT_H #include diff --git a/ccan/opt/parse.c b/ccan/opt/parse.c index 14c7afbb..94d75ad1 100644 --- a/ccan/opt/parse.c +++ b/ccan/opt/parse.c @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ /* Actual code to parse commandline. */ #include #include diff --git a/ccan/opt/private.h b/ccan/opt/private.h index 8d7815c8..47b8c4e0 100644 --- a/ccan/opt/private.h +++ b/ccan/opt/private.h @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ #ifndef CCAN_OPT_PRIVATE_H #define CCAN_OPT_PRIVATE_H diff --git a/ccan/opt/usage.c b/ccan/opt/usage.c index 3edc4cf8..b71fb334 100644 --- a/ccan/opt/usage.c +++ b/ccan/opt/usage.c @@ -1,4 +1,4 @@ -/* Licensed under GPLv3+ - see LICENSE file for details */ +/* Licensed under GPLv2+ - see LICENSE file for details */ #include #if HAVE_SYS_TERMIOS_H #include -- 2.39.2