Skip to content

Commit 09d97b3

Browse files
authored
Merge pull request #33 from Telefonica/release
Release: Change copyright headers
2 parents 8506652 + 47b505e commit 09d97b3

File tree

249 files changed

+274
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+274
-256
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
name: Bug Report

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
blank_issues_enabled: false

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
name: Install and cache

.github/actions/run-nx-target/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
name: Run Nx target

.github/check-license-compliance.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
licenses:

.github/check-spdx-headers.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
rules:
@@ -36,7 +36,7 @@ rules:
3636
- "**/src/**"
3737
- "**/*.yml"
3838
copyright:
39-
- "\\d{4}(\\s-\\s\\d{4})? Telefónica Innovación Digital and contributors"
39+
- "\\d{4}(\\s-\\s\\d{4})? Telefónica Innovación Digital( and contributors)?"
4040
ignore:
4141
- "**/node_modules/**"
4242
- "dist/**"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
name: "Check and build"

.github/workflows/contributor-license-agreement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital and contributors
1+
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

44
name: "Contributor License Agreement"

0 commit comments

Comments
 (0)