]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/str.c
opt: add allocator setting.
[ccan] / ccan / str / str.c
index 0271a59885f0c5cdd3f1445f1f1abd2158df8f4d..a9245c1742ec40654e50b7277610989116b5770a 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* CC0 (Public domain) - see LICENSE file for details */
 #include <ccan/str/str.h>
 
 size_t strcount(const char *haystack, const char *needle)