diff --git a/.github/workflows/sdfactorypipeline.yml b/.github/workflows/sdfactorypipeline.yml index 722f8c62..20abcaa5 100644 --- a/.github/workflows/sdfactorypipeline.yml +++ b/.github/workflows/sdfactorypipeline.yml @@ -95,4 +95,4 @@ jobs: # readme-filepath: path/to/dedicated/notice-for-docker-image.md username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} + repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} \ No newline at end of file diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index ad6105d9..a8be8a11 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -50,4 +50,4 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: - sarif_file: "trivy-results.sarif" + sarif_file: "trivy-results.sarif" \ No newline at end of file diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SDFactory.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SDFactory.java index 14be86ef..39a839d8 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SDFactory.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SDFactory.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplication.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplication.java index e2a6b919..06ebe0b1 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplication.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplication.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/Utils.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/Utils.java index 8b4ba1bd..cae01c5d 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/Utils.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/Utils.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/ExceptionConfig.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/ExceptionConfig.java index adfd19e4..aea0963e 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/ExceptionConfig.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/ExceptionConfig.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/OpenApiConfiguration.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/OpenApiConfiguration.java index ac53270d..1bca91d2 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/OpenApiConfiguration.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/OpenApiConfiguration.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityConfig.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityConfig.java index 9dd82eab..8fc475e7 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityConfig.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityConfig.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2022 T-Systems International GmbH - * Copyright (c) 2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityRoles.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityRoles.java index 641397dd..8170aa5b 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityRoles.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/config/SecurityRoles.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/TermsAndConditionsHelper.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/TermsAndConditionsHelper.java index 9d28cbb2..696bdc42 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/TermsAndConditionsHelper.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/TermsAndConditionsHelper.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/LegalParticipantSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/LegalParticipantSDConverter.java index 346f8c42..29641612 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/LegalParticipantSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/LegalParticipantSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/ServiceOfferingSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/ServiceOfferingSDConverter.java index 1ec20935..66444cf8 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/ServiceOfferingSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/fcformat/ServiceOfferingSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/LegalParticipantSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/LegalParticipantSDConverter.java index ccd887c0..6559ef06 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/LegalParticipantSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/LegalParticipantSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/ServiceOfferingSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/ServiceOfferingSDConverter.java index 9f8608fd..2fb77f6e 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/ServiceOfferingSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/gaiax/ServiceOfferingSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/LegalParticipantSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/LegalParticipantSDConverter.java index 29cc0ff6..c0bbd2c5 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/LegalParticipantSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/LegalParticipantSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/ServiceOfferingSDConverter.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/ServiceOfferingSDConverter.java index ebc06d43..323d90d8 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/ServiceOfferingSDConverter.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/converter/vrel3/ServiceOfferingSDConverter.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/wallet/CustodianWallet.java b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/wallet/CustodianWallet.java index 441e78d8..151f0e7f 100644 --- a/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/wallet/CustodianWallet.java +++ b/src/main/java/org/eclipse/tractusx/selfdescriptionfactory/service/wallet/CustodianWallet.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ba42c22d..4cfa6fe5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ ################################################################################# -# Copyright (c) 2021,2022 T-Systems International GmbH -# Copyright (c) 2021,2022 Contributors to the Eclipse Foundation +# Copyright (c) 2022,2023 T-Systems International GmbH +# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/src/main/resources/static/SDFactoryApi-v22.10.yml b/src/main/resources/static/SDFactoryApi-v22.10.yml index 21b3bb5a..34d54413 100644 --- a/src/main/resources/static/SDFactoryApi-v22.10.yml +++ b/src/main/resources/static/SDFactoryApi-v22.10.yml @@ -1,3 +1,23 @@ +################################################################################# +# Copyright (c) 2022,2023 T-Systems International GmbH +# Copyright (c) 2022,2023 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 +################################################################################ + openapi: 3.0.0 info: version: "22.10" diff --git a/src/main/resources/static/SDFactoryApi-vRel3.yml b/src/main/resources/static/SDFactoryApi-vRel3.yml index c603ec3c..bb05c21c 100644 --- a/src/main/resources/static/SDFactoryApi-vRel3.yml +++ b/src/main/resources/static/SDFactoryApi-vRel3.yml @@ -1,3 +1,23 @@ +################################################################################# +# Copyright (c) 2022,2023 T-Systems International GmbH +# Copyright (c) 2022,2023 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 +################################################################################ + openapi: 3.0.0 info: version: Release3 diff --git a/src/test/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplicationTests.java b/src/test/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplicationTests.java index 1d2a6f10..9e379494 100644 --- a/src/test/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplicationTests.java +++ b/src/test/java/org/eclipse/tractusx/selfdescriptionfactory/SelfDescriptionFactoryApplicationTests.java @@ -1,6 +1,6 @@ /******************************************************************************** - * Copyright (c) 2021,2022 T-Systems International GmbH - * Copyright (c) 2021,2022 Contributors to the Eclipse Foundation + * Copyright (c) 2022,2023 T-Systems International GmbH + * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index cbf61ae7..729119f1 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -1,6 +1,6 @@ ################################################################################# -# Copyright (c) 2021,2022 T-Systems International GmbH -# Copyright (c) 2021,2022 Contributors to the Eclipse Foundation +# Copyright (c) 2022,2023 T-Systems International GmbH +# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership.