Add license header for Bosch.IO 2020 (#939)
* Add license header for Bosch.IO 2020 Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com> * fix broken link in hawkbit documentation Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com> * Added license header template to pom Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt
Normal file
@@ -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
|
||||
5
pom.xml
5
pom.xml
@@ -319,13 +319,14 @@
|
||||
<artifactId>license-maven-plugin</artifactId>
|
||||
<version>2.11</version>
|
||||
<configuration>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt</header>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_20.txt</header>
|
||||
<validHeaders>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_MICROSOFT_18.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_MICROSOFT_18.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_DEVOLO_19.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_KIWIGRID_19.txt</validHeader>
|
||||
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_ENAPTER.txt</validHeader>
|
||||
|
||||
Reference in New Issue
Block a user