Skip to content

Commit ab0c2a9

Browse files
authored
chore: Change copyright headers (#25)
* chore: Change copyright headers * chore: Upgrade markdown-confluence-sync version
1 parent 0677305 commit ab0c2a9

32 files changed

+138
-130
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ But we use the __merge commit strategy for merging PRs to the main branch from t
111111

112112
# Release process
113113

114-
Once the PR is approved and merged into the main branch, a project maintainer can start the release process by tagging the main branch with the corresponding version numbers.
114+
Once the PR is approved and merged into the main branch, a project maintainer can start the release process by tagging the main branch with the corresponding version numbers.
115115

116116
This project includes a helper script, [`script/release`](./script/release)
117117
designed to streamline the process of tagging and pushing new releases for
@@ -149,18 +149,17 @@ This project adheres to the [Software Package Data Exchange (SPDX)](https://spdx
149149
This license must be used for all new code, unless the containing project, module or externally-imported codebase uses a different license. If you can't put a header in the file due to its structure, please put it in a LICENSE file in the same directory.
150150

151151
```
152-
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
153-
// SPDX-License-Identifier: Apache-2.0
152+
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
154153
155-
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
154+
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
156155
# SPDX-License-Identifier: Apache-2.0
157156
158157
<!--
159-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
158+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
160159
SPDX-License-Identifier: Apache-2.0
161160
-->
162161
163-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
162+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
164163
SPDX-License-Identifier: Apache-2.0
165164
```
166165

@@ -172,18 +171,18 @@ SPDX-License-Identifier: Apache-2.0
172171
This license can be used for test scripts and other short code snippets, at the discretion of the author.
173172

174173
```
175-
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors
174+
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
176175
// SPDX-License-Identifier: MIT
177176
178-
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors
177+
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
179178
# SPDX-License-Identifier: MIT
180179
181180
<!--
182-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors
181+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
183182
SPDX-License-Identifier: MIT
184183
-->
185184
186-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors
185+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
187186
SPDX-License-Identifier: MIT
188187
```
189188

.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/setup-node/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: Setup Node.js

.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 & 3 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:
@@ -35,8 +35,7 @@ rules:
3535
- "src/**"
3636
- "**/*.yml"
3737
copyright:
38-
- "\\d{4}(\\s-\\s\\d{4})? Telefónica Innovación Digital"
39-
- "\\d{4}(\\s-\\s\\d{4})? Telefónica Innovación Digital and contributors"
38+
- "\\d{4}(\\s-\\s\\d{4})? Telefónica Innovación Digital( and contributors)?"
4039
ignore:
4140
- "**/node_modules/**"
4241
- "dist/**"

.github/dependabot.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
version: 2

.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: Continuous Integration

.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)