From 7cf41c9a28d5bd66bd66f536ae8b0657eccdd9b0 Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Thu, 5 Mar 2020 14:16:50 +0100 Subject: [PATCH] Add license header for Bosch.IO 2020 (#939) * Add license header for Bosch.IO 2020 Signed-off-by: Alexander Dobler * fix broken link in hawkbit documentation Signed-off-by: Alexander Dobler * Added license header template to pom Signed-off-by: Alexander Dobler --- docs/content/guides/runhawkbit.md | 2 +- licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt | 6 ++++++ pom.xml | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt diff --git a/docs/content/guides/runhawkbit.md b/docs/content/guides/runhawkbit.md index 918ed60d4..1a717b422 100644 --- a/docs/content/guides/runhawkbit.md +++ b/docs/content/guides/runhawkbit.md @@ -21,7 +21,7 @@ This guide describes a target architecture that is more like one that you will e - [RabbitMQ](https://www.rabbitmq.com) for DMF communication. - For testing and demonstration purposes we will also use: - [hawkBit Device Simulator](https://github.com/eclipse/hawkbit-examples/tree/master/hawkbit-device-simulator). -- [hawkBit Management API example client](https://github.com/eclipse/hawkbit-examples/tree/master/hawkbit-mgmt-api-client). +- [hawkBit Management API example client](https://github.com/eclipse/hawkbit-examples/tree/master/hawkbit-example-mgmt-feign-client). ## Prerequisites diff --git a/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt new file mode 100644 index 000000000..c88b45b84 --- /dev/null +++ b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt @@ -0,0 +1,6 @@ +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 diff --git a/pom.xml b/pom.xml index 79767a2b4..111940b06 100644 --- a/pom.xml +++ b/pom.xml @@ -319,13 +319,14 @@ license-maven-plugin 2.11 -
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt
+
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt - licenses/LICENSE_HEADER_TEMPLATE_MICROSOFT_18.txt licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt + licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt + licenses/LICENSE_HEADER_TEMPLATE_MICROSOFT_18.txt licenses/LICENSE_HEADER_TEMPLATE_DEVOLO_19.txt licenses/LICENSE_HEADER_TEMPLATE_KIWIGRID_19.txt licenses/LICENSE_HEADER_TEMPLATE_ENAPTER.txt