]> git.ozlabs.org Git - ccan/blobdiff - ccan/strset/_info
endian: add constant versions.
[ccan] / ccan / strset / _info
index a3192325db721c67e374c354375317216709c577..1c7426e66973c2b7b3687ab1d3aca38d689848c9 100644 (file)
@@ -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 <rusty@rustcorp.com.au>
  * Ccanlint:
  *     license_depends_compat FAIL