]> git.ozlabs.org Git - ccan/blobdiff - ccan/daemonize/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / daemonize / _info
index 64b08ed8e9646251383059aa361eb1beeb201b78..0c4bc98063caa5632eff9d0038773cf96f3df5f2 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * daemonize - routine to turn a process into a well-behaved daemon.
@@ -35,7 +35,7 @@
  *             exit(0);
  *     }
  *
- * License: BSD (2 clause, ie. MIT)
+ * License: BSD-MIT
  */
 int main(int argc, char *argv[])
 {