Commit 79715b8c authored by Rusty Russell's avatar Rusty Russell

opt: relicense to GPLv2+ (from GPLv3+)

Acked by contributors:
Luke-Jr <luke@dashjr.org>:
	 I don't have any objections
Douglas Bagnall <douglas@halo.gen.nz>:
	Fine by me.
Joel Stanley <joel@jms.id.au>:
	Fine with me.
Brad Hards <bradh@frogmouth.net>:
	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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 8071ba12
../../licenses/GPL-3
\ No newline at end of file
../../licenses/GPL-2
\ No newline at end of file
......@@ -52,7 +52,7 @@
* return 0;
* }
*
* License: GPL (v3 or any later version)
* License: GPL (v2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
......
/* Licensed under GPLv3+ - see LICENSE file for details */
/* Licensed under GPLv2+ - see LICENSE file for details */
#include <ccan/opt/opt.h>
#include <ccan/cast/cast.h>
#include <inttypes.h>
......
/* Licensed under GPLv3+ - see LICENSE file for details */
/* Licensed under GPLv2+ - see LICENSE file for details */
#include <ccan/opt/opt.h>
#include <string.h>
#include <errno.h>
......
/* 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 <ccan/compiler/compiler.h>
......
/* Licensed under GPLv3+ - see LICENSE file for details */
/* Licensed under GPLv2+ - see LICENSE file for details */
/* Actual code to parse commandline. */
#include <ccan/opt/opt.h>
#include <string.h>
......
/* 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
......
/* Licensed under GPLv3+ - see LICENSE file for details */
/* Licensed under GPLv2+ - see LICENSE file for details */
#include <ccan/opt/opt.h>
#if HAVE_SYS_TERMIOS_H
#include <sys/ioctl.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment