Commit c4d3d026 authored by Rusty Russell's avatar Rusty Russell

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.
parent 4c1a5ebd
../../licenses/GPL-2
\ No newline at end of file
......@@ -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[])
{
......
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