Browse Source

daemonize: use BSD-MIT as License: string in _info

The parenthesized thing is confusing and ccanlint dislikes it.
Rusty Russell 15 years ago
parent
commit
58f929a3cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/daemonize/_info

+ 1 - 1
ccan/daemonize/_info

@@ -35,7 +35,7 @@
  *		exit(0);
  *	}
  *
- * License: BSD (2 clause, ie. MIT)
+ * License: BSD-MIT
  */
 int main(int argc, char *argv[])
 {