diff --git a/.github/workflows/build-docker-all.yaml b/.github/workflows/build-docker-all.yaml
index 39602ce95..cb078a830 100644
--- a/.github/workflows/build-docker-all.yaml
+++ b/.github/workflows/build-docker-all.yaml
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
diff --git a/.github/workflows/build-docker.yaml b/.github/workflows/build-docker.yaml
index 7e5c6843a..e6842f00d 100644
--- a/.github/workflows/build-docker.yaml
+++ b/.github/workflows/build-docker.yaml
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
diff --git a/.github/workflows/deploy-maven.yaml b/.github/workflows/deploy-maven.yaml
index 03ce08ba7..815faf674 100644
--- a/.github/workflows/deploy-maven.yaml
+++ b/.github/workflows/deploy-maven.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: Maven Deploy
on:
push:
diff --git a/.github/workflows/execute-tests.yaml b/.github/workflows/execute-tests.yaml
index dc86e2fa0..6a11662f0 100644
--- a/.github/workflows/execute-tests.yaml
+++ b/.github/workflows/execute-tests.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: Maven Test Execution
on:
pull_request:
diff --git a/.github/workflows/helm-chart-lint.yaml b/.github/workflows/helm-chart-lint.yaml
index f26752ff2..02780ed65 100644
--- a/.github/workflows/helm-chart-lint.yaml
+++ b/.github/workflows/helm-chart-lint.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: Lint and Test Charts
on:
diff --git a/.github/workflows/helm-chart-release.yaml b/.github/workflows/helm-chart-release.yaml
index 140e22e54..1ef34581a 100644
--- a/.github/workflows/helm-chart-release.yaml
+++ b/.github/workflows/helm-chart-release.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: Release Charts
on:
diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml
index f2e75026f..defce0d0e 100644
--- a/.github/workflows/kics.yml
+++ b/.github/workflows/kics.yml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: "KICS"
on:
diff --git a/.github/workflows/sonar-scan.yaml b/.github/workflows/sonar-scan.yaml
index 0d698546a..5c011daa5 100644
--- a/.github/workflows/sonar-scan.yaml
+++ b/.github/workflows/sonar-scan.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: SonarCloud Scan
on:
push:
diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml
index 5017a0050..c0f3e7157 100644
--- a/.github/workflows/trivy.yml
+++ b/.github/workflows/trivy.yml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
# Depending on the location of your Docker container
# you need to change the path to the specific Docker registry.
#
diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml
index 758065390..524801f65 100644
--- a/.github/workflows/veracode.yaml
+++ b/.github/workflows/veracode.yaml
@@ -1,3 +1,22 @@
+################################################################################
+# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+################################################################################
+
name: Full Vera Code Scan
on:
diff --git a/.idea/copyright/Bpdm_Copyright.xml b/.idea/copyright/Bpdm_Copyright.xml
index 80d9c7c76..e0c4bac2d 100644
--- a/.idea/copyright/Bpdm_Copyright.xml
+++ b/.idea/copyright/Bpdm_Copyright.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/.jpb/persistence-units.xml b/.jpb/persistence-units.xml
index e68284fea..cb5fab895 100644
--- a/.jpb/persistence-units.xml
+++ b/.jpb/persistence-units.xml
@@ -1,6 +1,6 @@
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_architecture_v3_3.drawio.svg b/docs/assets/cx_bpdm_architecture_v3_3.drawio.svg
index 604e0260a..6822bb612 100644
--- a/docs/assets/cx_bpdm_architecture_v3_3.drawio.svg
+++ b/docs/assets/cx_bpdm_architecture_v3_3.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_context_business.drawio.svg b/docs/assets/cx_bpdm_context_business.drawio.svg
index cfad1e8bd..b9ec12833 100644
--- a/docs/assets/cx_bpdm_context_business.drawio.svg
+++ b/docs/assets/cx_bpdm_context_business.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_context_deployment.drawio.svg b/docs/assets/cx_bpdm_context_deployment.drawio.svg
index 291115ef8..bac0ced66 100644
--- a/docs/assets/cx_bpdm_context_deployment.drawio.svg
+++ b/docs/assets/cx_bpdm_context_deployment.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_context_technical.drawio.svg b/docs/assets/cx_bpdm_context_technical.drawio.svg
index b62648d74..fccd263d7 100644
--- a/docs/assets/cx_bpdm_context_technical.drawio.svg
+++ b/docs/assets/cx_bpdm_context_technical.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_highlevel.drawio.svg b/docs/assets/cx_bpdm_highlevel.drawio.svg
index 8a1fe330f..937c1852a 100644
--- a/docs/assets/cx_bpdm_highlevel.drawio.svg
+++ b/docs/assets/cx_bpdm_highlevel.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/cx_bpdm_target_architecture.drawio.svg b/docs/assets/cx_bpdm_target_architecture.drawio.svg
index e333538fc..528598489 100644
--- a/docs/assets/cx_bpdm_target_architecture.drawio.svg
+++ b/docs/assets/cx_bpdm_target_architecture.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/edc_usage_1_1.drawio.svg b/docs/assets/edc_usage_1_1.drawio.svg
index ff46c8294..9cf388c9f 100644
--- a/docs/assets/edc_usage_1_1.drawio.svg
+++ b/docs/assets/edc_usage_1_1.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/edc_usage_1_2.drawio.svg b/docs/assets/edc_usage_1_2.drawio.svg
index 227c16b5a..fbf9cf6f4 100644
--- a/docs/assets/edc_usage_1_2.drawio.svg
+++ b/docs/assets/edc_usage_1_2.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/edc_usage_2_1.drawio.svg b/docs/assets/edc_usage_2_1.drawio.svg
index 21ef91b1a..49a110f6c 100644
--- a/docs/assets/edc_usage_2_1.drawio.svg
+++ b/docs/assets/edc_usage_2_1.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/edc_usage_2_2.drawio.svg b/docs/assets/edc_usage_2_2.drawio.svg
index fb9b1c6b5..20add7ff6 100644
--- a/docs/assets/edc_usage_2_2.drawio.svg
+++ b/docs/assets/edc_usage_2_2.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/assets/usecase_diagram.drawio.svg b/docs/assets/usecase_diagram.drawio.svg
index 23d26aeb8..691f759ff 100644
--- a/docs/assets/usecase_diagram.drawio.svg
+++ b/docs/assets/usecase_diagram.drawio.svg
@@ -1,4 +1,23 @@
+
+
\ No newline at end of file
diff --git a/docs/decision-records/001-multitenancy_approach.md b/docs/decision-records/001-multitenancy_approach.md
index 858d0b10f..7b449e78c 100644
--- a/docs/decision-records/001-multitenancy_approach.md
+++ b/docs/decision-records/001-multitenancy_approach.md
@@ -85,10 +85,10 @@ Chosen option: "Use multiple Gates so that every member will have its own Gate w
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/decision-records/002-edc_for_pool_api.md b/docs/decision-records/002-edc_for_pool_api.md
index 04da47ed7..0d2248431 100644
--- a/docs/decision-records/002-edc_for_pool_api.md
+++ b/docs/decision-records/002-edc_for_pool_api.md
@@ -33,9 +33,9 @@ It must be ensured that only Catena-X Member have access to the BPDM Pool API. I
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/decision-records/003-orchestrator_serviceApi_vs_messagebus_approach.md b/docs/decision-records/003-orchestrator_serviceApi_vs_messagebus_approach.md
index afb6a1d92..29c3d70a4 100644
--- a/docs/decision-records/003-orchestrator_serviceApi_vs_messagebus_approach.md
+++ b/docs/decision-records/003-orchestrator_serviceApi_vs_messagebus_approach.md
@@ -128,9 +128,9 @@ Having in mind that a pushing mechanism might become required for a more efficie
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/decision-records/004-openapi_descriptions.md b/docs/decision-records/004-openapi_descriptions.md
index ad9fd461b..84d24e140 100644
--- a/docs/decision-records/004-openapi_descriptions.md
+++ b/docs/decision-records/004-openapi_descriptions.md
@@ -83,9 +83,9 @@ in [Github pull request: Schema overriding hook for OpenApiConfig](https://githu
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/decision-records/005-edc-usage-for-third-party-services.md b/docs/decision-records/005-edc-usage-for-third-party-services.md
index 809934030..65b8cc9bb 100644
--- a/docs/decision-records/005-edc-usage-for-third-party-services.md
+++ b/docs/decision-records/005-edc-usage-for-third-party-services.md
@@ -92,10 +92,10 @@ In this scenario the operating environment itself operates a backend service or
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/edc/README.md b/docs/edc/README.md
index b5c695c74..dd39b5a95 100644
--- a/docs/edc/README.md
+++ b/docs/edc/README.md
@@ -245,11 +245,11 @@ asset and finally send that access token over your own EDC to the BPDM EDC in or
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/templates/README.md b/docs/templates/README.md
index 462d2af2c..5f914429d 100644
--- a/docs/templates/README.md
+++ b/docs/templates/README.md
@@ -33,9 +33,9 @@ The use case document should include the following information:
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/templates/decision-record.md b/docs/templates/decision-record.md
index 928213564..3cc26f14a 100644
--- a/docs/templates/decision-record.md
+++ b/docs/templates/decision-record.md
@@ -86,9 +86,9 @@ Chosen option: "{title of option 1}", because
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/templates/use-case.md b/docs/templates/use-case.md
index e54ca9451..12b84298b 100644
--- a/docs/templates/use-case.md
+++ b/docs/templates/use-case.md
@@ -34,9 +34,9 @@ Example response:
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/use-cases/README.md b/docs/use-cases/README.md
index 49b3307cb..83803dc96 100644
--- a/docs/use-cases/README.md
+++ b/docs/use-cases/README.md
@@ -9,9 +9,9 @@ This folder contains use case descriptions for the BPDM API:
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/docs/use-cases/count-business-partners.md b/docs/use-cases/count-business-partners.md
index 341a52426..ad55981a6 100644
--- a/docs/use-cases/count-business-partners.md
+++ b/docs/use-cases/count-business-partners.md
@@ -83,11 +83,11 @@ In order to get the total number of all business partners you need add up the to
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: 2023,2023 ZF Friedrichshafen AG
-- SPDX-FileCopyrightText: 2023,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-- SPDX-FileCopyrightText: 2023,2023 Mercedes Benz Group
-- SPDX-FileCopyrightText: 2023,2023 Schaeffler AG
-- SPDX-FileCopyrightText: 2023,2023 Contributors to the Eclipse Foundation
+- SPDX-FileCopyrightText: 2023,2024 ZF Friedrichshafen AG
+- SPDX-FileCopyrightText: 2023,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+- SPDX-FileCopyrightText: 2023,2024 Mercedes Benz Group
+- SPDX-FileCopyrightText: 2023,2024 Schaeffler AG
+- SPDX-FileCopyrightText: 2023,2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/bpdm
diff --git a/pom.xml b/pom.xml
index 89efc67b2..d75a874ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@