]> git.ozlabs.org Git - ccan/blobdiff - ccan/tap/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / tap / _info
index f60969745d5a8aec706809f5e1be16746c9519f9..2b116de953b279bd9cfc3c13658bd41df0b4de01 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * tap - Test Anything Protocol
@@ -18,6 +18,8 @@
  *
  * Based on the original libtap, Copyright (c) 2004 Nik Clayton.
  *
+ * License: BSD (2 clause)
+ *
  * Example:
  *     #include <string.h>
  *     #include <ccan/tap/tap.h>