X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstrset%2F_info;h=1c7426e66973c2b7b3687ab1d3aca38d689848c9;hb=5a510ed5696255910fd42adb47d7c1ffa728a116;hp=a3192325db721c67e374c354375317216709c577;hpb=7c69053bd418bf0abd21f29e8cb11164684310ca;p=ccan diff --git a/ccan/strset/_info b/ccan/strset/_info index a3192325..1c7426e6 100644 --- a/ccan/strset/_info +++ b/ccan/strset/_info @@ -22,7 +22,7 @@ * static bool dump(const char *member, void *unused) * { * printf("%s ", member); - * return false; + * return true; // Keep going with iteration. * } * * int main(void) @@ -47,7 +47,7 @@ * // Given "foo bar" outputs "bar foo " * // Given "foo foo bar" outputs "bar foo " * - * License: Public domain (but some dependencies are LGPL!) + * License: CC0 (but some dependencies are LGPL!) * Author: Rusty Russell * Ccanlint: * license_depends_compat FAIL