From: Rusty Russell Date: Thu, 21 Jul 2011 04:59:06 +0000 (+0930) Subject: md4: fix license X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=c4d3d026ab9fb69c33c24523b3adf205d357ff42 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. --- 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[]) {