Browse Source

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.
Rusty Russell 14 years ago
parent
commit
c4d3d026ab
2 changed files with 2 additions and 1 deletions
  1. 1 0
      ccan/md4/LICENSE
  2. 1 1
      ccan/md4/_info

+ 1 - 0
ccan/md4/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-2

+ 1 - 1
ccan/md4/_info

@@ -31,7 +31,7 @@
  *		return 0;
  *		return 0;
  *	}
  *	}
  *
  *
- * License: LGPL (v2.1 or any later version)
+ * License: GPL (v2 or any later version)
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {