X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2F_info;h=a20ef98af72c8320eda7d6693bd2320598939d67;hp=27436713e2a8ae6c8fca629133622a22ace1c0c6;hb=448b9194f76a138eef05047b1aaa5d211f72e97f;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/ccan/tdb/_info b/ccan/tdb/_info index 27436713..a20ef98a 100644 --- a/ccan/tdb/_info +++ b/ccan/tdb/_info @@ -63,9 +63,11 @@ * * Author: Andrew Tridgell, Jeremy Allison, Rusty Russell * - * License: LGPLv3 (or later) + * License: LGPL (v3 or any later version) * - * Fails: valgrind-tests // valgrind breaks fcntl locks. + * Ccanlint: + * // valgrind breaks fcntl locks. + * tests_pass_valgrind FAIL */ int main(int argc, char *argv[]) { @@ -74,7 +76,6 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/compiler\n"); - printf("ccan/tally\n"); return 0; }