Add Bosch 2019 License Header for validation (#782)
Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
5025192844
commit
c9d77e88a9
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt
Normal file
6
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Copyright (c) 2019 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
|
||||
3
pom.xml
3
pom.xml
@@ -324,11 +324,12 @@
|
||||
<artifactId>license-maven-plugin</artifactId>
|
||||
<version>2.11</version>
|
||||
<configuration>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt</header>
|
||||
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_19.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_BOSCH_18.txt</validHeader>
|
||||
</validHeaders>
|
||||
<excludes>
|
||||
<exclude>**/README</exclude>
|
||||
|
||||
Reference in New Issue
Block a user