X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fdaemonize%2F_info;h=0c4bc98063caa5632eff9d0038773cf96f3df5f2;hb=ce907a7f849c8cce11083864bf39c84a0f6c7810;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[]) {