X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcheck_type%2F_info;h=cc426734928192eb677e1a3129d8eb1dc696104b;hp=33448b4f1f660038e83b38f2e6ef792f7e70a2d3;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=fd8968af41beabfc7e36b1eb1892643854a338d5 diff --git a/ccan/check_type/_info b/ccan/check_type/_info index 33448b4f..cc426734 100644 --- a/ccan/check_type/_info +++ b/ccan/check_type/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * check_type - routines for compile time type checking @@ -14,7 +14,7 @@ * since they have to use sizeof() which can only distiguish between types of * different size. * - * License: Public domain + * License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[])