From: Rusty Russell Date: Thu, 6 Jan 2011 01:37:37 +0000 (+1030) Subject: daemonize: use BSD-MIT as License: string in _info X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=58f929a3cf0a2e17d75baa0f754ef9969a18be3e;hp=0b26111530a6eb35420b7075b2cd58390cb2af14 daemonize: use BSD-MIT as License: string in _info The parenthesized thing is confusing and ccanlint dislikes it. --- diff --git a/ccan/daemonize/_info b/ccan/daemonize/_info index 64b08ed8..f0e55bcb 100644 --- a/ccan/daemonize/_info +++ b/ccan/daemonize/_info @@ -35,7 +35,7 @@ * exit(0); * } * - * License: BSD (2 clause, ie. MIT) + * License: BSD-MIT */ int main(int argc, char *argv[]) {