X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Ftdb2%2F_info;h=ddb362022e3b1990f33675f6a823d2cccf373c24;hb=d086611e6817c8c1b436bc2ca7cfd405b2aa4a8a;hp=35e32b729116cfd199ae3d87c83ab947bd5f931e;hpb=1fe7f55b1efc5deefb20815a03b56c8ef0f6dc53;p=ccan diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 35e32b72..ddb36202 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -62,7 +62,7 @@ * * Author: Rusty Russell * - * Licence: LGPLv3 (or later) + * License: LGPLv3 (or later) * * Fails: * valgrind-tests // hash needs --partial-loads-ok=yes. @@ -78,6 +78,7 @@ int main(int argc, char *argv[]) printf("ccan/asearch\n"); printf("ccan/compiler\n"); printf("ccan/build_assert\n"); + printf("ccan/ilog\n"); printf("ccan/tally\n"); return 0; }