Skip to content

Commit 143bff0

Browse files
committed
Move some copyrights and licenses from REUSE config into the files
1 parent 31ea78e commit 143bff0

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

.gitignore

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

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
# weechat-script-lint ChangeLog
28

39
## Version 0.6.0 (2025-04-20)

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
# weechat-script-lint
28

39
[![PyPI](https://img.shields.io/pypi/v/weechat-script-lint.svg)](https://pypi.org/project/weechat-script-lint/)
@@ -233,6 +239,7 @@ $ weechat-script-lint --score --recursive /path/to/directory
233239

234240
## Copyright
235241

242+
<!-- REUSE-IgnoreStart -->
236243
Copyright © 2021-2025 [Sébastien Helleu](https://github.com/flashcode)
237244

238245
This program is free software; you can redistribute it and/or modify
@@ -247,3 +254,4 @@ GNU General Public License for more details.
247254

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

REUSE.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
version = 1
66

77
[[annotations]]
8-
path = [
9-
".gitignore",
10-
"CHANGELOG.md",
11-
"README.md",
12-
"tests/scripts/**",
13-
]
8+
path = "tests/scripts/**"
149
precedence = "override"
1510
SPDX-FileCopyrightText = "2021-2025 Sébastien Helleu <[email protected]>"
1611
SPDX-License-Identifier = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)