X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fdaemonize%2F_info;h=0c4bc98063caa5632eff9d0038773cf96f3df5f2;hb=979071e8587d4819a7f78613b68d29e222e5db63;hp=64b08ed8e9646251383059aa361eb1beeb201b78;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade;p=ccan diff --git a/ccan/daemonize/_info b/ccan/daemonize/_info index 64b08ed8..0c4bc980 100644 --- a/ccan/daemonize/_info +++ b/ccan/daemonize/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#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[]) {