From 975b71c7afd102d976a0834a19393e27483557c2 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 8 Jul 2024 13:39:08 +0200 Subject: [PATCH] chore(license-headers): update copyright headers in dpp verification --- README.md | 2 +- dpp-verification/README.md | 10 +++++----- dpp-verification/charts/simple-wallet/Chart.yaml | 2 +- dpp-verification/charts/simple-wallet/LICENSE | 5 +++-- .../charts/simple-wallet/templates/_helpers.tpl | 2 +- .../charts/simple-wallet/templates/configmap.yaml | 6 +++--- .../charts/simple-wallet/templates/deployment.yaml | 2 +- .../charts/simple-wallet/templates/ingress.yaml | 2 +- .../charts/simple-wallet/templates/pvc-data.yaml | 2 +- .../charts/simple-wallet/templates/service.yaml | 2 +- .../simple-wallet/templates/tests/test-connection.yaml | 4 ++-- dpp-verification/charts/simple-wallet/values.yaml | 4 ++-- .../1.0.0/CertifiedDataCredential.ttl | 6 +++--- dpp-verification/simple-wallet/Dockerfile | 2 +- dpp-verification/simple-wallet/README.md | 10 +++++----- .../simple-wallet/config/configuration.yml | 2 +- dpp-verification/simple-wallet/config/logging.yml | 4 ++-- dpp-verification/simple-wallet/init.py | 10 +++++----- .../simple-wallet/passport/sammSchemaParser.py | 2 +- dpp-verification/simple-wallet/utilities/cryptool.py | 2 +- dpp-verification/simple-wallet/utilities/httpUtils.py | 4 ++-- dpp-verification/simple-wallet/utilities/operators.py | 4 ++-- 22 files changed, 45 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 738da0366..66537a458 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ SPDX-License-Identifier: CC-BY-4.0 The digital product passport application provides a consumer user interface to request a battery passport from a battery manufacturer using the standardized components and technologies in a Catena-X network. The passport will be displayed in a human-readable from any browser. The data exchange standards given by Catena-X are used to provide the battery passport to different personas (roles) in the network. -In particular, the appliction is used to access the battery passport data provided by battery manufacturer. By scanning QR-code or knowing the manufacturer and battery-ID, a user can request the passport through **Eclipse Dataspace Connectors (EDCs)** over the Catena-X network. The passport provider will provide data attributes that is only visible to a permitted signed-in user. +In particular, the application is used to access the battery passport data provided by battery manufacturer. By scanning QR-code or knowing the manufacturer and battery-ID, a user can request the passport through **Eclipse Dataspace Connectors (EDCs)** over the Catena-X network. The passport provider will provide data attributes that is only visible to a permitted signed-in user. ### Software Version #### Helm Chart Version diff --git a/dpp-verification/README.md b/dpp-verification/README.md index dd1e710a6..6b7857b2d 100644 --- a/dpp-verification/README.md +++ b/dpp-verification/README.md @@ -1,11 +1,11 @@