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, 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)