summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix S Klock II <pnkfelix@pnkfx.org>2015-11-15 12:02:47 +0100
committerFelix S Klock II <pnkfelix@pnkfx.org>2015-11-15 12:02:47 +0100
commit0601540d43b901b0ad0ec62363a143cd3a054364 (patch)
tree032eb08d70f63a6a42ad98d24b3b7e2441a17679 /README.md
parent1761a9c212cdbc46cab5377c0ce90f96e33b2fbb (diff)
parent54e24e6b646e10127035670269b689bbf19ddaef (diff)
downloadrust-mode-0601540d43b901b0ad0ec62363a143cd3a054364.tar.gz
Merge pull request #96 from MicahChalmer/add-licenses
Add license information
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 bee854f..3c47a5b 100644
--- a/README.md
+++ b/README.md
@@ -71,3 +71,10 @@ To test it under emacs 23, which does not ship with ERT, download ert.el from
https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el
and put it in a place where emacs can find it. (ERT has shipped with emacs
since emacs 24.)
+
+## License
+
+`rust-mode` is distributed under the terms of both the MIT license and the
+Apache License (Version 2.0).
+
+See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.