From fdb71e44ee68607a0f01f2b97fcd9a72e63aa915 Mon Sep 17 00:00:00 2001 From: Christian Storm Date: Thu, 11 May 2017 22:28:22 +0200 Subject: [PATCH] Introduce license header templates To support multiple license headers simultaneously, a license folder for holding licenses is introduced. The original "Bosch Software Innovations GmbH" license header is set as default and the Siemens license header is added as an example for a further valid license. Signed-off-by: Christian Storm Signed-off-by: Himanshu Kumar Singh --- .../LICENSE_HEADER_TEMPLATE_BOSCH.txt | 0 licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt | 6 ++++++ pom.xml | 6 +++++- 3 files changed, 11 insertions(+), 1 deletion(-) rename LICENCE_HEADER_TEMPLATE.txt => licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt (100%) create mode 100644 licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt diff --git a/LICENCE_HEADER_TEMPLATE.txt b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt similarity index 100% rename from LICENCE_HEADER_TEMPLATE.txt rename to licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt diff --git a/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt new file mode 100644 index 000000000..f2e3d5018 --- /dev/null +++ b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt @@ -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 diff --git a/pom.xml b/pom.xml index e484c2c3d..206a64811 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,10 @@ license-maven-plugin 2.11 -
LICENCE_HEADER_TEMPLATE.txt
+
licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
+ + licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt + **/README 3rd-dependencies/** @@ -226,6 +229,7 @@ **/Dockerfile **/.sonar/** docs/src/main/resources/** + **/LICENSE* JAVADOC_STYLE