From 6faaad8e075514b3ddb59e805c882b9e7e950805 Mon Sep 17 00:00:00 2001 From: Ammar Bikic Date: Mon, 28 Sep 2020 08:13:45 +0200 Subject: [PATCH] Add license header to MgmtContentTypeTest Signed-off-by: Ammar Bikic --- .../hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java b/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java index 4ac71895f..966cf11ce 100644 --- a/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java +++ b/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2020 Bosch.IO GmbH and others. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ package org.eclipse.hawkbit.mgmt.rest.resource; import io.qameta.allure.Description;