Skip to content

Commit e86bcf8

Browse files
committed
Move some copyrights and licenses from REUSE config into the files
1 parent f0ab8d2 commit e86bcf8

File tree

8 files changed

+41
-9
lines changed

8 files changed

+41
-9
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ignored files for Git
1+
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <[email protected]>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
24

35
/build
46
/builddir

AUTHORS.md

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

39
## Developers

CHANGELOG.md

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

39
## Version 1.0.0 (under dev)

CONTRIBUTING.md

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

39
## Reporting bugs

README.md

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

39
[![CI](https://github.com/weechat/weechat-relay/workflows/CI/badge.svg)](https://github.com/weechat/weechat-relay/actions)
@@ -109,6 +115,7 @@ weechat-relay> quit
109115

110116
## Copyright
111117

118+
<!-- REUSE-IgnoreStart -->
112119
Copyright © 2019-2025 [Sébastien Helleu](https://github.com/flashcode)
113120

114121
This file is part of WeeChat Relay.
@@ -125,3 +132,4 @@ GNU General Public License for more details.
125132

126133
You should have received a copy of the GNU General Public License
127134
along with WeeChat Relay. If not, see <https://www.gnu.org/licenses/>.
135+
<!-- REUSE-IgnoreEnd -->

REUSE.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <[email protected]>
1+
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <[email protected]>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

55
version = 1
66

77
[[annotations]]
88
path = [
9-
".github/ISSUE_TEMPLATE/*",
10-
".gitignore",
11-
"AUTHORS.md",
12-
"CHANGELOG.md",
13-
"CONTRIBUTING.md",
14-
"README.md",
15-
"UPGRADING.md",
9+
".github/ISSUE_TEMPLATE/*.md",
1610
"debian-devel/**",
1711
"debian-stable/**",
1812
"tools/debian/patches/**",

UPGRADING.md

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

39
These upgrade guidelines only contain instructions for version upgrades which require manual actions.\

0 commit comments

Comments
 (0)