From: Joey Adams Date: Mon, 15 Aug 2011 06:29:05 +0000 (-0400) Subject: stringmap: Corrected LICENSE link so it points to BSD-3CLAUSE. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=b6b022724257b6061d813b422a6eac22571a32c7;hp=1c92b49f17c58ebad46ba8a4f628ddd3a09d46e7;ds=sidebyside stringmap: Corrected LICENSE link so it points to BSD-3CLAUSE. --- 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[]) {