Skip to content

Commit

Permalink
[FLINK-5639] [rabbitmq connector] Add a note about MPL 1.1 license of…
Browse files Browse the repository at this point in the history
… Maven dependency
  • Loading branch information
StephanEwen committed Jan 25, 2017
1 parent 171b110 commit 8004999
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/dev/connectors/rabbitmq.md
Expand Up @@ -23,6 +23,22 @@ specific language governing permissions and limitations
under the License.
-->

# License of the RabbitMQ Connector

Flink's RabbitMQ connector defines a Maven dependency on the
"RabbitMQ AMQP Java Client", licensed under the
[Mozilla Public License v1.1 (MPL 1.1)](https://www.mozilla.org/en-US/MPL/1.1/).

Flink itself neither reuses source code from the "RabbitMQ AMQP Java Client"
nor packages binaries from the "RabbitMQ AMQP Java Client".

Users that create and publish derivative work based on Flink's
RabbitMQ connector (thereby re-distributing the "RabbitMQ AMQP Java Client")
must be aware that this may be subject to conditions declared
in the Mozilla Public License v1.1 (MPL 1.1).

# RabbitMQ Connector

This connector provides access to data streams from [RabbitMQ](http://www.rabbitmq.com/). To use this connector, add the following dependency to your project:

{% highlight xml %}
Expand Down
13 changes: 13 additions & 0 deletions flink-connectors/flink-connector-rabbitmq/README.md
@@ -0,0 +1,13 @@
# License of the Rabbit MQ Connector

Flink's RabbitMQ connector defines a Maven dependency on the
"RabbitMQ AMQP Java Client", licensed under the
Mozilla Public License v1.1 (MPL 1.1).

Flink itself neither reuses source code from the "RabbitMQ AMQP Java Client"
nor packages binaries from the "RabbitMQ AMQP Java Client".

Users that create and publish derivative work based on Flink's
RabbitMQ connector (thereby re-distributing the "RabbitMQ AMQP Java Client")
must be aware that this may be subject to conditions declared
in the Mozilla Public License v1.1 (MPL 1.1).

0 comments on commit 8004999

Please sign in to comment.