X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fgrab_file%2F_info;h=2508a2eeabaa185c8b4eb5b9ad7a2eb31cd699e6;hb=b796c0318151ce34b56d2973f567335fbf20aae7;hp=83d911fe7fb27d984e659ea4f7d38bcbfc592c13;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade;p=ccan diff --git a/ccan/grab_file/_info b/ccan/grab_file/_info index 83d911fe..2508a2ee 100644 --- a/ccan/grab_file/_info +++ b/ccan/grab_file/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * grab_file - file helper routines @@ -35,7 +35,7 @@ * return 0; * } * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) @@ -44,7 +44,6 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/str_talloc\n"); /* Needed for tests. */ printf("ccan/talloc\n"); printf("ccan/noerr\n"); return 0;