X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fdaemonize%2F_info;h=0c4bc98063caa5632eff9d0038773cf96f3df5f2;hb=f6557ca6537bc4d37fb4be215184a632533ba4e7;hp=2bdcaa97efa69556feb6bbfe60754d145ba6ef5e;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632;p=ccan diff --git a/ccan/daemonize/_info b/ccan/daemonize/_info index 2bdcaa97..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); * } * - * Licence: BSD (2 clause, ie. MIT) + * License: BSD-MIT */ int main(int argc, char *argv[]) {