From 9461a51b6b960e08567130cbebf0fffbe69f6761 Mon Sep 17 00:00:00 2001 From: Ulises Andreu Olivenza Yago Date: Mon, 2 Oct 2023 17:11:43 +0200 Subject: [PATCH] Add license --- .../bootstrap/ListenerStartupInformation.java | 15 +++++++++++++++ .../bootstrap/StartupListenerVerifierTest.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/main/java/com/hivemq/bootstrap/ListenerStartupInformation.java b/src/main/java/com/hivemq/bootstrap/ListenerStartupInformation.java index 4939378f0..2d882b5dd 100644 --- a/src/main/java/com/hivemq/bootstrap/ListenerStartupInformation.java +++ b/src/main/java/com/hivemq/bootstrap/ListenerStartupInformation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2019-present HiveMQ GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.hivemq.bootstrap; import com.hivemq.configuration.service.entity.Listener; diff --git a/src/test/java/com/hivemq/bootstrap/StartupListenerVerifierTest.java b/src/test/java/com/hivemq/bootstrap/StartupListenerVerifierTest.java index 34a5a36bd..75a74eee0 100644 --- a/src/test/java/com/hivemq/bootstrap/StartupListenerVerifierTest.java +++ b/src/test/java/com/hivemq/bootstrap/StartupListenerVerifierTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2019-present HiveMQ GmbH + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.hivemq.bootstrap; import com.hivemq.configuration.service.entity.TcpListener;