From c4d3d026ab9fb69c33c24523b3adf205d357ff42 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jul 2011 14:29:06 +0930 Subject: [PATCH 1/1] md4: fix license As ccanlint now says: Source files don't contain incompatible licenses (license_file_compat): FAIL /home/rusty/devel/cvs/ccan/ccan/md4/md4.c:Found boilerplate for license 'GPLv2+' which is incompatible with 'LGPLv2+' This is actually GPL code! Add LICENSE link, too. --- ccan/md4/LICENSE | 1 + ccan/md4/_info | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 ccan/md4/LICENSE diff --git a/ccan/md4/LICENSE b/ccan/md4/LICENSE new file mode 120000 index 00000000..9961ca9d --- /dev/null +++ b/ccan/md4/LICENSE @@ -0,0 +1 @@ +../../licenses/GPL-2 \ No newline at end of file diff --git a/ccan/md4/_info b/ccan/md4/_info index 1d1a74e2..6c6f9d81 100644 --- a/ccan/md4/_info +++ b/ccan/md4/_info @@ -31,7 +31,7 @@ * return 0; * } * - * License: LGPL (v2.1 or any later version) + * License: GPL (v2 or any later version) */ int main(int argc, char *argv[]) { -- 2.39.2