From fc01ad95bb2c1d00bd59945aac72e5d044ec7eaf Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Fri, 17 Nov 2023 14:49:09 +0200 Subject: [PATCH] Feature/add default community license (#1480) * Make use of dash maven plugin to generate dependencies Signed-off-by: Marinov Avgustin * Add (as default) commuity license header Signed-off-by: Marinov Avgustin --------- Signed-off-by: Marinov Avgustin --- licenses/LICENSE_HEADER_TEMPLATE.txt | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 licenses/LICENSE_HEADER_TEMPLATE.txt diff --git a/licenses/LICENSE_HEADER_TEMPLATE.txt b/licenses/LICENSE_HEADER_TEMPLATE.txt new file mode 100644 index 000000000..fff10a260 --- /dev/null +++ b/licenses/LICENSE_HEADER_TEMPLATE.txt @@ -0,0 +1,7 @@ +Copyright (c) 2023 Contributors to the Eclipse Foundation + +This program and the accompanying materials are made +available under the terms of the Eclipse Public License 2.0 +which is available at https://www.eclipse.org/legal/epl-2.0/ + +SPDX-License-Identifier: EPL-2.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index ca8758295..98bb25b8a 100644 --- a/pom.xml +++ b/pom.xml @@ -484,7 +484,7 @@ license-maven-plugin 2.11 -
licenses/LICENSE_HEADER_TEMPLATE_BOSCH_23.txt
+
licenses/LICENSE_HEADER_TEMPLATE.txt
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt