From: Joey Adams Date: Mon, 15 Aug 2011 06:41:40 +0000 (-0400) Subject: ccan_tokenizer: Corrected LICENSE link so it points to BSD-3CLAUSE. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=fc4096b8b78fb90a778f5dcd4686db312138c9f2 ccan_tokenizer: Corrected LICENSE link so it points to BSD-3CLAUSE. --- diff --git a/ccan/ccan_tokenizer/LICENSE b/ccan/ccan_tokenizer/LICENSE index 2354d129..49097405 120000 --- a/ccan/ccan_tokenizer/LICENSE +++ b/ccan/ccan_tokenizer/LICENSE @@ -1 +1 @@ -../../licenses/BSD-MIT \ No newline at end of file +../../licenses/BSD-3CLAUSE \ No newline at end of file diff --git a/ccan/ccan_tokenizer/_info b/ccan/ccan_tokenizer/_info index 4801a13b..ef716161 100644 --- a/ccan/ccan_tokenizer/_info +++ b/ccan/ccan_tokenizer/_info @@ -82,7 +82,7 @@ * return 0; * } * - * License: BSD + * License: BSD (3 clause) */ int main(int argc, char *argv[]) {