diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 6d9de1da..f574847d 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -29,6 +29,6 @@ jobs: - name: 📥 Check out uses: actions/checkout@v7 - name: 🛠️ Install pre-commit - run: pip install pre-commit + run: pip install pre-commit rapidfuzz - name: ✅ Run pre-commit run: pre-commit run --all-files diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 072d2b81..dcd64b68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: exclude: MODULE.bazel.lock - repo: https://github.com/eclipse-score/tooling - rev: 9baca712bb4d23fcb9b09c62aa38ddf9c9a038ee + rev: 991cc658a4627251118f8241b00ffb1a3b1f0ab7 hooks: - id: copyright args: [--exclusion-file, /dev/null] diff --git a/score/component_example/docs/detailed_design/dd_example_ex_dyn.puml b/score/component_example/docs/detailed_design/dd_example_ex_dyn.puml index a6909dd8..a37310d6 100644 --- a/score/component_example/docs/detailed_design/dd_example_ex_dyn.puml +++ b/score/component_example/docs/detailed_design/dd_example_ex_dyn.puml @@ -1,16 +1,17 @@ +' ******************************************************************************* +' Copyright (c) 2026 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 +' +' SPDX-License-Identifier: Apache-2.0 +' ******************************************************************************* + /' - # ******************************************************************************* - # Copyright (c) 2026 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 - # - # SPDX-License-Identifier: Apache-2.0 - # ******************************************************************************* '/ @startuml dd_example_ex_dyn diff --git a/score/component_example/docs/detailed_design/dd_example_ex_sta.puml b/score/component_example/docs/detailed_design/dd_example_ex_sta.puml index 9bc855bd..fe9f3178 100644 --- a/score/component_example/docs/detailed_design/dd_example_ex_sta.puml +++ b/score/component_example/docs/detailed_design/dd_example_ex_sta.puml @@ -1,16 +1,17 @@ +' ******************************************************************************* +' Copyright (c) 2026 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 +' +' SPDX-License-Identifier: Apache-2.0 +' ******************************************************************************* + /' - # ******************************************************************************* - # Copyright (c) 2026 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 - # - # SPDX-License-Identifier: Apache-2.0 - # ******************************************************************************* '/ @startuml dd_example_ex_sta