Skip to content

Commit 76998c3

Browse files
committed
Changed the copyright date to 2020.
1 parent a5eb5ef commit 76998c3

File tree

13 files changed

+13
-25
lines changed

13 files changed

+13
-25
lines changed

HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2018-present HiveMQ GmbH
1+
Copyright 2020-present HiveMQ GmbH
22

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

src/main/java/com/hivemq/extensions/kafka/api/builders/KafkaRecordBuilder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.builders;
1817

1918
import com.hivemq.extension.sdk.api.annotations.NotNull;

src/main/java/com/hivemq/extensions/kafka/api/model/KafkaCluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.model;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/model/KafkaHeader.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.model;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/model/KafkaHeaders.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.model;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/model/KafkaRecord.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.model;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/services/KafkaTopicService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.services;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/transformers/Transformer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.transformers;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/transformers/TransformerInitInput.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.transformers;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

src/main/java/com/hivemq/extensions/kafka/api/transformers/mqtttokafka/MqttToKafkaInitInput.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-present HiveMQ GmbH
2+
* Copyright 2020-present HiveMQ GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.hivemq.extensions.kafka.api.transformers.mqtttokafka;
1817

1918
import com.hivemq.extension.sdk.api.annotations.DoNotImplement;

0 commit comments

Comments
 (0)