From 5729e00c8b9830f7930002fcdea1fac10ed391ec Mon Sep 17 00:00:00 2001 From: Kai Zimmermann Date: Wed, 14 Feb 2018 11:00:04 +0100 Subject: [PATCH] Add more license headers and fix a missing depdency. (#634) Signed-off-by: kaizimmerm --- hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml | 5 +++++ licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt | 6 ++++++ licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt | 6 ++++++ pom.xml | 4 +++- 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt create mode 100644 licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt diff --git a/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml b/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml index d362e0d1e..0dee971e6 100644 --- a/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml +++ b/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml @@ -52,6 +52,11 @@ hawkbit-ui ${project.version} + + org.eclipse.hawkbit + hawkbit-http-security + ${project.version} + org.eclipse.hawkbit hawkbit-repository-jpa diff --git a/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt new file mode 100644 index 000000000..feec06092 --- /dev/null +++ b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt @@ -0,0 +1,6 @@ +Copyright (c) 2018 Bosch Software Innovations 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 diff --git a/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt new file mode 100644 index 000000000..924efd1a1 --- /dev/null +++ b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt @@ -0,0 +1,6 @@ +Copyright (c) Siemens AG, 2018 + +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 diff --git a/pom.xml b/pom.xml index b3ac0ead9..0fb794036 100644 --- a/pom.xml +++ b/pom.xml @@ -299,9 +299,11 @@ license-maven-plugin 2.11 -
licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
+
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt + licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt + licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt **/README