X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=339f5bccf887acc8fe52148a9487960675a179b3;hb=b4cf10d83d46b50468ae52fccaeb99a793505467;hp=95c91536b3fafa98d9cac86917d248d7c5bbbbd7;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632;p=ccan diff --git a/ccan/talloc/_info b/ccan/talloc/_info index 95c91536..339f5bcc 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -89,7 +89,7 @@ * return 0; * } * - * Licence: GPL (2 or any later version) + * Licence: LGPL (2 or any later version) */ int main(int argc, char *argv[]) { @@ -97,6 +97,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); printf("ccan/typesafe_cb\n"); return 0; }