Browse Source

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

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

+ 1 - 1
ccan/ccan_tokenizer/LICENSE

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

+ 1 - 1
ccan/ccan_tokenizer/_info

@@ -82,7 +82,7 @@
  * 	return 0;
  * 	return 0;
  * }
  * }
  *
  *
- * License: BSD
+ * License: BSD (3 clause)
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])
 {
 {