From df6f041ba032b5bda8524ff4d82b7801595b9d56 Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Tue, 9 Apr 2024 19:45:13 +0200 Subject: [PATCH] chore: adjust copyright header --- .github/dependabot.yml | 2 +- .github/workflows/chart-test.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/kics.yml | 2 +- .github/workflows/lint-pull-request.yml | 2 +- .github/workflows/migrations-docker.yml | 2 +- .github/workflows/owasp-zap.yml | 2 +- .github/workflows/processes-worker-docker.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/service-docker.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/trivy.yml | 2 +- .github/workflows/unit.tests-formatting.yml | 2 +- charts/chart-testing-config.yaml | 2 +- charts/dim/Chart.yaml | 2 +- charts/dim/templates/_helpers.tpl | 2 +- charts/dim/templates/configmap-postgres-init.yaml | 2 +- charts/dim/templates/cronjob-processes.yaml | 2 +- charts/dim/templates/deployment.yaml | 2 +- charts/dim/templates/ingress.yaml | 2 +- charts/dim/templates/job-migrations.yaml | 2 +- charts/dim/templates/secret-external-db.yaml | 2 +- charts/dim/templates/secret-postgres.yaml | 2 +- charts/dim/templates/secret.yaml | 2 +- charts/dim/templates/service.yaml | 2 +- charts/dim/values.yaml | 2 +- consortia/argocd-app-templates/appsetup-dev.yaml | 2 +- consortia/argocd-app-templates/appsetup-int.yaml | 2 +- consortia/environments/values-dev.yaml | 2 +- consortia/environments/values-int.yaml | 2 +- docker/Dockerfile-dim-migrations | 2 +- docker/Dockerfile-dim-processes-worker | 2 +- docker/Dockerfile-dim-service | 2 +- src/Directory.Build.props | 2 +- src/clients/Dim.Clients/Api/Cf/AddSpaceRoleToUserRequest.cs | 2 +- src/clients/Dim.Clients/Api/Cf/CfClient.cs | 2 +- src/clients/Dim.Clients/Api/Cf/CreateCfeRequest.cs | 2 +- .../Api/Cf/DependencyInjection/CfClientServiceExtensions.cs | 2 +- .../Dim.Clients/Api/Cf/DependencyInjection/CfSettings.cs | 2 +- src/clients/Dim.Clients/Api/Cf/ICfClient.cs | 2 +- src/clients/Dim.Clients/Api/Cf/ServicePlanResponse.cs | 2 +- src/clients/Dim.Clients/Api/Dim/ApplicationResponse.cs | 2 +- src/clients/Dim.Clients/Api/Dim/CompanyIdentityPatch.cs | 2 +- src/clients/Dim.Clients/Api/Dim/CreateApplicationRequest.cs | 2 +- src/clients/Dim.Clients/Api/Dim/CreateCompanyIdentityRequest.cs | 2 +- .../Api/Dim/DependencyInjection/DimClientServiceExtensions.cs | 2 +- src/clients/Dim.Clients/Api/Dim/DimClient.cs | 2 +- src/clients/Dim.Clients/Api/Dim/IDimClient.cs | 2 +- src/clients/Dim.Clients/Api/Dim/StatusListResponse.cs | 2 +- .../DependencyInjection/DirectoryClientServiceExtensions.cs | 2 +- .../Api/Directories/DependencyInjection/DirectorySettings.cs | 2 +- src/clients/Dim.Clients/Api/Directories/DirectoryClient.cs | 2 +- src/clients/Dim.Clients/Api/Directories/DirectoryRequest.cs | 2 +- src/clients/Dim.Clients/Api/Directories/IDirectoryClient.cs | 2 +- .../Dim.Clients/Api/Entitlements/CreateSubAccountRequest.cs | 2 +- .../DependencyInjection/EntitlementClientServiceExtensions.cs | 2 +- .../Api/Entitlements/DependencyInjection/EntitlementSettings.cs | 2 +- src/clients/Dim.Clients/Api/Entitlements/EntitlementClient.cs | 2 +- src/clients/Dim.Clients/Api/Entitlements/IEntitlementClient.cs | 2 +- src/clients/Dim.Clients/Api/Provisioning/CreateCfeRequest.cs | 2 +- .../DependencyInjection/ProvisioningClientServiceExtensions.cs | 2 +- .../Provisioning/DependencyInjection/ProvisioningSettings.cs | 2 +- src/clients/Dim.Clients/Api/Provisioning/IProvisioningClient.cs | 2 +- src/clients/Dim.Clients/Api/Provisioning/ProvisioningClient.cs | 2 +- .../Dim.Clients/Api/Services/CreateServiceInstanceRequest.cs | 2 +- .../DependencyInjection/ServiceClientServiceExtensions.cs | 2 +- src/clients/Dim.Clients/Api/Services/IServiceClient.cs | 2 +- src/clients/Dim.Clients/Api/Services/ServiceClient.cs | 2 +- .../Dim.Clients/Api/SubAccounts/CreateSubAccountRequest.cs | 2 +- .../DependencyInjection/SubAccountClientServiceExtensions.cs | 2 +- .../Api/SubAccounts/DependencyInjection/SubAccountSettings.cs | 2 +- src/clients/Dim.Clients/Api/SubAccounts/ISubAccountClient.cs | 2 +- src/clients/Dim.Clients/Api/SubAccounts/SubAccountClient.cs | 2 +- src/clients/Dim.Clients/Api/SubAccounts/UsedForProduction.cs | 2 +- .../DependencyInjection/SubscriptionClientServiceExtensions.cs | 2 +- .../Dim.Clients/Api/Subscriptions/ISubscriptionClient.cs | 2 +- src/clients/Dim.Clients/Api/Subscriptions/SubscriptionClient.cs | 2 +- src/clients/Dim.Clients/Dim.Clients.csproj | 2 +- src/clients/Dim.Clients/Extensions/HttpClientExtensions.cs | 2 +- src/clients/Dim.Clients/Extensions/JsonSerializerExtensions.cs | 2 +- src/clients/Dim.Clients/Token/AuthResponse.cs | 2 +- src/clients/Dim.Clients/Token/BasicAuthSettings.cs | 2 +- src/clients/Dim.Clients/Token/BasicAuthTokenService.cs | 2 +- src/clients/Dim.Clients/Token/GetBasicTokenSettings.cs | 2 +- src/clients/Dim.Clients/Token/IBasicAuthTokenService.cs | 2 +- .../DependencyInjection/DimRepositoriesServiceExtensions.cs | 2 +- src/database/Dim.DbAccess/Dim.DbAccess.csproj | 2 +- src/database/Dim.DbAccess/DimRepositories.cs | 2 +- src/database/Dim.DbAccess/IDimRepositories.cs | 2 +- .../Dim.DbAccess/Repositories/IProcessStepRepository.cs | 2 +- src/database/Dim.DbAccess/Repositories/ITenantRepository.cs | 2 +- src/database/Dim.DbAccess/Repositories/ProcessStepRepository.cs | 2 +- src/database/Dim.DbAccess/Repositories/TenantRepository.cs | 2 +- src/database/Dim.Entities/Dim.Entities.csproj | 2 +- src/database/Dim.Entities/DimDbContext.cs | 2 +- src/database/Dim.Entities/Entities/Process.cs | 2 +- src/database/Dim.Entities/Entities/ProcessStep.cs | 2 +- src/database/Dim.Entities/Entities/ProcessStepStatus.cs | 2 +- src/database/Dim.Entities/Entities/ProcessStepType.cs | 2 +- src/database/Dim.Entities/Entities/ProcessType.cs | 2 +- src/database/Dim.Entities/Entities/Tenant.cs | 2 +- src/database/Dim.Entities/Entities/VerifyProcessData.cs | 2 +- src/database/Dim.Entities/Enums/ProcessStepStatusId.cs | 2 +- src/database/Dim.Entities/Enums/ProcessStepTypeId.cs | 2 +- src/database/Dim.Entities/Enums/ProcessTypeId.cs | 2 +- src/database/Dim.Migrations/Dim.Migrations.csproj | 2 +- .../Migrations/20240403114716_Initial.Designer.cs | 2 +- .../Dim.Migrations/Migrations/20240403114716_Initial.cs | 2 +- .../Dim.Migrations/Migrations/DimDbContextModelSnapshot.cs | 2 +- src/database/Dim.Migrations/Program.cs | 2 +- .../DependencyInjection/DimProcessCollectionExtensions.cs | 2 +- src/processes/DimProcess.Executor/DimProcess.Executor.csproj | 2 +- src/processes/DimProcess.Executor/DimProcessTypeExecutor.cs | 2 +- src/processes/DimProcess.Library/Callback/CallbackDataModel.cs | 2 +- src/processes/DimProcess.Library/Callback/CallbackService.cs | 2 +- .../Callback/DependencyInjection/CallbackServiceExtensions.cs | 2 +- .../Callback/DependencyInjection/CallbackSettings.cs | 2 +- src/processes/DimProcess.Library/Callback/ICallbackService.cs | 2 +- .../DependencyInjection/DimHandlerExtensions.cs | 2 +- .../DependencyInjection/DimHandlerSettings.cs | 2 +- src/processes/DimProcess.Library/DimProcess.Library.csproj | 2 +- src/processes/DimProcess.Library/DimProcessHandler.cs | 2 +- src/processes/DimProcess.Library/IDimProcessHandler.cs | 2 +- src/processes/Processes.Library/ManualProcessStepData.cs | 2 +- .../Processes.Library/ManualProcessStepDataExtensions.cs | 2 +- src/processes/Processes.Library/Processes.Library.csproj | 2 +- src/processes/Processes.Worker.Library/IProcessExecutor.cs | 2 +- src/processes/Processes.Worker.Library/IProcessTypeExecutor.cs | 2 +- .../Processes.Worker.Library/ProcessExecutionService.cs | 2 +- .../ProcessExecutionServiceExtensions.cs | 2 +- .../Processes.Worker.Library/ProcessExecutionServiceSettings.cs | 2 +- src/processes/Processes.Worker.Library/ProcessExecutor.cs | 2 +- .../Processes.Worker.Library/Processes.Worker.Library.csproj | 2 +- src/processes/Processes.Worker/Processes.Worker.csproj | 2 +- src/processes/Processes.Worker/Program.cs | 2 +- src/web/Dim.Web/Authentication/CustomClaimTypes.cs | 2 +- src/web/Dim.Web/Authentication/KeycloakClaimsTransformation.cs | 2 +- src/web/Dim.Web/BusinessLogic/DimBusinessLogic.cs | 2 +- src/web/Dim.Web/BusinessLogic/DimSettings.cs | 2 +- src/web/Dim.Web/BusinessLogic/IDimBusinessLogic.cs | 2 +- src/web/Dim.Web/Controllers/DimController.cs | 2 +- src/web/Dim.Web/ErrorHandling/DimErrorMessageContainer.cs | 2 +- src/web/Dim.Web/Extensions/RouteHandlerBuilderExtensions.cs | 2 +- src/web/Dim.Web/Extensions/ServiceCollectionExtensions.cs | 2 +- src/web/Dim.Web/Models/Constants.cs | 2 +- src/web/Dim.Web/Program.cs | 2 +- .../DimProcess.Executor.Tests/DimProcessTypeExecutorTests.cs | 2 +- tests/processes/DimProcess.Executor.Tests/Usings.cs | 2 +- .../DimProcess.Library.Tests/DimProcessHandlerTests.cs | 2 +- tests/processes/DimProcess.Library.Tests/Usings.cs | 2 +- .../Processes.Library.Tests/ManualProcessDataExtensionsTests.cs | 2 +- .../Processes.Library.Tests/Processes.Library.Tests.csproj | 2 +- tests/processes/Processes.Library.Tests/Usings.cs | 2 +- .../ProcessExecutionServiceTests.cs | 2 +- .../Processes.Worker.Library.Tests/ProcessExecutorTests.cs | 2 +- .../Processes.Worker.Library.Tests.csproj | 2 +- tests/processes/Processes.Worker.Library.Tests/Usings.cs | 2 +- tests/shared/Tests.Shared/MockLogger.cs | 2 +- tests/shared/Tests.Shared/Tests.Shared.csproj | 2 +- 160 files changed, 160 insertions(+), 160 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ac1ec9..9fac115 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/chart-test.yml b/.github/workflows/chart-test.yml index a9e5c18..ba1a46c 100644 --- a/.github/workflows/chart-test.yml +++ b/.github/workflows/chart-test.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d7a59ed..ed3abf4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 5c56d58..9f0d9b6 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/lint-pull-request.yml b/.github/workflows/lint-pull-request.yml index 397b46d..698f4c6 100644 --- a/.github/workflows/lint-pull-request.yml +++ b/.github/workflows/lint-pull-request.yml @@ -1,5 +1,5 @@ # ############################################################################# -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/migrations-docker.yml b/.github/workflows/migrations-docker.yml index f3621bf..75030a8 100644 --- a/.github/workflows/migrations-docker.yml +++ b/.github/workflows/migrations-docker.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/owasp-zap.yml b/.github/workflows/owasp-zap.yml index 3a626a6..a624859 100644 --- a/.github/workflows/owasp-zap.yml +++ b/.github/workflows/owasp-zap.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/processes-worker-docker.yml b/.github/workflows/processes-worker-docker.yml index 2fb43d8..5f2ad11 100644 --- a/.github/workflows/processes-worker-docker.yml +++ b/.github/workflows/processes-worker-docker.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 618aba1..64ea5c7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4e79f5..6b6326f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/service-docker.yml b/.github/workflows/service-docker.yml index dceea94..4deeb3f 100644 --- a/.github/workflows/service-docker.yml +++ b/.github/workflows/service-docker.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f9f6716..53d2528 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 1dc4ba6..11a5ba1 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/unit.tests-formatting.yml b/.github/workflows/unit.tests-formatting.yml index bb6d215..2b61b8b 100644 --- a/.github/workflows/unit.tests-formatting.yml +++ b/.github/workflows/unit.tests-formatting.yml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/chart-testing-config.yaml b/charts/chart-testing-config.yaml index 73e105a..dd8de8d 100644 --- a/charts/chart-testing-config.yaml +++ b/charts/chart-testing-config.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/Chart.yaml b/charts/dim/Chart.yaml index de0f778..666fa95 100644 --- a/charts/dim/Chart.yaml +++ b/charts/dim/Chart.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/templates/_helpers.tpl b/charts/dim/templates/_helpers.tpl index d70ffd4..b5d5f75 100644 --- a/charts/dim/templates/_helpers.tpl +++ b/charts/dim/templates/_helpers.tpl @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/configmap-postgres-init.yaml b/charts/dim/templates/configmap-postgres-init.yaml index e7a38e1..4ddda95 100644 --- a/charts/dim/templates/configmap-postgres-init.yaml +++ b/charts/dim/templates/configmap-postgres-init.yaml @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/cronjob-processes.yaml b/charts/dim/templates/cronjob-processes.yaml index c8bad47..6ab4ae6 100644 --- a/charts/dim/templates/cronjob-processes.yaml +++ b/charts/dim/templates/cronjob-processes.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/templates/deployment.yaml b/charts/dim/templates/deployment.yaml index 899a123..aa7792d 100644 --- a/charts/dim/templates/deployment.yaml +++ b/charts/dim/templates/deployment.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/templates/ingress.yaml b/charts/dim/templates/ingress.yaml index 925c4a4..488b27a 100644 --- a/charts/dim/templates/ingress.yaml +++ b/charts/dim/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/job-migrations.yaml b/charts/dim/templates/job-migrations.yaml index fd90349..f8ed646 100644 --- a/charts/dim/templates/job-migrations.yaml +++ b/charts/dim/templates/job-migrations.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/templates/secret-external-db.yaml b/charts/dim/templates/secret-external-db.yaml index 619849a..5795e2c 100644 --- a/charts/dim/templates/secret-external-db.yaml +++ b/charts/dim/templates/secret-external-db.yaml @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/secret-postgres.yaml b/charts/dim/templates/secret-postgres.yaml index 8775429..cd8b00d 100644 --- a/charts/dim/templates/secret-postgres.yaml +++ b/charts/dim/templates/secret-postgres.yaml @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/secret.yaml b/charts/dim/templates/secret.yaml index e8a317b..d7591f9 100644 --- a/charts/dim/templates/secret.yaml +++ b/charts/dim/templates/secret.yaml @@ -1,5 +1,5 @@ {{- /* -* Copyright (c) 2024 BMW Group AG +* Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/charts/dim/templates/service.yaml b/charts/dim/templates/service.yaml index cc4ffc8..2eca167 100644 --- a/charts/dim/templates/service.yaml +++ b/charts/dim/templates/service.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/dim/values.yaml b/charts/dim/values.yaml index 3578364..ac3d68e 100644 --- a/charts/dim/values.yaml +++ b/charts/dim/values.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/consortia/argocd-app-templates/appsetup-dev.yaml b/consortia/argocd-app-templates/appsetup-dev.yaml index f228e78..24996e3 100644 --- a/consortia/argocd-app-templates/appsetup-dev.yaml +++ b/consortia/argocd-app-templates/appsetup-dev.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/consortia/argocd-app-templates/appsetup-int.yaml b/consortia/argocd-app-templates/appsetup-int.yaml index 2637a87..a22bc56 100644 --- a/consortia/argocd-app-templates/appsetup-int.yaml +++ b/consortia/argocd-app-templates/appsetup-int.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/consortia/environments/values-dev.yaml b/consortia/environments/values-dev.yaml index 033fb6b..9f91c12 100644 --- a/consortia/environments/values-dev.yaml +++ b/consortia/environments/values-dev.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/consortia/environments/values-int.yaml b/consortia/environments/values-int.yaml index bd3bd29..522b8d5 100644 --- a/consortia/environments/values-int.yaml +++ b/consortia/environments/values-int.yaml @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/docker/Dockerfile-dim-migrations b/docker/Dockerfile-dim-migrations index 441b063..7d3b68a 100644 --- a/docker/Dockerfile-dim-migrations +++ b/docker/Dockerfile-dim-migrations @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/docker/Dockerfile-dim-processes-worker b/docker/Dockerfile-dim-processes-worker index 43336bf..30db907 100644 --- a/docker/Dockerfile-dim-processes-worker +++ b/docker/Dockerfile-dim-processes-worker @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/docker/Dockerfile-dim-service b/docker/Dockerfile-dim-service index 8ecb76c..bd0bb37 100644 --- a/docker/Dockerfile-dim-service +++ b/docker/Dockerfile-dim-service @@ -1,5 +1,5 @@ ############################################################### -# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 08d0556..0ad9c13 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,5 +1,5 @@