X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr%2Fstr.c;fp=ccan%2Fstr%2Fstr.c;h=0271a59885f0c5cdd3f1445f1f1abd2158df8f4d;hp=fa9809fbd94d3670ac6190697f253f9c208b4342;hb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;hpb=e3bdf3937c8613f3958a5e8beaa8a92ec2da5170 diff --git a/ccan/str/str.c b/ccan/str/str.c index fa9809fb..0271a598 100644 --- a/ccan/str/str.c +++ b/ccan/str/str.c @@ -1,3 +1,4 @@ +/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #include size_t strcount(const char *haystack, const char *needle)