X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcheck_type%2F_info;h=cc426734928192eb677e1a3129d8eb1dc696104b;hp=c450ab267f1ed6b77f9c2cac978bdcd08837f902;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e diff --git a/ccan/check_type/_info b/ccan/check_type/_info index c450ab26..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. * - * Licence: LGPL (2 or any later version) + * License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[])