summaryrefslogtreecommitdiff
path: root/lib/ccan/str/_info
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-12-05 16:42:45 +1030
committerRusty Russell <rusty@rustcorp.com.au>2011-12-05 16:42:45 +1030
commited349eabd99e76d42ce5e42b914dd50afc643afd (patch)
treecbe0bda5e06ba9001624af07836b66642996758c /lib/ccan/str/_info
parent4e377c28a930f9a52577973f10833bf1546a0c84 (diff)
downloadsamba-ed349eabd99e76d42ce5e42b914dd50afc643afd.tar.gz
samba-ed349eabd99e76d42ce5e42b914dd50afc643afd.tar.bz2
samba-ed349eabd99e76d42ce5e42b914dd50afc643afd.zip
lib/ccan/str: relicense to public domain.
LGPL is overkill for trivial wrappers like this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 942f2788e165bb203b0f160f29bd4592f32dc344)
Diffstat (limited to 'lib/ccan/str/_info')
-rw-r--r--lib/ccan/str/_info2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ccan/str/_info b/lib/ccan/str/_info
index 2d52291a6c..a6858c3c7b 100644
--- a/lib/ccan/str/_info
+++ b/lib/ccan/str/_info
@@ -35,7 +35,7 @@
* return 0;
* }
*
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])