Skip to content

Commit acd8366

Browse files
committed
Copyright update
1 parent 3122976 commit acd8366

File tree

192 files changed

+201
-198
lines changed

Some content is hidden

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

192 files changed

+201
-198
lines changed

LICENSE-APACHE2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2020-2021 VMware Inc or its affiliates.
190+
Copyright 2020-2023 2023 Broadcom. All Rights Reserved.
191+
The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
191192

192193
Licensed under the Apache License, Version 2.0 (the "License");
193194
you may not use this file except in compliance with the License.

LICENSE-MPL-RabbitMQ

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,5 @@ for such a notice.
367367
The Original Code is RabbitMQ.
368368

369369
The Initial Developer of the Original Code is Pivotal Software, Inc.
370-
Copyright (c) 2020-2021 VMware, Inc or its affiliates. All rights reserved.
370+
Copyright (c) 2020-2023 2023 Broadcom. All Rights Reserved.
371+
The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.

README.adoc

Lines changed: 2 additions & 1 deletion

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
<developer>
3030
<email>info@rabbitmq.com</email>
3131
<name>Team RabbitMQ</name>
32-
<organization>VMware, Inc. or its affiliates.</organization>
32+
<organization>VMware by Broadcom</organization>
3333
<organizationUrl>https://rabbitmq.com</organizationUrl>
3434
</developer>
3535
</developers>
3636

3737
<organization>
38-
<name>VMware, Inc. or its affiliates.</name>
38+
<name>VMware by Broadcom</name>
3939
<url>https://www.rabbitmq.com</url>
4040
</organization>
4141

@@ -500,7 +500,7 @@
500500
</java>
501501
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
502502
<licenseHeader> <!-- specify either content or file, but not both -->
503-
<content>// Copyright (c) $YEAR VMware, Inc. or its affiliates. All rights reserved.
503+
<content>// Copyright (c) $YEAR 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
504504
//
505505
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
506506
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

src/main/java/com/rabbitmq/stream/BackOffDelayPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

src/main/java/com/rabbitmq/stream/ByteCapacity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

src/main/java/com/rabbitmq/stream/ChunkChecksum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
22
//
33
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
44
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

0 commit comments

Comments
 (0)