summaryrefslogtreecommitdiff
path: root/lib/ccan/str/str.c
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/str.c
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/str.c')
-rw-r--r--lib/ccan/str/str.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ccan/str/str.c b/lib/ccan/str/str.c
index 0271a59885..fa9809fbd9 100644
--- a/lib/ccan/str/str.c
+++ b/lib/ccan/str/str.c
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
#include <ccan/str/str.h>
size_t strcount(const char *haystack, const char *needle)