]> git.ozlabs.org Git - ccan/commitdiff
daemonize: use BSD-MIT as License: string in _info
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 6 Jan 2011 01:37:37 +0000 (12:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 6 Jan 2011 01:37:37 +0000 (12:07 +1030)
The parenthesized thing is confusing and ccanlint dislikes it.

ccan/daemonize/_info

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