diff --git a/.github/workflows/quality-checks.yaml b/.github/workflows/quality-checks.yaml
new file mode 100644
index 000000000000..a08eb14d78d3
--- /dev/null
+++ b/.github/workflows/quality-checks.yaml
@@ -0,0 +1,30 @@
+#
+# Copyright (c) 2025 Contributors to the Eclipse Foundation
+#
+# See the NOTICE file(s) distributed with this work for additional
+# information regarding copyright ownership.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Apache License, Version 2.0 which is available at
+# https://www.apache.org/licenses/LICENSE-2.0.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+name: "Quality Checks (Release Guidelines)"
+
+on:
+ workflow_dispatch:
+ pull_request:
+
+jobs:
+ check-quality:
+ name: Check quality guidelines
+ uses: eclipse-tractusx/sig-infra/.github/workflows/reusable-quality-checks.yaml@main
+ secrets: inherit
diff --git a/.tractusx b/.tractusx
index 27e4fd25d0df..a1d7f19f3b52 100644
--- a/.tractusx
+++ b/.tractusx
@@ -5,6 +5,57 @@ repositories:
- name: "eclipse-tractusx.github.io"
usage: "Eclipse-tractusx website repository"
url: "https://github.com/eclipse-tractusx/eclipse-tractusx.github.io"
+
+skipReleaseChecks:
+ legalNoticesNonCode:
+ # Exclude gitignore items
+ - "build/"
+ # Exclude aligned items
+ - "CONTRIBUTING.md"
+ - "blog/"
+ - "blog-changelog/"
+ - "blog-meeting-minutes/"
+ # Exclude the following docs
+ - "docs/release/"
+ - "docs/oss/"
+ - "docs/website-guidelines/"
+ - "docs/tutorials/"
+ - "docs/dev_faq.md"
+ - "docs/dev_links.md"
+ - "docs/developer.md"
+ - "docs/getting-started.md"
+ - "docs/release.md"
+ - "docs/tutorials.md"
+ # Exclude the following KITs from current, and old versions
+ - "frontend/src/assets/User_Guide.md"
+ - "**/behaviour-twin-kit/"
+ - "**/business-partner-kit/"
+ - "**/circularity-kit/"
+ - "**/connector-kit/"
+ - "**/customs-kit/"
+ - "**/data-chain-kit/"
+ - "**/data-driven-quality-management-kit/"
+ - "**/data-governance-kit/"
+ - "**/data-trust-and-security-kit/"
+ - "**/demand-and-capacity-management-kit/"
+ - "**/digital-twin-kit/"
+ - "**/eco-pass-kit/"
+ - "**/environmental-and-social-standards-kit/"
+ - "**/industry-core-kit/"
+ - "**/knowledge-agents-kit/"
+ - "**/logistics-kit/"
+ - "**/manufacturing-as-a-service-kit/"
+ - "**/model-based-development-and-data-processing-kit/"
+ - "**/modular-production-kit/"
+ - "**/online-simulation-kit/"
+ - "**/product-carbon-footprint-exchange-kit/"
+ - "**/requirements-kit/"
+ - "**/traceability-kit/"
+ # Already included
+ # - "**/puris-kit/"
+ # - "**/supply-chain-disruption-notification-kit/"
+
+
openApiSpecs:
# Agents KIT
diff --git a/README.md b/README.md
index 42027f55fea0..0d552d409c79 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,11 @@ Follow these steps if your PR's workflow fails on the action `3rd Party dependen
Adjust the version of the jar if necessary. You should see logs saying `[main] INFO Querying X for license data for Y items.`
and`[main] INFO Found Z items.`
7. Commit the changed `DEPENDENCIES` file and push to your branch again.
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2022 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/README.md
diff --git a/community/intro.md b/community/intro.md
index 495a62f11a4d..ebcaf8b5259f 100644
--- a/community/intro.md
+++ b/community/intro.md
@@ -195,3 +195,11 @@ Then navigate to `/community/open-meetings` and verify:
- ✅ All links work correctly
:::
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/intro.md
diff --git a/community/sigs/01_intro.md b/community/sigs/01_intro.md
index 26a5bfb5e360..b2a1e763099b 100644
--- a/community/sigs/01_intro.md
+++ b/community/sigs/01_intro.md
@@ -7,3 +7,11 @@ All of these repositories have a very dedicated goal and focus.
However, there are of course cross-cutting topics, that affect our whole project.
To foster these needs, we decided to form "Special Interest Groups", or "SIGs" in short.
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/sigs/01_intro.md
diff --git a/community/sigs/02_sig_infra.md b/community/sigs/02_sig_infra.md
index 85cc7f9a7d01..b5aa8b9810ea 100644
--- a/community/sigs/02_sig_infra.md
+++ b/community/sigs/02_sig_infra.md
@@ -17,4 +17,12 @@ approach, that will be based on a umbrella Chart and Helm tests.
A topic, every Tractus-X repo has to take care of, is legal compliance.
One of the aspects is an up-to-date `DEPENDENCIES` file, generated by [eclipse dash-licenses](https://github.com/eclipse/dash-licenses).
SIG infra is maintaining a [run-dash](https://github.com/eclipse-tractusx/sig-infra/tree/main/.github/actions/run-dash)
-GitHub action, that helps to ensure the `DEPENDENCIES` file stays up-to-date.
+GitHub action, that helps to ensure the `DEPENDENCIES` file stays up-to-date.
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/sigs/02_sig_infra.md
diff --git a/community/sigs/03_sig_security.md b/community/sigs/03_sig_security.md
index 6c6197a635bf..2e685ea39019 100644
--- a/community/sigs/03_sig_security.md
+++ b/community/sigs/03_sig_security.md
@@ -5,3 +5,11 @@ title: "SIG Security"
__Focus:__ Define and maintain security best practices for Eclipse Tractus-X. Provide guidance on security related topics and incidents
__Repository:__ [eclipse-tractusx/sig-security](https://github.com/eclipse-tractusx/sig-security)
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/sigs/03_sig_security.md
diff --git a/community/sigs/04_sig_release.md b/community/sigs/04_sig_release.md
index 153277a89e66..133401b9642e 100644
--- a/community/sigs/04_sig_release.md
+++ b/community/sigs/04_sig_release.md
@@ -7,3 +7,11 @@ __Focus:__ Planning Tractus-X releases and product roadmaps. Defining the releas
__Repository:__ [eclipse-tractusx/sig-release](https://github.com/eclipse-tractusx/sig-release)
__Project:__ [Release Planning](https://github.com/orgs/eclipse-tractusx/projects/26)
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/sigs/04_sig_release.md
diff --git a/community/sigs/05_sig_architecture.md b/community/sigs/05_sig_architecture.md
index 4fa4eb8c2de0..8fa2e4d7bd57 100644
--- a/community/sigs/05_sig_architecture.md
+++ b/community/sigs/05_sig_architecture.md
@@ -16,3 +16,11 @@ __Focus:__ Document the overall architecture from Tractus-X and document Datatas
__Repository:__ [eclipse-tractusx/sig-architecture](https://github.com/eclipse-tractusx/sig-architecture)
__Project:__ [Tractus-X Architecture](https://github.com/orgs/eclipse-tractusx/projects/78)
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2025 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/community/sigs/05_sig_architecture.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/adoption-view.md b/docs-kits/kits/puris-kit/adoption-view/adoption-view.md
index b8c81ec7ea88..d4de519c8683 100644
--- a/docs-kits/kits/puris-kit/adoption-view/adoption-view.md
+++ b/docs-kits/kits/puris-kit/adoption-view/adoption-view.md
@@ -176,7 +176,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -190,3 +190,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/adoption-view.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/business-value.md b/docs-kits/kits/puris-kit/adoption-view/business-value.md
index c4c3448df9ff..1be3c5c20b01 100644
--- a/docs-kits/kits/puris-kit/adoption-view/business-value.md
+++ b/docs-kits/kits/puris-kit/adoption-view/business-value.md
@@ -279,7 +279,7 @@ pie
Over 50% of the companies indicated they would use PURIS in a proactive way, underscoring the strong interest and confidence in its capabilities. With PURIS, the overall efficiency will be significantly improved. For addressing shortages, applying PURIS is seen as a quick win since it can be seamlessly integrated with existing processes.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -291,3 +291,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/business-value.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/getting-started.md b/docs-kits/kits/puris-kit/adoption-view/getting-started.md
index f5e0d36ccc53..a3fa23744242 100644
--- a/docs-kits/kits/puris-kit/adoption-view/getting-started.md
+++ b/docs-kits/kits/puris-kit/adoption-view/getting-started.md
@@ -118,7 +118,7 @@ For internal integration and communication - especially in complex supply chain
Further documentation is available [here](/docs-kits/category/business-partner-kit).
-### Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -130,3 +130,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/getting-started.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
index deadbcf368ad..4ae532f58e0c 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
@@ -13,7 +13,7 @@ Considering adopting PURIS but wondering how it integrates into common or comple
- How can data be shared in complex supply chains?
- How to consume or provide information in case of single or multiple suppliers or customers?
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -25,3 +25,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
index 23448b5dc208..e35be2c10d4f 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
@@ -57,7 +57,7 @@ Accordingly, the following information must not be shared or made inferable:
- Total call-offs or deliveries across all customers
- Total supplier stock or stock allocated to other customers
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -69,3 +69,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
index 769f5e11b448..eaa347c75191 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
@@ -17,7 +17,7 @@ Figure 1 and 2: *Customer multi sourcing scenarios*
In practice, this means that demand planning and inventory management are handled jointly, making it infeasible to assign data to a specific supplier context. Nevertheless, the data exchanged using this KIT must still be prepared and structured in a way that complies with applicable legal, regulatory, and contractual requirements — even if a clear technical separation is not possible.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -29,3 +29,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
index 45410d25967a..32175e06581b 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
@@ -31,7 +31,7 @@ By combining these two perspectives, companies can gain a holistic view of suppl
Figure 1: *Combination of PURIS and DCM for a better supply chain transparency*
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -43,3 +43,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
index b7d58c9b0e75..3ac656030f4c 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
@@ -21,7 +21,7 @@ Although there is no physical separation in production in the second scenario, s
As a result, PURIS can be implemented more quickly and with lower integration effort in such scenarios, making it an ideal starting point for pilot projects or initial rollouts.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -33,3 +33,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
diff --git a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
index 5295aa558c39..8f7faf2ae4d6 100644
--- a/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
+++ b/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
@@ -19,7 +19,7 @@ Even in cases where materials are processed together with others in production,
Figure 1: *Graphical representation of single sourcing scenario*
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -31,3 +31,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
diff --git a/docs-kits/kits/puris-kit/changelog.md b/docs-kits/kits/puris-kit/changelog.md
index 013a150828e7..5acf6d43eb93 100644
--- a/docs-kits/kits/puris-kit/changelog.md
+++ b/docs-kits/kits/puris-kit/changelog.md
@@ -81,7 +81,7 @@ All notable changes to this KIT will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -95,3 +95,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/changelog.md
diff --git a/docs-kits/kits/puris-kit/operations-view.md b/docs-kits/kits/puris-kit/operations-view.md
index c0ada6c60b7e..50c264be4dba 100644
--- a/docs-kits/kits/puris-kit/operations-view.md
+++ b/docs-kits/kits/puris-kit/operations-view.md
@@ -23,7 +23,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -33,3 +33,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/operations-view.md
diff --git a/docs-kits/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits/kits/puris-kit/software-development-view/software-development-view.md
index e1310421b3b3..9103a3462a26 100644
--- a/docs-kits/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits/kits/puris-kit/software-development-view/software-development-view.md
@@ -931,7 +931,7 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
}
```
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -941,3 +941,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits/kits/supply-chain-disruption-notification-kit/adoption-view.md
index 0ca702580cd2..da6f047816cf 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -312,7 +312,7 @@ Table 3: _List of normative standards._
Table 4: _List of non-normative standards._
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -334,3 +334,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits/kits/supply-chain-disruption-notification-kit/changelog.md
index c701f3b6c714..7c826e79ecd6 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -69,7 +69,7 @@ Adoption View:
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -91,3 +91,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits/kits/supply-chain-disruption-notification-kit/operations-view.md
index 9c801f600901..f7d8af51390e 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -21,7 +21,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -39,3 +39,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
index 62eb96326a69..7e4df23de8a8 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
@@ -23,7 +23,7 @@ From conceptual point of view the system consists of different building blocks.

_Figure 2: Whitebox view on a PURIS system_
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -45,3 +45,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
index b7064e8a7169..065728f4f31c 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
@@ -349,7 +349,7 @@ Following fields may or must be set and contextualized:
Refer to the [standard](../adoption-view.md#normative-references) and the [semantic model](../adoption-view.md#semantic-models) of supply chain disruption notifications for more explicit information on how to set the fields.
:::
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -371,3 +371,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
diff --git a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
index 7e58433c4476..276019345dce 100644
--- a/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
+++ b/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
@@ -152,7 +152,7 @@ It is recommended to use the following values for rightOperand of `FrameworkAgre
More information can be found in the [Policies in Catena-X of the Connector KIT](./../../connector-kit/adoption-view/policies-in-catena.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -174,3 +174,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/adoption-view.md b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/adoption-view.md
index be7d7b92e225..52f8d7eeb14f 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/adoption-view.md
@@ -174,7 +174,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -184,3 +184,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/puris-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/changelog.md b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/changelog.md
index 821bf7f34cad..cbb157cc89f9 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/changelog.md
@@ -60,7 +60,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -70,3 +70,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/puris-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/operations-view.md b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/operations-view.md
index f8ede3e1e3cd..6da7253c5e16 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/operations-view.md
@@ -23,7 +23,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -33,3 +33,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/puris-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/software-development-view/software-development-view.md
index 49ba4fd92490..98efdde0c11e 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/puris-kit/software-development-view/software-development-view.md
@@ -931,7 +931,7 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
}
```
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -941,3 +941,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/adoption-view.md
index 4ae4b679849c..b28100f8d921 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -220,7 +220,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
| CX - 0128 | Demand and Capacity Management Data Exchange |
| CX - 0145 | Days of Supply |
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -238,3 +238,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/changelog.md
index a76db27dcd63..0860ae0674ac 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -24,7 +24,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -42,3 +42,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/operations-view.md
index 85802d23eecb..48c880a32328 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -19,7 +19,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -37,3 +37,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/software-development-view.md b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/software-development-view.md
index b9dc1352fe1e..7264eb7cbb29 100644
--- a/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/software-development-view.md
+++ b/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/software-development-view.md
@@ -274,7 +274,7 @@ the [RDF turtle file of the message header](https://github.com/eclipse-tractusx/
}
```
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -292,3 +292,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.08/kits/supply-chain-disruption-notification-kit/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/adoption-view.md b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/adoption-view.md
index 132462ab5ecb..3091481c4fc9 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/adoption-view.md
@@ -174,7 +174,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -184,3 +184,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/puris-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/changelog.md b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/changelog.md
index 5c55a425c815..8fa3bf17b63b 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/changelog.md
@@ -68,7 +68,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -78,3 +78,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/puris-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/operations-view.md b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/operations-view.md
index f8ede3e1e3cd..2c3bfc304483 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/operations-view.md
@@ -23,7 +23,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -33,3 +33,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/puris-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/software-development-view/software-development-view.md
index 49ba4fd92490..e2cb3b038048 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/puris-kit/software-development-view/software-development-view.md
@@ -931,7 +931,7 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
}
```
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -941,3 +941,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/adoption-view.md
index ddb1bf2982cd..533d5623665f 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -220,7 +220,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
| CX - 0128 | Demand and Capacity Management Data Exchange |
| CX - 0145 | Days of Supply |
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -238,3 +238,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/changelog.md
index 5666023cc090..9592b2d90c7f 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -39,7 +39,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -57,3 +57,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/operations-view.md
index ba4ff4851859..79c8357697bb 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -21,7 +21,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -39,3 +39,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/software-development-view.md b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/software-development-view.md
index 723e5fea1acc..fe10eabcb213 100644
--- a/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/software-development-view.md
+++ b/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/software-development-view.md
@@ -276,7 +276,7 @@ the [RDF turtle file of the message header](https://github.com/eclipse-tractusx/
}
```
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -294,3 +294,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-24.12/kits/supply-chain-disruption-notification-kit/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/adoption-view.md b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/adoption-view.md
index 0a74f94a1355..42a75206401e 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/adoption-view.md
@@ -174,7 +174,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -184,3 +184,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/puris-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/changelog.md b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/changelog.md
index c7b389e7b5bb..16c386f0213a 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/changelog.md
@@ -70,7 +70,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -80,3 +80,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/puris-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/operations-view.md b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/operations-view.md
index ebe023d34ba9..f9f392b6026b 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/operations-view.md
@@ -23,7 +23,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -33,3 +33,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/puris-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/software-development-view/software-development-view.md
index 16a9b0385854..ea32d098e08f 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/puris-kit/software-development-view/software-development-view.md
@@ -931,7 +931,7 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
}
```
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -941,3 +941,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/adoption-view.md
index ddb1bf2982cd..b1cc1df240cc 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -220,7 +220,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
| CX - 0128 | Demand and Capacity Management Data Exchange |
| CX - 0145 | Days of Supply |
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -238,3 +238,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/changelog.md
index 5666023cc090..e2934fc0f08c 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -39,7 +39,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -57,3 +57,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/operations-view.md
index ba4ff4851859..b3c493865266 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -21,7 +21,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -39,3 +39,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/software-development-view.md b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/software-development-view.md
index 723e5fea1acc..e255e3cf3221 100644
--- a/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/software-development-view.md
+++ b/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/software-development-view.md
@@ -276,7 +276,7 @@ the [RDF turtle file of the message header](https://github.com/eclipse-tractusx/
}
```
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -294,3 +294,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.03/kits/supply-chain-disruption-notification-kit/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/adoption-view.md b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/adoption-view.md
index 3e5abe55ac1a..e0e00f16b2cd 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/adoption-view.md
@@ -174,7 +174,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -184,3 +184,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/puris-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/changelog.md b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/changelog.md
index dae7c74fdeff..abd4c365a151 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/changelog.md
@@ -69,3 +69,15 @@ All notable changes to this KIT will be documented in this file.
### Removed
- ./.
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST)
+- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
+- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
+- SPDX-FileCopyrightText: 2024 Volkswagen AG
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/puris-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/operations-view.md b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/operations-view.md
index 02bcdb7279c3..2e3349c92d79 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/operations-view.md
@@ -22,3 +22,15 @@ The PURIS FOSS reference implementation can be deployed by following the [projec
To run a test scenario locally, follow the [local testing and development guide](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/INSTALL.md).
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST)
+- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
+- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
+- SPDX-FileCopyrightText: 2024 Volkswagen AG
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/puris-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/software-development-view/software-development-view.md
index c82adf084cc6..008cf4453726 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/puris-kit/software-development-view/software-development-view.md
@@ -930,3 +930,15 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
"direction": "OUTBOUND"
}
```
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST)
+- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
+- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
+- SPDX-FileCopyrightText: 2024 Volkswagen AG
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/adoption-view.md
index ddb1bf2982cd..f37dd25f7479 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -220,7 +220,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
| CX - 0128 | Demand and Capacity Management Data Exchange |
| CX - 0145 | Days of Supply |
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -238,3 +238,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/changelog.md
index 5666023cc090..76884a32f103 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -39,7 +39,7 @@ All notable changes to this Kit will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -57,3 +57,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/operations-view.md
index ba4ff4851859..d3a6072b15a9 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -21,7 +21,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -39,3 +39,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/software-development-view.md b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/software-development-view.md
index 723e5fea1acc..5bff27f454ca 100644
--- a/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/software-development-view.md
+++ b/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/software-development-view.md
@@ -276,7 +276,7 @@ the [RDF turtle file of the message header](https://github.com/eclipse-tractusx/
}
```
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -294,3 +294,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.06/kits/supply-chain-disruption-notification-kit/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/adoption-view.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/adoption-view.md
index b8c81ec7ea88..741360078518 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/adoption-view.md
@@ -176,7 +176,7 @@ The relevant standards can be found in the [Catena-X Association Standard Librar
- [CX-0122 Item Stock Exchange 2.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0122-ItemStockExchange)
- [CX-0145 Days of Supply Exchange 1.0.0](https://catenax-ev.github.io/docs/next/standards/CX-0145-DaysofsupplyExchange)
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -190,3 +190,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/business-value.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/business-value.md
index c4c3448df9ff..f07f45a14400 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/business-value.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/business-value.md
@@ -279,7 +279,7 @@ pie
Over 50% of the companies indicated they would use PURIS in a proactive way, underscoring the strong interest and confidence in its capabilities. With PURIS, the overall efficiency will be significantly improved. For addressing shortages, applying PURIS is seen as a quick win since it can be seamlessly integrated with existing processes.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -291,3 +291,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/business-value.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/getting-started.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/getting-started.md
index f5e0d36ccc53..8b9ed28fb291 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/getting-started.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/getting-started.md
@@ -118,7 +118,7 @@ For internal integration and communication - especially in complex supply chain
Further documentation is available [here](/docs-kits/category/business-partner-kit).
-### Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -130,3 +130,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/getting-started.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
index deadbcf368ad..a1f8552e29bf 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
@@ -13,7 +13,7 @@ Considering adopting PURIS but wondering how it integrates into common or comple
- How can data be shared in complex supply chains?
- How to consume or provide information in case of single or multiple suppliers or customers?
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -25,3 +25,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/integration-scenarios.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
index 23448b5dc208..ed752c152daf 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
@@ -57,7 +57,7 @@ Accordingly, the following information must not be shared or made inferable:
- Total call-offs or deliveries across all customers
- Total supplier stock or stock allocated to other customers
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -69,3 +69,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-customer-scenario.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
index 769f5e11b448..2c9ab18ed918 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
@@ -17,7 +17,7 @@ Figure 1 and 2: *Customer multi sourcing scenarios*
In practice, this means that demand planning and inventory management are handled jointly, making it infeasible to assign data to a specific supplier context. Nevertheless, the data exchanged using this KIT must still be prepared and structured in a way that complies with applicable legal, regulatory, and contractual requirements — even if a clear technical separation is not possible.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -29,3 +29,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/multi-sourcing-scenario.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
index 45410d25967a..09812895da34 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
@@ -31,7 +31,7 @@ By combining these two perspectives, companies can gain a holistic view of suppl
Figure 1: *Combination of PURIS and DCM for a better supply chain transparency*
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -43,3 +43,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/puris-and-dcm.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
index b7d58c9b0e75..396a4b35d9f4 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
@@ -21,7 +21,7 @@ Although there is no physical separation in production in the second scenario, s
As a result, PURIS can be implemented more quickly and with lower integration effort in such scenarios, making it an ideal starting point for pilot projects or initial rollouts.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -33,3 +33,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-customer-scenario.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
index 5295aa558c39..064c4bb5ba0c 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
@@ -19,7 +19,7 @@ Even in cases where materials are processed together with others in production,
Figure 1: *Graphical representation of single sourcing scenario*
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -31,3 +31,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/adoption-view/integration-scenarios/single-sourcing-scenario.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/changelog.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/changelog.md
index 013a150828e7..e47e3dfd1d44 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/changelog.md
@@ -81,7 +81,7 @@ All notable changes to this KIT will be documented in this file.
- ./.
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -95,3 +95,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2025 Ford Werke GmbH
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/operations-view.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/operations-view.md
index c0ada6c60b7e..79b823db1d61 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/operations-view.md
@@ -23,7 +23,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -33,3 +33,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/software-development-view/software-development-view.md b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/software-development-view/software-development-view.md
index e1310421b3b3..f3a6c331e46e 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/puris-kit/software-development-view/software-development-view.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/puris-kit/software-development-view/software-development-view.md
@@ -931,7 +931,7 @@ stock) is sufficient for the supplier's scheduled deliveries (see _Delivery Info
}
```
-## Notice
+## NOTICE
This work is licensed under the CC-BY-4.0
@@ -941,3 +941,4 @@ This work is licensed under the CC-BY-4.0
- SPDX-FileCopyrightText: 2024 ISTOS GmbH (a member of the DMG Mori Group)
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/puris-kit/software-development-view/software-development-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/adoption-view.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/adoption-view.md
index 0ca702580cd2..ef423913834d 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/adoption-view.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/adoption-view.md
@@ -312,7 +312,7 @@ Table 3: _List of normative standards._
Table 4: _List of non-normative standards._
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -334,3 +334,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/adoption-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/changelog.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/changelog.md
index c701f3b6c714..147f5f75c873 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/changelog.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/changelog.md
@@ -69,7 +69,7 @@ Adoption View:
- ./.
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
@@ -91,3 +91,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/changelog.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/operations-view.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/operations-view.md
index 9c801f600901..6f42b6e276a7 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/operations-view.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/operations-view.md
@@ -21,7 +21,7 @@ To run a test scenario locally, follow the [local testing and development guide]
A guide to run the integration tests is found [here](https://github.com/eclipse-tractusx/puris/blob/29a20f9ea38e1eb54a9d9c938b94b57dfc898c32/local/postman/README.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -39,3 +39,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 TRUMPF Werkzeugmaschinen SE + Co. KG
- SPDX-FileCopyrightText: 2024 Volkswagen AG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/operations-view.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
index 62eb96326a69..5db018ca8ec0 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
@@ -23,7 +23,7 @@ From conceptual point of view the system consists of different building blocks.

_Figure 2: Whitebox view on a PURIS system_
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -45,3 +45,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/architecture.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
index b7064e8a7169..521f443fd8a7 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
@@ -349,7 +349,7 @@ Following fields may or must be set and contextualized:
Refer to the [standard](../adoption-view.md#normative-references) and the [semantic model](../adoption-view.md#semantic-models) of supply chain disruption notifications for more explicit information on how to set the fields.
:::
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -371,3 +371,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/demandAndCapacityNotification.md
diff --git a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
index 7e58433c4476..bca7b42dfa16 100644
--- a/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
+++ b/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
@@ -152,7 +152,7 @@ It is recommended to use the following values for rightOperand of `FrameworkAgre
More information can be found in the [Policies in Catena-X of the Connector KIT](./../../connector-kit/adoption-view/policies-in-catena.md).
-## Notice
+## NOTICE
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
@@ -174,3 +174,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2025 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2025 IBM Deutschland GmbH
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits_versioned_docs/version-25.09/kits/supply-chain-disruption-notification-kit/software-development-view/policies.md
diff --git a/documentation/kit-artifacts.md b/documentation/kit-artifacts.md
index 3e0bc592acf6..dcbb024a854f 100644
--- a/documentation/kit-artifacts.md
+++ b/documentation/kit-artifacts.md
@@ -208,3 +208,11 @@ Deliverables:
The architecture view is an optional chapter. It offers an architecture perspective including the main building blocks and the runtime view. It can be extended with more architecture documentation like an ARC42.
[`Example for an Architecture View:`](https://eclipse-tractusx.github.io/docs-kits/kits/traceability-kit/Architecture%20View%20Traceability%20Kit#scope-and-context).
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/documentation/kit-artifacts.md
diff --git a/documentation/kit-getting-started.md b/documentation/kit-getting-started.md
index eb91db9c3955..a921f6044002 100644
--- a/documentation/kit-getting-started.md
+++ b/documentation/kit-getting-started.md
@@ -19,3 +19,11 @@ Prerequisites: [Tractus-X getting started](https://eclipse-tractusx.github.io/do
- **TRG 9.02 KIT Maturity Levels** A KIT is always structured the same way and follows three graduation stages
- **TRG 9.03 KIT Artifacts** Each of the artifacts in a KIT are explained with examples
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/documentation/kit-getting-started.md
diff --git a/documentation/kit-maturity-levels.md b/documentation/kit-maturity-levels.md
index 6477dd2bbb37..7200726ba173 100644
--- a/documentation/kit-maturity-levels.md
+++ b/documentation/kit-maturity-levels.md
@@ -136,3 +136,11 @@ Gathered information thus far. A presentation of the main points validating the
### Step 7: Validation
### Step 8: Publication
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/documentation/kit-maturity-levels.md
diff --git a/src/pages/icons.md b/src/pages/icons.md
index 2fcbc7bf59a9..dabc1debed1e 100644
--- a/src/pages/icons.md
+++ b/src/pages/icons.md
@@ -30,3 +30,11 @@ In this page you'll be able to find a collection of all the authorized icons use
| |Open Source V3| `https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/icons/Icon_Open_Source_V3.svg?raw=true`|
| |Unique Data V1| `https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/icons/Icon_Unique_Data_V1.svg?raw=true`|
| |Unique Data V2| `https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/icons/Icon_Unique_Data_V2.svg?raw=true`|
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/src/pages/icons.md
diff --git a/static/img/kits/kit-colors.md b/static/img/kits/kit-colors.md
index d58ed501da10..429bd9392b0b 100644
--- a/static/img/kits/kit-colors.md
+++ b/static/img/kits/kit-colors.md
@@ -49,3 +49,11 @@ Each KIT logo consists of a domain primary color, which is shared among all KITs
- Gradient
- top left: domain primary color
- bottom right: KIT primary color
+
+## NOTICE
+
+This work is licensed under the CC-BY-4.0
+
+- SPDX-License-Identifier: CC-BY-4.0
+- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/static/img/kit-colors.md