Skip to content

Commit 15f83ff

Browse files
committed
Formatting
1 parent 015258f commit 15f83ff

File tree

182 files changed

+363
-182
lines changed

Some content is hidden

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

182 files changed

+363
-182
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
503+
<content>// Copyright (c) $YEAR 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").

Diff for: src/main/java/com/rabbitmq/stream/Address.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/AddressResolver.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/AuthenticationFailureException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/BackOffDelayPolicy.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ByteCapacity.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ChunkChecksum.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ChunkChecksumValidationException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Codec.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ConfirmationHandler.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ConfirmationStatus.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Constants.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Consumer.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ConsumerBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ConsumerFlowStrategy.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc.
2+
// and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ConsumerUpdateListener.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Environment.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/EnvironmentBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Message.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/MessageBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/MessageHandler.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/NoOffsetException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ObservationCollector.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc.
2+
// and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/OffsetSpecification.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Producer.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/ProducerBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/Properties.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/RoutingStrategy.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/StreamCreator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/StreamDoesNotExistException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/StreamException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/StreamNotAvailableException.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/StreamStats.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/SubscriptionListener.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/amqp/Symbol.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/amqp/UnsignedByte.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/amqp/UnsignedInteger.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/amqp/UnsignedLong.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/amqp/UnsignedShort.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/QpidProtonCodec.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/QpidProtonMessageBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/SimpleCodec.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/SwiftMqCodec.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/SwiftMqMessageBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

Diff for: src/main/java/com/rabbitmq/stream/codec/WrapperMessageBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
1+
// Copyright (c) 2020-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom
2+
// Inc. and/or its subsidiaries.
23
//
34
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
45
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").

0 commit comments

Comments
 (0)