Skip to content

Commit cba1ae7

Browse files
committed
Updated License Header.
1 parent c2102c5 commit cba1ae7

36 files changed

+224
-187
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ tasks.withType<Test>().configureEach {
5555
license {
5656
header = rootDir.resolve("HEADER")
5757
mapping("java", "SLASHSTAR_STYLE")
58+
exclude("**/test-conf/mqttMessageLog.properties")
5859
}
5960

6061
/* ******************** run ******************** */

src/main/java/com/hivemq/extensions/mqtt/message/log/MessageLogUtil.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/config/MqttMessageLogConfig.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.config;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/config/MqttMessageLogConfigReader.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.config;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/extension/MqttMessageLogExtensionMain.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.extension;
1917

2018
import com.hivemq.extension.sdk.api.ExtensionMain;

src/main/java/com/hivemq/extensions/mqtt/message/log/initializer/ClientInitializerImpl.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2020 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.initializer;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/initializer/ClientInitializerImpl4_2.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2020 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.initializer;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/interceptor/ConnackOutboundInterceptorImpl.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2020 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.interceptor;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/interceptor/ConnectDisconnectEventListener.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.interceptor;
1917

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

src/main/java/com/hivemq/extensions/mqtt/message/log/interceptor/ConnectInboundInterceptorImpl.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*
2-
* Copyright 2019 dc-square GmbH
2+
* Copyright 2019-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.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
17-
1816
package com.hivemq.extensions.mqtt.message.log.interceptor;
1917

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

0 commit comments

Comments
 (0)