Add more license headers and fix a missing depdency. (#634)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
<artifactId>hawkbit-ui</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-http-security</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-repository-jpa</artifactId>
|
||||
|
||||
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
Normal file
@@ -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
|
||||
6
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt
Normal file
@@ -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
|
||||
4
pom.xml
4
pom.xml
@@ -299,9 +299,11 @@
|
||||
<artifactId>license-maven-plugin</artifactId>
|
||||
<version>2.11</version>
|
||||
<configuration>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt</header>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.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>
|
||||
</validHeaders>
|
||||
<excludes>
|
||||
<exclude>**/README</exclude>
|
||||
|
||||
Reference in New Issue
Block a user