diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-05-25 07:27:09 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-05-25 07:27:09 +0100 |
| commit | dd186dbf5e8cfa9b6b3efe4902fb27a07463b751 (patch) | |
| tree | 06f7018df12a127e87145dbd0daf927317045dc8 | |
| parent | e73d8caa01a2c2636d6bc03f61babdf0eaba5396 (diff) | |
| download | rabbitmq-server-git-dd186dbf5e8cfa9b6b3efe4902fb27a07463b751.tar.gz | |
Clarify what MPL version is used, references #1609
| -rw-r--r-- | LICENSE | 4 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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. @@ -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 |
