diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-01-06 12:07:37 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-01-06 12:07:37 +1030 |
commit | 58f929a3cf0a2e17d75baa0f754ef9969a18be3e (patch) | |
tree | 3a43c4e4604daefbd99c03e7900ff754a0a6cca4 | |
parent | 0b26111530a6eb35420b7075b2cd58390cb2af14 (diff) |
daemonize: use BSD-MIT as License: string in _info
The parenthesized thing is confusing and ccanlint dislikes it.
-rw-r--r-- | ccan/daemonize/_info | 2 |
1 files changed, 1 insertions, 1 deletions
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[]) { |