X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr_talloc%2F_info;h=f6214ce79fe09f566dc52296834c865f6953d277;hb=737eacb13ce9550f9820cbc55eec8b38fa2fa6a4;hp=aaf9d996d0f5553ef5fc554a44bd39631e5e2055;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632;p=ccan diff --git a/ccan/str_talloc/_info b/ccan/str_talloc/_info index aaf9d996..f6214ce7 100644 --- a/ccan/str_talloc/_info +++ b/ccan/str_talloc/_info @@ -35,7 +35,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[]) { @@ -43,6 +44,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/str\n"); printf("ccan/talloc\n"); printf("ccan/noerr\n"); return 0;