X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=9a189455bb27cfcdf8d02332e055c1a2d7003470;hp=b2440083780a39de357e98aaad973645aab2ea5c;hb=926996e88c32445c874ff9c4f47f159db6b45995;hpb=3adbb41d724fca10f9a4f11b56afc58091ba58f4 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index b2440083..9a189455 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -89,7 +89,7 @@ * return 0; * } * - * Licence: 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; }