]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / build_assert / _info
index 284c6cf5b8c6591185949cec18db37e6768778fa..97ebe6c966836753456f7d45fc45aef1dde94809 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * build_assert - routines for build-time assertions
@@ -33,7 +33,7 @@
  *             return (char *)foo;
  *     }
  *
- * License: Public domain
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])