]> git.ozlabs.org Git - ccan/blobdiff - ccan/alignof/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / alignof / _info
index 04a7a789942313a462ea5739e4c7bfb3c495f04b..e0952c652810b5a3cdadd0597d2e9aa74ec003ef 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * alignof - ALIGNOF() macro to determine alignment of a type.
@@ -35,7 +35,7 @@
  *             }
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/build_assert\n");
                return 0;
        }