Browse Source

stringmap: Corrected LICENSE link so it points to BSD-3CLAUSE.

Joey Adams 14 years ago
parent
commit
b6b0227242
2 changed files with 3 additions and 2 deletions
  1. 1 1
      ccan/stringmap/LICENSE
  2. 2 1
      ccan/stringmap/_info

+ 1 - 1
ccan/stringmap/LICENSE

@@ -1 +1 @@
-../../licenses/BSD-MIT
+../../licenses/BSD-3CLAUSE

+ 2 - 1
ccan/stringmap/_info

@@ -50,7 +50,8 @@
  * }
  * }
  *
  *
  * Authors: Joey Adams, Anders Magnusson
  * Authors: Joey Adams, Anders Magnusson
- * License: BSD
+ * License: BSD (3 clause)
+ * Version: 0.2
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {