Skip to content

Commit 5e9b278

Browse files
committed
fix: add correct license
Signed-off-by: Josef Andersson <josef.andersson@digg.se>
1 parent da00650 commit 5e9b278

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/pullrequest-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 diggsweden/rest-api-profil-lint-processor
22
#
3-
# SPDX-License-Identifier: EUPL-1.2
3+
# SPDX-License-Identifier: CC0-1.0
44

55
---
66
name: Pull Request Workflow

.github/workflows/release-dev-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 diggsweden/rest-api-profil-lint-processor
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
# Release Workflow Dev
26
#
37
# This workflow triggers the dev release orchestrator for development and feature branches.

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 diggsweden/rest-api-profil-lint-processor
22
#
3-
# SPDX-License-Identifier: EUPL-1.2
3+
# SPDX-License-Identifier: CC0-1.0
44

55
# Description:
66
# This workflow handles automated releases using the unified release system

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 diggsweden/rest-api-profil-lint-processor
22
#
3-
# SPDX-License-Identifier: EUPL-1.2
3+
# SPDX-License-Identifier: CC0-1.0
44
---
55
name: Run Tests
66
on:

0 commit comments

Comments
 (0)