Skip to content

Commit 4877fae

Browse files
committed
Add notice of triple-licensing
1 parent 2dc1aea commit 4877fae

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

LICENSE

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
This package, the RabbitMQ Java client library is dual-licensed under
2-
the MPL and the GPL v2. For the MPL, please see
3-
LICENSE-MPL-RabbitMQ. For the GPL v2, please see LICENSE-GPL2.
1+
This package, the RabbitMQ Java client library is triple-licensed under
2+
the Mozilla Public License 1.1 ("MPL"), the GNU General Public License
3+
version 2 ("GPL") and the Apache License version 2 ("ASL"). For the MPL,
4+
please see LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2.
5+
For the ASL, please see LICENSE-APACHE2.
46

5-
The RabbitMQ Java client library includes software under the Apache
6-
Licence v2. For this license, please see LICENSE-APACHE2. For
7-
attribution of copyright and other details of provenance, please refer
8-
to the source code.
7+
The RabbitMQ Java client library includes third-party software under the
8+
ASL. For this license, please see LICENSE-APACHE2. For attribution of
9+
copyright and other details of provenance, please refer to the source code.
910

1011
If you have any questions regarding licensing, please contact us at
1112
info@rabbitmq.com.

LICENSE-MPL-RabbitMQ

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
Initial Developer may designate portions of the Covered Code as
430430
"Multiple-Licensed". "Multiple-Licensed" means that the Initial
431431
Developer permits you to utilize portions of the Covered Code under
432-
Your choice of the NPL or the alternative licenses, if any, specified
432+
Your choice of the MPL or the alternative licenses, if any, specified
433433
by the Initial Developer in the file described in Exhibit A.
434434

435435
EXHIBIT A -Mozilla Public License.
@@ -447,8 +447,20 @@ EXHIBIT A -Mozilla Public License.
447447
The Original Code is RabbitMQ.
448448

449449
The Initial Developer of the Original Code is VMware, Inc.
450-
Copyright (c) 2007-2011 VMware, Inc. All rights reserved.''
451-
450+
Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
451+
452+
Alternatively, the contents of this file may be used under the terms
453+
of the GNU General Public License version 2 (the "GPL2"), or
454+
the Apache License version 2 (the "ASL2") in which case the
455+
provisions of GPL2 or the ASL2 are applicable instead of those
456+
above. If you wish to allow use of your version of this file only
457+
under the terms of the GPL2 or the ASL2 and not to allow others to use
458+
your version of this file under the MPL, indicate your decision by
459+
deleting the provisions above and replace them with the notice and
460+
other provisions required by the GPL2 or the ASL2. If you do not delete
461+
the provisions above, a recipient may use your version of this file
462+
under either the MPL, the GPL2 or the ASL2.''
463+
452464
[NOTE: The text of this Exhibit A may differ slightly from the text of
453465
the notices in the Source Code files of the Original Code. You should
454466
use the text of this Exhibit A rather than the text found in the

0 commit comments

Comments
 (0)