summaryrefslogtreecommitdiff
path: root/lib/ccan/str/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/str/str.c')
-rw-r--r--lib/ccan/str/str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/str/str.c b/lib/ccan/str/str.c
index fa9809fbd9..0271a59885 100644
--- a/lib/ccan/str/str.c
+++ b/lib/ccan/str/str.c
@@ -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)