Skip to content

Commit 2cb9c52

Browse files
committed
Move some copyrights and licenses from REUSE config into the files
1 parent 5e118d4 commit 2cb9c52

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <[email protected]>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
blank_issues_enabled: false

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <[email protected]>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
*.elc

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <[email protected]>
3+
4+
SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
6+
17
# Impostman ChangeLog
28

39
## Version 0.2.0 (2021-12-11)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <[email protected]>
3+
4+
SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
6+
17
# Import of Postman collections in Emacs
28

39
[![Build Status](https://github.com/flashcode/impostman/workflows/CI/badge.svg)](https://github.com/flashcode/impostman/actions?query=workflow%3A%22CI%22)
@@ -257,6 +263,7 @@ Pull requests are welcome to add missing features.
257263

258264
## Copyright
259265

266+
<!-- REUSE-IgnoreStart -->
260267
Copyright © 2020-2025 [Sébastien Helleu](https://github.com/flashcode)
261268

262269
This program is free software; you can redistribute it and/or modify
@@ -271,3 +278,4 @@ GNU General Public License for more details.
271278

272279
You should have received a copy of the GNU General Public License
273280
along with this program. If not, see <https://www.gnu.org/licenses/>.
281+
<!-- REUSE-IgnoreEnd -->

REUSE.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ version = 1
66

77
[[annotations]]
88
path = [
9-
".github/FUNDING.yml",
109
".github/ISSUE_TEMPLATE/*.md",
11-
".github/ISSUE_TEMPLATE/*.yml",
12-
".gitignore",
13-
".mailmap",
14-
"CHANGELOG.md",
15-
"README.md",
1610
"tests/*.json",
1711
"tests/*.org",
1812
]

0 commit comments

Comments
 (0)