Merge pull request #512 from stormc/license_header

Introduce license header templates
This commit is contained in:
Kai Zimmermann
2017-05-12 16:28:28 +02:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Copyright (c) Siemens AG, 2017
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

View File

@@ -211,7 +211,10 @@
<artifactId>license-maven-plugin</artifactId>
<version>2.11</version>
<configuration>
<header>LICENCE_HEADER_TEMPLATE.txt</header>
<header>licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt</header>
<validHeaders>
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt</validHeader>
</validHeaders>
<excludes>
<exclude>**/README</exclude>
<exclude>3rd-dependencies/**</exclude>
@@ -226,6 +229,7 @@
<exclude>**/Dockerfile</exclude>
<exclude>**/.sonar/**</exclude>
<exclude>docs/src/main/resources/**</exclude>
<exclude>**/LICENSE*</exclude>
</excludes>
<mapping>
<scss>JAVADOC_STYLE</scss>