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