From ae50275d19cd1adf9baa81dcde4eb454ba26e78d Mon Sep 17 00:00:00 2001 From: Johannes Kristan Date: Mon, 12 Dec 2022 17:15:10 +0100 Subject: [PATCH 1/3] Add license header description to contributing.md Signed-off-by: Johannes Kristan --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 252cca45..9503afb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,3 +60,25 @@ https://www.eclipse.org/projects/handbook/#resources-commit Contact the project developers via the project's "dev" list. * https://accounts.eclipse.org/mailing-list/tractusx-dev + +## How to Contribute + +We are happy receiving contributions to this rpository. Please not that the repository's content is +licensed under the Creative Commons Attribution 4.0 International license. Thus, it is required that +you add a license header like the following into your model file + +``` +####################################################################### +# Copyright (c) 2022 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### +``` From 07bdedb58263f09f7894743224309ace20e6cb3c Mon Sep 17 00:00:00 2001 From: Sven Erik Jeroschewski Date: Tue, 13 Dec 2022 13:39:40 +0100 Subject: [PATCH 2/3] changes subsection headline to License Header in Contributing.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9503afb1..9a4ab27f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,9 +61,9 @@ Contact the project developers via the project's "dev" list. * https://accounts.eclipse.org/mailing-list/tractusx-dev -## How to Contribute +## License Header -We are happy receiving contributions to this rpository. Please not that the repository's content is +We are happy receiving contributions to this repository. Please note that the content of the is licensed under the Creative Commons Attribution 4.0 International license. Thus, it is required that you add a license header like the following into your model file From a1d1ea848d360662a4a4886bd1bdf4ab38f696cb Mon Sep 17 00:00:00 2001 From: Johannes Kristan Date: Wed, 14 Dec 2022 18:28:57 +0100 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a4ab27f..a655ceea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Contact the project developers via the project's "dev" list. ## License Header -We are happy receiving contributions to this repository. Please note that the content of the is +We are happy receiving contributions to this repository. Please note that the content of the repository is licensed under the Creative Commons Attribution 4.0 International license. Thus, it is required that you add a license header like the following into your model file