]> git.ozlabs.org Git - ccan/blobdiff - ccan/jmap/_info
various: make the _info License: wording uniform for GPL variants.
[ccan] / ccan / jmap / _info
index 03aa4ca8fd471227882477aa793fa57eee880bbc..cad473bfd46bc4eecc3cc891c314a8f6eb77aefe 100644 (file)
@@ -55,7 +55,7 @@
  *             jmap_opt_add(opt, argv[i], d);
  *     }
  * 
- *     printf("Found %u options:\n", jmap_opt_count(opt));
+ *     printf("Found %lu options:\n", jmap_opt_count(opt));
  *     for (i = jmap_arg_first(arg,-1); i!=-1; i = jmap_arg_next(arg,i,-1)) {
  *             char *a = jmap_arg_get(arg, i);
  *             d = jmap_opt_get(opt, a);
@@ -73,7 +73,7 @@
  *     return 0;
  * }
  * 
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])