From 58f929a3cf0a2e17d75baa0f754ef9969a18be3e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 6 Jan 2011 12:07:37 +1030 Subject: [PATCH 1/1] daemonize: use BSD-MIT as License: string in _info The parenthesized thing is confusing and ccanlint dislikes it. --- ccan/daemonize/_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) { -- 2.39.2