From b6b022724257b6061d813b422a6eac22571a32c7 Mon Sep 17 00:00:00 2001 From: Joey Adams Date: Mon, 15 Aug 2011 02:29:05 -0400 Subject: [PATCH] stringmap: Corrected LICENSE link so it points to BSD-3CLAUSE. --- ccan/stringmap/LICENSE | 2 +- ccan/stringmap/_info | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ccan/stringmap/LICENSE b/ccan/stringmap/LICENSE index 2354d129..49097405 120000 --- a/ccan/stringmap/LICENSE +++ b/ccan/stringmap/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/stringmap/_info b/ccan/stringmap/_info index b5e78755..7fa97c09 100644 --- a/ccan/stringmap/_info +++ b/ccan/stringmap/_info @@ -50,7 +50,8 @@ * } * * Authors: Joey Adams, Anders Magnusson - * License: BSD + * License: BSD (3 clause) + * Version: 0.2 */ int main(int argc, char *argv[]) { -- 2.39.2