X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=9a189455bb27cfcdf8d02332e055c1a2d7003470;hp=cf2ea7d18b8983d0aaa62417307fd4737d981bc6;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/ccan/talloc/_info b/ccan/talloc/_info index cf2ea7d1..9a189455 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -89,7 +89,7 @@ * return 0; * } * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 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; }