Skip to content

Commit 5fcb484

Browse files
dcorbachoacogoluegnes
authored andcommitted
Switch to Mozilla Public License 2.0 (MPL 2.0)
(cherry picked from commit 0646231) Conflicts: README.md
1 parent 8a33457 commit 5fcb484

File tree

343 files changed

+718
-812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+718
-812
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This package, the RabbitMQ Java client library, is triple-licensed under
2-
the Mozilla Public License 1.1 ("MPL"), the GNU General Public License
2+
the Mozilla Public License 2.0 ("MPL"), the GNU General Public License
33
version 2 ("GPL") and the Apache License version 2 ("ASL"). For the MPL,
44
please see LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2.
55
For the ASL, please see LICENSE-APACHE2.

LICENSE-MPL-RabbitMQ

Lines changed: 373 additions & 467 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ See [Contributing](./CONTRIBUTING.md) and [How to Run Tests](./RUNNING_TESTS.md)
6060

6161
## License
6262

63-
This package, the RabbitMQ Java client library, is triple-licensed under
64-
the Mozilla Public License 1.1 ("MPL"), the GNU General Public License
63+
This package, the RabbitMQ Java client library, is [triple-licensed](https://www.rabbitmq.com/api-guide.html#license) under
64+
the Mozilla Public License 2.0 ("MPL"), the GNU General Public License
6565
version 2 ("GPL") and the Apache License version 2 ("ASL").

codegen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
44
##
55
## This software, the RabbitMQ Java client library, is triple-licensed under the
6-
## Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
6+
## Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
77
## ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
88
## LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
99
## please see LICENSE-APACHE2.
@@ -133,7 +133,7 @@ def printFileHeader():
133133
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
134134
//
135135
// This software, the RabbitMQ Java client library, is triple-licensed under the
136-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
136+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
137137
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
138138
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
139139
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/Address.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/AddressResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/AlreadyClosedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/AuthenticationFailureException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/BasicProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

src/main/java/com/rabbitmq/client/BlockedCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2017-2020 VMware, Inc. or its affiliates. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
4-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
4+
// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
55
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
66
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
77
// please see LICENSE-APACHE2.

0 commit comments

Comments
 (0)