X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Flikely%2F_info;h=252169b362c8bf21ef9e21530df1b58db8e983d8;hb=137c60bf9e4aa3160fbd44b99e54bcb0df5d6cbf;hp=d72aa5586f967af9eb498de8a1f1f5fc7779bbf3;hpb=9f8c65b28acba8e5eabea5d7abd98b19e62d06fe;p=ccan diff --git a/ccan/likely/_info b/ccan/likely/_info index d72aa558..252169b3 100644 --- a/ccan/likely/_info +++ b/ccan/likely/_info @@ -9,7 +9,8 @@ * help you annotate rare paths in your code for the convenience of the * compiler and the reader. * - * Licence: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) + * Author: Rusty Russell * * Example: * #include @@ -35,7 +36,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/str\n"); - printf("ccan/hashtable\n"); + printf("ccan/htable\n"); printf("ccan/hash\n"); return 0; }