X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=46173d96cafa40fc0abbbb2586e5f553e3fedf55;hp=b2440083780a39de357e98aaad973645aab2ea5c;hb=a94286219597d8123188aaff0aaa55dba5104a05;hpb=3adbb41d724fca10f9a4f11b56afc58091ba58f4 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index b2440083..46173d96 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -89,7 +89,7 @@ * return 0; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) */ int main(int argc, char *argv[]) { @@ -99,6 +99,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/compiler\n"); printf("ccan/typesafe_cb\n"); + printf("ccan/failtest\n"); return 0; }