aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-03 11:20:27 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-03 11:20:27 -0700
commitd40724ad2d6516d7b6750515153b4c360d63afe9 (patch)
tree91632ae54f60d680f744d857f0f2783184f623b4 /README.md
parente3ce3517348dd5f6f6306dc1f3bae7f9dd77c0fe (diff)
downloadmilf-rs-d40724ad2d6516d7b6750515153b4c360d63afe9.tar.gz
milf-rs-d40724ad2d6516d7b6750515153b4c360d63afe9.zip
Add a dual MIT/Apache license
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86043c3..5151bda 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,10 @@ A TOML decoder and encoder for Rust.
git = "https://github.com/alexcrichton/toml-rs"
```
+# License
+
+`toml-rs` is primarily distributed under the terms of both the MIT license and
+the Apache License (Version 2.0), with portions covered by various BSD-like
+licenses.
+
+See LICENSE-APACHE, and LICENSE-MIT for details.