Skip to content

Commit b04d42c

Browse files
committed
Move some copyrights and licenses from REUSE config into the files
1 parent 48ee493 commit b04d42c

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.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: 2011-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
24

35
*.pyc
46
*.pyo

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2014-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
#
15
# Map author and committer names and email addresses to canonical real names
26
# and email addresses.
37
#

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2011-2025 Sébastien Helleu <flashcode@flashtux.org>
3+
4+
SPDX-License-Identifier: GPL-3.0-or-later
5+
-->
6+
17
# WeeChat Qt remote GUI
28

39
[![Build Status](https://github.com/weechat/qweechat/workflows/CI/badge.svg)](https://github.com/weechat/qweechat/actions?query=workflow%3A%22CI%22)
@@ -52,6 +58,7 @@ Options can be changed in file `~/.config/qweechat/qweechat.conf`.
5258

5359
## Copyright
5460

61+
<!-- REUSE-IgnoreStart -->
5562
Copyright © 2011-2025 [Sébastien Helleu](https://github.com/flashcode)
5663

5764
This file is part of QWeeChat, a Qt remote GUI for WeeChat.
@@ -68,3 +75,4 @@ GNU General Public License for more details.
6875

6976
You should have received a copy of the GNU General Public License
7077
along with QWeeChat. If not, see <https://www.gnu.org/licenses/>.
78+
<!-- REUSE-IgnoreEnd -->

REUSE.toml

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

77
[[annotations]]
88
path = [
9-
".gitignore",
10-
".mailmap",
11-
"CHANGELOG.md",
129
"MANIFEST.in",
13-
"README.md",
1410
"qweechat/data/icons/bullet_green_8x8.png",
1511
"qweechat/data/icons/bullet_yellow_8x8.png",
1612
"qweechat/data/icons/weechat.png",
17-
"requirements.txt",
18-
"setup.py",
1913
]
2014
precedence = "override"
2115
SPDX-FileCopyrightText = "2011-2025 Sébastien Helleu <flashcode@flashtux.org>"

requirements.txt

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 <flashcode@flashtux.org>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
PySide6

0 commit comments

Comments
 (0)