X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2F_info;fp=ccan%2Fio%2F_info;h=d596b4deb11d401b40b3d2210eab80c8ceedff69;hp=f494c124ead964cff335f446123fe879ad19ec4c;hb=1fe2db9cbe84812e1465db36f538a222e9984c93;hpb=02388bfc242abbd33c7ba64b2c32d425f5359b67 diff --git a/ccan/io/_info b/ccan/io/_info index f494c124..d596b4de 100644 --- a/ccan/io/_info +++ b/ccan/io/_info @@ -159,7 +159,8 @@ * return WIFEXITED(status) ? WEXITSTATUS(status) : 2; * } * - * License: BSD-MIT + * License: LGPL (v2.1 or any later version) + * Author: Rusty Russell */ int main(int argc, char *argv[]) { @@ -167,6 +168,8 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/time\n"); + printf("ccan/timer\n"); return 0; }