X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Falloc%2F_info;h=68e40b6d4346db3c10bc4cb4b57b2ec03bcfa559;hb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade;hp=9b00284f9e878c387c637e0bd4ea6d2092a9329e;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632;p=ccan diff --git a/ccan/alloc/_info b/ccan/alloc/_info index 9b00284f..68e40b6d 100644 --- a/ccan/alloc/_info +++ b/ccan/alloc/_info @@ -92,7 +92,8 @@ * return 0; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) + * Author: Rusty Russell */ int main(int argc, char *argv[]) { @@ -100,7 +101,11 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/alignof\n"); printf("ccan/build_assert\n"); + printf("ccan/compiler\n"); + printf("ccan/likely\n"); + printf("ccan/short_types\n"); return 0; }