From dc39bfe53543f3a9ab19c5323f8fabd173dfc05f Mon Sep 17 00:00:00 2001 From: Florian Kusche Date: Tue, 11 Jun 2024 14:20:35 +0200 Subject: [PATCH] doc: Update licensing information --- CONTRIBUTING.md | 11 ++++++++++- DEPENDENCIES.dash | 2 ++ NOTICE.md | 17 +++++++++++++++++ README.md | 9 +++++++++ SECURITY.md | 11 ++++++++++- documentation/CSV File Format.md | 9 +++++++++ 6 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 DEPENDENCIES.dash diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39dd5bd..97185d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,4 +55,13 @@ 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 \ No newline at end of file +* https://accounts.eclipse.org/mailing-list/tractusx-dev + +## NOTICE + +This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). + +- SPDX-License-Identifier: Apache-2.0 +- SPDX-FileCopyrightText: 2024 ZF Friedrichshafen AG +- SPDX-FileCopyrightText: 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +- Source URL: https://github.com/eclipse-tractusx/bpdm-upload-tool diff --git a/DEPENDENCIES.dash b/DEPENDENCIES.dash new file mode 100644 index 0000000..f7cc1c6 --- /dev/null +++ b/DEPENDENCIES.dash @@ -0,0 +1,2 @@ +pypi/pypi/-/requests/2.31.0 +pypi/pypi/-/flask/3.0.1 diff --git a/NOTICE.md b/NOTICE.md index 2530c8c..f9dfbc3 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -57,6 +57,14 @@ Package info: https://pypi.org/project/Flask/3.0.1 License: [BSD 3-Clause](https://github.com/pallets/flask/blob/main/LICENSE.txt) +### Dash tool + +You can check the dependencies using the [dash](https://github.com/eclipse/dash-licenses) tool: + +```bash +java -jar org.eclipse.dash.licenses-.jar DEPENDENCIES.dash +``` + ## Cryptography Content may contain encryption software. The country in which you are currently @@ -65,3 +73,12 @@ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. + +## NOTICE + +This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). + +- SPDX-License-Identifier: Apache-2.0 +- SPDX-FileCopyrightText: 2024 ZF Friedrichshafen AG +- SPDX-FileCopyrightText: 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +- Source URL: https://github.com/eclipse-tractusx/bpdm-upload-tool diff --git a/README.md b/README.md index a4a0ba9..b7a1cd2 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,12 @@ Content: cd server flask run ``` + +## NOTICE + +This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). + +- SPDX-License-Identifier: Apache-2.0 +- SPDX-FileCopyrightText: 2024 ZF Friedrichshafen AG +- SPDX-FileCopyrightText: 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +- Source URL: https://github.com/eclipse-tractusx/bpdm-upload-tool diff --git a/SECURITY.md b/SECURITY.md index 7d8fced..8b40f55 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,4 +3,13 @@ ## Reporting a Vulnerability Please report a found vulnerability here: -[https://www.eclipse.org/security/](https://www.eclipse.org/security/) \ No newline at end of file +[https://www.eclipse.org/security/](https://www.eclipse.org/security/) + +## NOTICE + +This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). + +- SPDX-License-Identifier: Apache-2.0 +- SPDX-FileCopyrightText: 2024 ZF Friedrichshafen AG +- SPDX-FileCopyrightText: 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +- Source URL: https://github.com/eclipse-tractusx/bpdm-upload-tool diff --git a/documentation/CSV File Format.md b/documentation/CSV File Format.md index c5669fd..a006033 100644 --- a/documentation/CSV File Format.md +++ b/documentation/CSV File Format.md @@ -50,3 +50,12 @@ the following fields are set: - `identifiers.issuingBody` If you also want to provide a second element for `site.states`, do *not* set those fields in the same line. Instead, create a third line with the respective values. + +## NOTICE + +This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). + +- SPDX-License-Identifier: Apache-2.0 +- SPDX-FileCopyrightText: 2024 ZF Friedrichshafen AG +- SPDX-FileCopyrightText: 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +- Source URL: https://github.com/eclipse-tractusx/bpdm-upload-tool