Skip to content

Commit 7378d43

Browse files
committed
Change copyright and organization name to VMware
1 parent 5e4eeb0 commit 7378d43

File tree

324 files changed

+330
-330
lines changed

Some content is hidden

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

324 files changed

+330
-330
lines changed

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
447447
The Original Code is RabbitMQ.
448448

449449
The Initial Developer of the Original Code is GoPivotal, Inc.
450-
Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
450+
Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
451451

452452
Alternatively, the contents of this file may be used under the terms
453453
of the GNU General Public License version 2 (the "GPL2"), or

codegen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
## Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
3+
## 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
66
## Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
@@ -130,7 +130,7 @@ def printFileHeader():
130130
print("""// NOTE: This -*- java -*- source code is autogenerated from the AMQP
131131
// specification!
132132
//
133-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
133+
// 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
136136
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<developer>
3434
<email>[email protected]</email>
3535
<name>Team RabbitMQ</name>
36-
<organization>Pivotal Software, Inc.</organization>
36+
<organization>VMware, Inc. or its affiliates.</organization>
3737
<organizationUrl>https://rabbitmq.com</organizationUrl>
3838
</developer>
3939
</developers>
@@ -46,7 +46,7 @@
4646
</scm>
4747

4848
<organization>
49-
<name>Pivotal Software, Inc.</name>
49+
<name>VMware, Inc. or its affiliates.</name>
5050
<url>https://www.rabbitmq.com</url>
5151
</organization>
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
1+
// 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
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

0 commit comments

Comments
 (0)