From fc4096b8b78fb90a778f5dcd4686db312138c9f2 Mon Sep 17 00:00:00 2001 From: Joey Adams Date: Mon, 15 Aug 2011 02:41:40 -0400 Subject: [PATCH] ccan_tokenizer: Corrected LICENSE link so it points to BSD-3CLAUSE. --- ccan/ccan_tokenizer/LICENSE | 2 +- ccan/ccan_tokenizer/_info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[]) { -- 2.39.2