summaryrefslogtreecommitdiff
path: root/lib/ccan/str/debug.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/debug.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/debug.c')
-rw-r--r--lib/ccan/str/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ccan/str/debug.c b/lib/ccan/str/debug.c
index 42d19f8197..9ef756766a 100644
--- a/lib/ccan/str/debug.c
+++ b/lib/ccan/str/debug.c
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
#include "config.h"
#include <ccan/str/str_debug.h>
#include <assert.h>