]> git.ozlabs.org Git - ccan/blobdiff - ccan/daemon_with_notify/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / daemon_with_notify / _info
index 6f26898e2a60326e73e79acdf3eb9759b1d9fb1f..cb53a3e6efd0d656ccfdd3342d8df859d6ae5116 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * daemon_with_notify - daemonize a process, can wait for child to signal readiness
 
 /**
  * daemon_with_notify - daemonize a process, can wait for child to signal readiness
@@ -42,7 +42,7 @@
  *             exit(0);
  *     }
  *
  *             exit(0);
  *     }
  *
- * License: BSD
+ * License: BSD (3 clause)
  * Author: Stewart Smith <stewart@flamingspork.com>
  */
 int main(int argc, char *argv[])
  * Author: Stewart Smith <stewart@flamingspork.com>
  */
 int main(int argc, char *argv[])