summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-05-25 07:27:09 +0100
committerMichael Klishin <michael@clojurewerkz.org>2018-05-25 07:27:09 +0100
commitdd186dbf5e8cfa9b6b3efe4902fb27a07463b751 (patch)
tree06f7018df12a127e87145dbd0daf927317045dc8
parente73d8caa01a2c2636d6bc03f61babdf0eaba5396 (diff)
downloadrabbitmq-server-git-dd186dbf5e8cfa9b6b3efe4902fb27a07463b751.tar.gz
Clarify what MPL version is used, references #1609
-rw-r--r--LICENSE4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 8964048501..2427c5197d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
-This package, the RabbitMQ server is licensed under the MPL. For the
-MPL, please see LICENSE-MPL-RabbitMQ.
+This package, the RabbitMQ server is licensed under the MPL 1.1. For the
+MPL 1.1, please see LICENSE-MPL-RabbitMQ.
If you have any questions regarding licensing, please contact us at
info@rabbitmq.com.
diff --git a/README.md b/README.md
index bf04218909..dde14f9e55 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
-## License
+## Licensing
-RabbitMQ server is [licensed under the MPL](LICENSE-MPL-RabbitMQ).
+RabbitMQ server is [licensed under the MPL 1.1](LICENSE-MPL-RabbitMQ).
## Building From Source and Packaging