Browse Source

noerr: relicense to public domain.

We really want everyone to be using these; establishing conventions
helps all code, so make it the most liberal license possible.  It's
all my code, so I can do this unilaterally.
Rusty Russell 14 years ago
parent
commit
582d76294a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/noerr/_info

+ 1 - 1
ccan/noerr/_info

@@ -45,7 +45,7 @@
  *		return true;
  *	}
  *
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])