From c78889f73eda3f77b21d16e274e391e7c29a8fc7 Mon Sep 17 00:00:00 2001 From: Ernst-Christoph Schrewe Date: Thu, 22 Aug 2024 10:49:28 +0200 Subject: [PATCH 1/2] chore: edited license headers --- backend/Dockerfile | 6 +++--- .../puris/backend/DataInjectionCommandLineRunner.java | 6 +++--- .../eclipse/tractusx/puris/backend/PurisApplication.java | 6 +++--- .../domain/model/measurement/ItemQuantityEntity.java | 4 ++-- .../domain/model/measurement/ItemUnitEnumeration.java | 4 ++-- .../backend/common/edc/controller/EdcController.java | 6 +++--- .../common/edc/logic/service/EdcAdapterService.java | 6 +++--- .../common/edc/logic/util/EdcRequestBodyBuilder.java | 7 +++---- .../puris/backend/common/security/SecurityConfig.java | 4 ++-- .../puris/backend/common/util/VariablesService.java | 6 +++--- .../backend/masterdata/controller/MaterialController.java | 6 +++--- .../controller/MaterialPartnerRelationsController.java | 6 +++--- .../backend/masterdata/controller/PartnerController.java | 6 +++--- .../puris/backend/masterdata/domain/model/Address.java | 6 +++--- .../puris/backend/masterdata/domain/model/Material.java | 6 +++--- .../masterdata/domain/model/MaterialPartnerRelation.java | 6 +++--- .../puris/backend/masterdata/domain/model/Partner.java | 6 +++--- .../puris/backend/masterdata/domain/model/Site.java | 6 +++--- .../puris/backend/masterdata/logic/dto/AddressDto.java | 6 +++--- .../puris/backend/masterdata/logic/dto/MaterialDto.java | 6 +++--- .../backend/masterdata/logic/dto/MaterialEntityDto.java | 6 +++--- .../puris/backend/masterdata/logic/dto/PartnerDto.java | 6 +++--- .../puris/backend/masterdata/logic/dto/SiteDto.java | 6 +++--- .../logic/service/MaterialPartnerRelationServiceImpl.java | 6 +++--- .../masterdata/logic/service/PartnerServiceImpl.java | 6 +++--- .../stock/controller/ItemStockRequestApiController.java | 4 ++-- .../backend/stock/controller/StockViewController.java | 6 +++--- .../puris/backend/stock/domain/model/ItemStock.java | 4 ++-- .../stock/domain/repository/ItemStockRepository.java | 4 ++-- .../domain/repository/MaterialItemStockRepository.java | 4 ++-- .../domain/repository/ProductItemStockRepository.java | 4 ++-- .../repository/ReportedMaterialItemStockRepository.java | 4 ++-- .../repository/ReportedProductItemStockRepository.java | 4 ++-- .../backend/stock/logic/dto/FrontendMaterialDto.java | 6 +++--- .../backend/stock/logic/dto/ItemStockResponseDto.java | 4 ++-- .../stock/logic/dto/ItemStockStatusRequestMessageDto.java | 4 ++-- .../puris/backend/stock/logic/dto/MaterialStockDto.java | 6 +++--- .../puris/backend/stock/logic/dto/ProductStockDto.java | 6 +++--- .../backend/stock/logic/dto/ReportedMaterialStockDto.java | 6 +++--- .../backend/stock/logic/dto/ReportedProductStockDto.java | 4 ++-- .../tractusx/puris/backend/stock/logic/dto/StockDto.java | 6 +++--- .../stock/logic/dto/itemstocksamm/AllocatedStock.java | 8 ++++---- .../stock/logic/dto/itemstocksamm/ItemStockSamm.java | 6 +++--- .../logic/dto/itemstocksamm/OrderPositionReference.java | 4 ++-- .../backend/stock/logic/dto/itemstocksamm/Position.java | 8 +++----- .../stock/logic/service/ItemStockRequestApiService.java | 4 ++-- .../backend/stock/logic/service/ItemStockService.java | 4 ++-- .../stock/logic/service/MaterialItemStockService.java | 4 ++-- .../stock/logic/service/ProductItemStockService.java | 4 ++-- .../logic/service/ReportedMaterialItemStockService.java | 4 ++-- .../logic/service/ReportedProductItemStockService.java | 4 ++-- .../tractusx/puris/backend/PurisApplicationTests.java | 6 +++--- .../backend/masterdata/domain/model/AddressTest.java | 4 ++-- .../backend/masterdata/domain/model/PartnerTest.java | 4 ++-- .../puris/backend/masterdata/domain/model/SiteTest.java | 4 ++-- .../domain/repository/MaterialRepositoryTest.java | 4 ++-- .../backend/stock/controller/StockViewControllerTest.java | 4 ++-- .../stock/logic/adapter/ItemStockSammMapperTest.java | 4 ++-- charts/puris/Chart.yaml | 6 +++--- charts/puris/templates/backend-deployment.yaml | 6 +++--- charts/puris/templates/backend-hpa.yaml | 6 +++--- charts/puris/templates/backend-ingress.yaml | 6 +++--- charts/puris/templates/backend-service.yaml | 6 +++--- charts/puris/templates/backend-serviceaccount.yaml | 6 +++--- charts/puris/templates/frontend-deployment.yaml | 6 +++--- charts/puris/templates/frontend-hpa.yaml | 6 +++--- charts/puris/templates/frontend-ingress.yaml | 6 +++--- charts/puris/templates/frontend-service.yaml | 6 +++--- charts/puris/templates/frontend-serviceaccount.yaml | 6 +++--- charts/puris/values.yaml | 6 +++--- frontend/Dockerfile | 6 +++--- frontend/postcss.config.js | 6 +++--- frontend/src/components/layout/SideBar.tsx | 6 +++--- frontend/src/main.tsx | 6 +++--- frontend/src/router.tsx | 6 +++--- frontend/src/services/authentication-service.ts | 4 ++-- frontend/src/services/demand-capacity-notification.ts | 4 ++-- frontend/src/services/demands-service.ts | 4 ++-- frontend/src/services/stocks-service.ts | 4 ++-- frontend/src/views/AboutLicenseView.tsx | 6 +++--- frontend/src/views/CatalogView.tsx | 6 +++--- frontend/src/views/DashboardView.tsx | 6 +++--- frontend/src/views/DemandCapacityNotificationView.tsx | 6 +++--- frontend/src/views/NegotiationView.tsx | 6 +++--- frontend/src/views/StockView.tsx | 6 +++--- frontend/src/views/TransferView.tsx | 6 +++--- frontend/src/views/errors/UnauthorizedView.tsx | 4 ++-- frontend/start-nginx.sh | 4 ++-- frontend/tailwind.config.js | 6 +++--- local/cleanup.sh | 4 ++-- local/docker-compose.yaml | 6 +++--- local/generate-keys.sh | 4 ++-- local/init-wallets.sh | 4 ++-- local/vault/put-keys.sh | 4 ++-- 94 files changed, 247 insertions(+), 250 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 4b18cce4..76ca6234 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2023 Volkswagen AG -# Copyright (c) 2022,2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/DataInjectionCommandLineRunner.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/DataInjectionCommandLineRunner.java index 4e87cbb7..e109d7cc 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/DataInjectionCommandLineRunner.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/DataInjectionCommandLineRunner.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/PurisApplication.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/PurisApplication.java index 71b5857b..c01d0e77 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/PurisApplication.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/PurisApplication.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemQuantityEntity.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemQuantityEntity.java index c6986e63..c8753cab 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemQuantityEntity.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemQuantityEntity.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemUnitEnumeration.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemUnitEnumeration.java index 2dee42fd..291f5d89 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemUnitEnumeration.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/domain/model/measurement/ItemUnitEnumeration.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/controller/EdcController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/controller/EdcController.java index 0d929c0e..7196f18d 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/controller/EdcController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/controller/EdcController.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java index 4a9663f4..51960410 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java index 5346ea09..50fc37ba 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. @@ -26,7 +26,6 @@ import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson.databind.node.ObjectNode; import lombok.extern.slf4j.Slf4j; -import org.eclipse.tractusx.puris.backend.common.edc.domain.model.AssetType; import org.eclipse.tractusx.puris.backend.common.security.DtrSecurityConfiguration; import org.eclipse.tractusx.puris.backend.common.util.VariablesService; import org.eclipse.tractusx.puris.backend.masterdata.domain.model.Partner; diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/security/SecurityConfig.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/security/SecurityConfig.java index 7df8c3e8..7d940cf4 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/security/SecurityConfig.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/security/SecurityConfig.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java index aacba2f7..55dc965b 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialController.java index 1027a73d..67e85ce1 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialController.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialPartnerRelationsController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialPartnerRelationsController.java index 8031d9bb..cba29c8a 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialPartnerRelationsController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/MaterialPartnerRelationsController.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/PartnerController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/PartnerController.java index d99fbee8..12c62d45 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/PartnerController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/controller/PartnerController.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Address.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Address.java index 0b148178..3643f4d3 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Address.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Address.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Material.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Material.java index f97a3100..5a12f702 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Material.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Material.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/MaterialPartnerRelation.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/MaterialPartnerRelation.java index 7a66abef..e5e4092b 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/MaterialPartnerRelation.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/MaterialPartnerRelation.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Partner.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Partner.java index 575db9ad..a632c523 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Partner.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Partner.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Site.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Site.java index 9568c29b..c3c5adba 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Site.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Site.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/AddressDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/AddressDto.java index 11fa10ea..b6f5a46b 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/AddressDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/AddressDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialDto.java index 1c87e468..5a8ac44e 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialEntityDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialEntityDto.java index f76e4b16..6ddef514 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialEntityDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/MaterialEntityDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/PartnerDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/PartnerDto.java index 8bdf3d55..354c494b 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/PartnerDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/PartnerDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/SiteDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/SiteDto.java index 23b25a18..857e8258 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/SiteDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/dto/SiteDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/MaterialPartnerRelationServiceImpl.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/MaterialPartnerRelationServiceImpl.java index 8c489b06..e9bc495e 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/MaterialPartnerRelationServiceImpl.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/MaterialPartnerRelationServiceImpl.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/PartnerServiceImpl.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/PartnerServiceImpl.java index 4423d107..8fd15a62 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/PartnerServiceImpl.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/logic/service/PartnerServiceImpl.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/ItemStockRequestApiController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/ItemStockRequestApiController.java index bcc0b3a4..6a05929f 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/ItemStockRequestApiController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/ItemStockRequestApiController.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewController.java index cdfb2eba..2fa96315 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewController.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/model/ItemStock.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/model/ItemStock.java index 9121f5e3..02fc1893 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/model/ItemStock.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/model/ItemStock.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ItemStockRepository.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ItemStockRepository.java index 36ae51da..5f57be41 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ItemStockRepository.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ItemStockRepository.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/MaterialItemStockRepository.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/MaterialItemStockRepository.java index cc54b85f..7b1cfa41 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/MaterialItemStockRepository.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/MaterialItemStockRepository.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ProductItemStockRepository.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ProductItemStockRepository.java index 1f10b4e5..77c0b230 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ProductItemStockRepository.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ProductItemStockRepository.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedMaterialItemStockRepository.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedMaterialItemStockRepository.java index 43160f07..64e21a18 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedMaterialItemStockRepository.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedMaterialItemStockRepository.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedProductItemStockRepository.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedProductItemStockRepository.java index 4f38eb30..629bb6ba 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedProductItemStockRepository.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/domain/repository/ReportedProductItemStockRepository.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/FrontendMaterialDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/FrontendMaterialDto.java index cf043f05..323aeb00 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/FrontendMaterialDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/FrontendMaterialDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockResponseDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockResponseDto.java index 5b67cf37..334059aa 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockResponseDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockResponseDto.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockStatusRequestMessageDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockStatusRequestMessageDto.java index 05d39571..4c6c8921 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockStatusRequestMessageDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ItemStockStatusRequestMessageDto.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/MaterialStockDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/MaterialStockDto.java index 1c810c4b..f80e2e5c 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/MaterialStockDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/MaterialStockDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ProductStockDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ProductStockDto.java index b0f5097b..61f5dacf 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ProductStockDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ProductStockDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedMaterialStockDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedMaterialStockDto.java index 2a28b97b..09018327 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedMaterialStockDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedMaterialStockDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedProductStockDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedProductStockDto.java index 0e0c2591..00d4b594 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedProductStockDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/ReportedProductStockDto.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/StockDto.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/StockDto.java index 3f5f9117..294f6e25 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/StockDto.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/StockDto.java @@ -1,8 +1,8 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. * (represented by Fraunhofer ISST) - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/AllocatedStock.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/AllocatedStock.java index a522fe1c..f09bb765 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/AllocatedStock.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/AllocatedStock.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. @@ -24,13 +24,13 @@ import jakarta.validation.Valid; import jakarta.validation.constraints.NotNull; import jakarta.validation.constraints.Pattern; -import java.util.Date; import lombok.Getter; import lombok.Setter; import lombok.ToString; -import org.eclipse.tractusx.puris.backend.common.util.PatternStore; import org.eclipse.tractusx.puris.backend.common.domain.model.measurement.ItemQuantityEntity; +import org.eclipse.tractusx.puris.backend.common.util.PatternStore; +import java.util.Date; import java.util.Objects; /** diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/ItemStockSamm.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/ItemStockSamm.java index a1d2ec1c..8534f2fc 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/ItemStockSamm.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/ItemStockSamm.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. @@ -24,7 +24,6 @@ import jakarta.validation.Valid; import jakarta.validation.constraints.NotNull; import jakarta.validation.constraints.Pattern; -import java.util.Set; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; @@ -32,6 +31,7 @@ import org.eclipse.tractusx.puris.backend.common.util.PatternStore; import java.util.Objects; +import java.util.Set; /** * Semi-Generated class for Stock of Items. This aspect represents the latest diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/OrderPositionReference.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/OrderPositionReference.java index afe07c8c..101fef13 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/OrderPositionReference.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/OrderPositionReference.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/Position.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/Position.java index 967e4f87..eca69fb0 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/Position.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/dto/itemstocksamm/Position.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. @@ -23,15 +23,13 @@ import com.fasterxml.jackson.annotation.JsonProperty; import jakarta.validation.Valid; import jakarta.validation.constraints.NotNull; -import java.util.Set; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; -import java.util.Date; -import java.util.List; import java.util.Objects; +import java.util.Set; /** * Generated class for Position. The Position can be located at several stocks. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockRequestApiService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockRequestApiService.java index dbea6832..7dd9fe30 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockRequestApiService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockRequestApiService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockService.java index 06362371..89348064 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ItemStockService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/MaterialItemStockService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/MaterialItemStockService.java index a4430938..6f777015 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/MaterialItemStockService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/MaterialItemStockService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ProductItemStockService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ProductItemStockService.java index eea8d535..c096759a 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ProductItemStockService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ProductItemStockService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedMaterialItemStockService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedMaterialItemStockService.java index 8ff42557..8048a725 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedMaterialItemStockService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedMaterialItemStockService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedProductItemStockService.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedProductItemStockService.java index ccf22af6..c77f77be 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedProductItemStockService.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/stock/logic/service/ReportedProductItemStockService.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/PurisApplicationTests.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/PurisApplicationTests.java index 3bceefd3..8c700870 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/PurisApplicationTests.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/PurisApplicationTests.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2023 Volkswagen AG - * Copyright (c) 2022,2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/AddressTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/AddressTest.java index d0143dda..b184a9e3 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/AddressTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/AddressTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/PartnerTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/PartnerTest.java index 7b12c46d..5085674f 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/PartnerTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/PartnerTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/SiteTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/SiteTest.java index fd543a19..c8899a74 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/SiteTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/SiteTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/repository/MaterialRepositoryTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/repository/MaterialRepositoryTest.java index 852e87ae..7914396c 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/repository/MaterialRepositoryTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/masterdata/domain/repository/MaterialRepositoryTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewControllerTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewControllerTest.java index bc44137f..118e3068 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewControllerTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/controller/StockViewControllerTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/logic/adapter/ItemStockSammMapperTest.java b/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/logic/adapter/ItemStockSammMapperTest.java index 9ded3672..7049c5b9 100644 --- a/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/logic/adapter/ItemStockSammMapperTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/puris/backend/stock/logic/adapter/ItemStockSammMapperTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023, 2024 Volkswagen AG - * Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/puris/Chart.yaml b/charts/puris/Chart.yaml index 91911ff6..6318dde7 100644 --- a/charts/puris/Chart.yaml +++ b/charts/puris/Chart.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2023,2024 Volkswagen AG -# Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/backend-deployment.yaml b/charts/puris/templates/backend-deployment.yaml index 3d4d59a8..04c61cc6 100644 --- a/charts/puris/templates/backend-deployment.yaml +++ b/charts/puris/templates/backend-deployment.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/backend-hpa.yaml b/charts/puris/templates/backend-hpa.yaml index 613bc58d..17b1a4df 100644 --- a/charts/puris/templates/backend-hpa.yaml +++ b/charts/puris/templates/backend-hpa.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/backend-ingress.yaml b/charts/puris/templates/backend-ingress.yaml index ea880845..39298ce6 100644 --- a/charts/puris/templates/backend-ingress.yaml +++ b/charts/puris/templates/backend-ingress.yaml @@ -1,7 +1,7 @@ {{- /* -* Copyright (c) 2022,2024 Volkswagen AG -* Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -* Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +* Copyright (c) 2022 Volkswagen AG +* Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +* Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/puris/templates/backend-service.yaml b/charts/puris/templates/backend-service.yaml index 8462029e..fa6e61c0 100644 --- a/charts/puris/templates/backend-service.yaml +++ b/charts/puris/templates/backend-service.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/backend-serviceaccount.yaml b/charts/puris/templates/backend-serviceaccount.yaml index b1429c24..70544949 100644 --- a/charts/puris/templates/backend-serviceaccount.yaml +++ b/charts/puris/templates/backend-serviceaccount.yaml @@ -1,7 +1,7 @@ {{- /* -* Copyright (c) 2022,2024 Volkswagen AG -* Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -* Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +* Copyright (c) 2022 Volkswagen AG +* Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +* Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/puris/templates/frontend-deployment.yaml b/charts/puris/templates/frontend-deployment.yaml index 354faaf8..05c7e864 100644 --- a/charts/puris/templates/frontend-deployment.yaml +++ b/charts/puris/templates/frontend-deployment.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/frontend-hpa.yaml b/charts/puris/templates/frontend-hpa.yaml index 11f5bbf7..d3161af7 100644 --- a/charts/puris/templates/frontend-hpa.yaml +++ b/charts/puris/templates/frontend-hpa.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/frontend-ingress.yaml b/charts/puris/templates/frontend-ingress.yaml index d5e2ed62..abbdd488 100644 --- a/charts/puris/templates/frontend-ingress.yaml +++ b/charts/puris/templates/frontend-ingress.yaml @@ -1,7 +1,7 @@ {{- /* -* Copyright (c) 2022,2024 Volkswagen AG -* Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -* Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +* Copyright (c) 2022 Volkswagen AG +* Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +* Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/puris/templates/frontend-service.yaml b/charts/puris/templates/frontend-service.yaml index e30804b9..ca8ac287 100644 --- a/charts/puris/templates/frontend-service.yaml +++ b/charts/puris/templates/frontend-service.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/puris/templates/frontend-serviceaccount.yaml b/charts/puris/templates/frontend-serviceaccount.yaml index 0e6cffcf..eb7b8b47 100644 --- a/charts/puris/templates/frontend-serviceaccount.yaml +++ b/charts/puris/templates/frontend-serviceaccount.yaml @@ -1,7 +1,7 @@ {{- /* -* Copyright (c) 2022,2024 Volkswagen AG -* Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -* Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +* Copyright (c) 2022 Volkswagen AG +* Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +* Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/puris/values.yaml b/charts/puris/values.yaml index 86558799..673d6c31 100644 --- a/charts/puris/values.yaml +++ b/charts/puris/values.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2023,2024 Volkswagen AG -# Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 04c5905c..743737a9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,7 +1,7 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Volkswagen AG +# Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index f9a66267..ec196525 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/frontend/src/components/layout/SideBar.tsx b/frontend/src/components/layout/SideBar.tsx index 9206efb9..054f33dd 100644 --- a/frontend/src/components/layout/SideBar.tsx +++ b/frontend/src/components/layout/SideBar.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index f4381bdb..85e9ae61 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/router.tsx b/frontend/src/router.tsx index ffa23a23..e2ef1efb 100644 --- a/frontend/src/router.tsx +++ b/frontend/src/router.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/services/authentication-service.ts b/frontend/src/services/authentication-service.ts index 8190e159..dd5014bf 100644 --- a/frontend/src/services/authentication-service.ts +++ b/frontend/src/services/authentication-service.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) 2023,2024 Volkswagen AG - * Copyright (c) 2023,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2023 Volkswagen AG + * Copyright (c) 2023 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/frontend/src/services/demand-capacity-notification.ts b/frontend/src/services/demand-capacity-notification.ts index 0b6e4fab..c4c9f32d 100644 --- a/frontend/src/services/demand-capacity-notification.ts +++ b/frontend/src/services/demand-capacity-notification.ts @@ -1,6 +1,6 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/services/demands-service.ts b/frontend/src/services/demands-service.ts index 01329a71..cfa43821 100644 --- a/frontend/src/services/demands-service.ts +++ b/frontend/src/services/demands-service.ts @@ -1,6 +1,6 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/services/stocks-service.ts b/frontend/src/services/stocks-service.ts index 828497ad..bdd7a525 100644 --- a/frontend/src/services/stocks-service.ts +++ b/frontend/src/services/stocks-service.ts @@ -1,7 +1,7 @@ /* -Copyright (c) 2023,2024 Volkswagen AG +Copyright (c) 2023 Volkswagen AG Copyright (c) 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/AboutLicenseView.tsx b/frontend/src/views/AboutLicenseView.tsx index 63dc5aa2..c8f41051 100644 --- a/frontend/src/views/AboutLicenseView.tsx +++ b/frontend/src/views/AboutLicenseView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/CatalogView.tsx b/frontend/src/views/CatalogView.tsx index b5443b3d..ffac7ae0 100644 --- a/frontend/src/views/CatalogView.tsx +++ b/frontend/src/views/CatalogView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/DashboardView.tsx b/frontend/src/views/DashboardView.tsx index 15cdac89..396cc794 100644 --- a/frontend/src/views/DashboardView.tsx +++ b/frontend/src/views/DashboardView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/DemandCapacityNotificationView.tsx b/frontend/src/views/DemandCapacityNotificationView.tsx index 0f1f23ab..d7773bc6 100644 --- a/frontend/src/views/DemandCapacityNotificationView.tsx +++ b/frontend/src/views/DemandCapacityNotificationView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/NegotiationView.tsx b/frontend/src/views/NegotiationView.tsx index edfd5134..0d403bd7 100644 --- a/frontend/src/views/NegotiationView.tsx +++ b/frontend/src/views/NegotiationView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/StockView.tsx b/frontend/src/views/StockView.tsx index 34c90401..036fa010 100644 --- a/frontend/src/views/StockView.tsx +++ b/frontend/src/views/StockView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/TransferView.tsx b/frontend/src/views/TransferView.tsx index 7b02c626..cf6ae238 100644 --- a/frontend/src/views/TransferView.tsx +++ b/frontend/src/views/TransferView.tsx @@ -1,7 +1,7 @@ /* -Copyright (c) 2022,2024 Volkswagen AG -Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +Copyright (c) 2022 Volkswagen AG +Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +Copyright (c) 2022 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/src/views/errors/UnauthorizedView.tsx b/frontend/src/views/errors/UnauthorizedView.tsx index adbfebb7..55cd8bbf 100644 --- a/frontend/src/views/errors/UnauthorizedView.tsx +++ b/frontend/src/views/errors/UnauthorizedView.tsx @@ -1,6 +1,6 @@ /* -Copyright (c) 2023,2024 Volkswagen AG -Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +Copyright (c) 2023 Volkswagen AG +Copyright (c) 2023 Contributors to the Eclipse Foundation See the NOTICE file(s) distributed with this work for additional information regarding copyright ownership. diff --git a/frontend/start-nginx.sh b/frontend/start-nginx.sh index 46a22ce0..647a24be 100755 --- a/frontend/start-nginx.sh +++ b/frontend/start-nginx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh # -# Copyright (c) 2023,2024 Volkswagen AG -# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index a88932c1..560802d5 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -1,7 +1,7 @@ /* - * Copyright (c) 2022,2024 Volkswagen AG - * Copyright (c) 2022,2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - * Copyright (c) 2022,2024 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Volkswagen AG + * Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/local/cleanup.sh b/local/cleanup.sh index 9a4fb5a2..aca637cd 100644 --- a/local/cleanup.sh +++ b/local/cleanup.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/local/docker-compose.yaml b/local/docker-compose.yaml index 1e0b865f..5aada181 100644 --- a/local/docker-compose.yaml +++ b/local/docker-compose.yaml @@ -1,7 +1,7 @@ # -# Copyright (c) 2023, 2024 Volkswagen AG -# Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/local/generate-keys.sh b/local/generate-keys.sh index ac61bb06..a8ce14eb 100644 --- a/local/generate-keys.sh +++ b/local/generate-keys.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/local/init-wallets.sh b/local/init-wallets.sh index 4d0fef30..4a7e1b5c 100644 --- a/local/init-wallets.sh +++ b/local/init-wallets.sh @@ -1,6 +1,6 @@ # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/local/vault/put-keys.sh b/local/vault/put-keys.sh index 5c4a8e6b..77af5aab 100644 --- a/local/vault/put-keys.sh +++ b/local/vault/put-keys.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# Copyright (c) 2022,2024 Volkswagen AG -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Volkswagen AG +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. From 90db73b837ac368c276232dfd231b1af4daa4060 Mon Sep 17 00:00:00 2001 From: Ernst-Christoph Schrewe Date: Fri, 30 Aug 2024 08:10:42 +0200 Subject: [PATCH 2/2] fix: added missing --- .github/workflows/chart-release.yaml | 2 +- .github/workflows/helm-test.yml | 2 +- .tractusx | 2 +- LICENSE | 8 ++++---- backend/pom.xml | 6 +++--- frontend/index.html | 6 +++--- frontend/src/index.css | 6 +++--- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index e4aef899..fb73e06f 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2021 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/helm-test.yml b/.github/workflows/helm-test.yml index 52d753bd..e3599d2a 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.tractusx b/.tractusx index dd153fc6..c55df81f 100644 --- a/.tractusx +++ b/.tractusx @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/LICENSE b/LICENSE index 697ecc5f..8a409365 100644 --- a/LICENSE +++ b/LICENSE @@ -186,9 +186,9 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2022,2023 Volkswagen AG - Copyright (c) 2022,2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) - Copyright (c) 2022,2023 Contributors to the Eclipse Foundation + Copyright (c) 2022 Volkswagen AG + Copyright (c) 2022 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST) + Copyright (c) 2022 Contributors to the Eclipse Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -200,4 +200,4 @@ 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. \ No newline at end of file + limitations under the License. diff --git a/backend/pom.xml b/backend/pom.xml index 9ac092b3..4f37eb37 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -1,9 +1,9 @@