Skip to content

Commit 8346813

Browse files
committed
Insert copyright header with spotless
1 parent 9a6842e commit 8346813

File tree

147 files changed

+55
-143
lines changed

Some content is hidden

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

147 files changed

+55
-143
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,22 @@
448448
<style>GOOGLE</style>
449449
</googleJavaFormat>
450450
</java>
451+
<licenseHeader> <!-- specify either content or file, but not both -->
452+
<content>// Copyright (c) $YEAR VMware, Inc. or its affiliates. All rights reserved.
453+
//
454+
// This software, the RabbitMQ Stream Java client library, is dual-licensed under the
455+
// Mozilla Public License 2.0 ("MPL"), and the Apache License version 2 ("ASL").
456+
// For the MPL, please see LICENSE-MPL-RabbitMQ. For the ASL,
457+
// please see LICENSE-APACHE2.
458+
//
459+
// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
460+
// either express or implied. See the LICENSE file for specific language governing
461+
// rights and limitations of this software.
462+
//
463+
// If you have any questions regarding licensing, please contact us at
464+
// info@rabbitmq.com.
465+
</content>
466+
</licenseHeader>
451467
</configuration>
452468
</plugin>
453469

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
/** Utility class to represent a hostname and a port. */

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
/** Exception to report a failed authentication attempt. */

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
import java.time.Duration;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
import java.util.Collections;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
import io.netty.channel.Channel;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
import io.netty.buffer.ByteBuf;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
/** Indicate a checksum error for a chunk. */

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//
1212
// If you have any questions regarding licensing, please contact us at
1313
// info@rabbitmq.com.
14-
1514
package com.rabbitmq.stream;
1615

1716
/**

0 commit comments

Comments
 (0)