Skip to content

Commit 5c4ffcc

Browse files
authored
Clean up licensing information in migration guide
Removed licensing information and notices from the migration guide.
1 parent 4f86600 commit 5c4ffcc

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

migration-guides/GENERIC_POSTGRESQL_MIGRATION_GUIDE.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ Set these variables according to your deployment **before starting**:
4848
export NAMESPACE="your-namespace" # e.g., "production", "staging"
4949
export RELEASE_NAME="your-release" # e.g., "my-app", "backend-service"
5050
export POSTGRES_POD="${RELEASE_NAME}-postgresql-0" # StatefulSet pod name
51-
52-
## NOTICE
53-
54-
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
55-
56-
- SPDX-License-Identifier: CC-BY-4.0
57-
- SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
58-
- SPDX-FileCopyrightText: 2026 Catena-X Automotive Network e.V.
59-
- SPDX-FileCopyrightText: 2026 LKS Next
6051
export PG_USER="postgres" # PostgreSQL admin user
6152
export PG_DATABASE="your-database" # Main database name
6253
export SECRET_NAME="your-postgres-secret" # Secret containing passwords
@@ -521,5 +512,6 @@ postgresql: # Note: uses alias in Chart.yaml
521512
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
522513

523514
- SPDX-License-Identifier: CC-BY-4.0
524-
- SPDX-FileCopyrightText: 2025, 2026 Contributors to the Eclipse Foundation
525-
- Source URL: https://github.com/eclipse-tractusx
515+
- SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
516+
- SPDX-FileCopyrightText: 2026 Catena-X Automotive Network e.V.
517+
- SPDX-FileCopyrightText: 2026 LKS Next

0 commit comments

Comments
 (0)