1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add REUSE configuration file

This commit is contained in:
Sébastien Helleu
2025-03-30 10:18:32 +02:00
parent 55d936d63a
commit 4ab35ad44a
2 changed files with 261 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
version = 1
[[annotations]]
path = [
".editorconfig",
".gitattributes",
".github/**",
".gitignore",
".mailmap",
"AUTHORS.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
"UPGRADING.md",
"config.h.cmake",
"debian-*/**",
"icons/**",
"src/plugins/php/weechat-php_arginfo.h",
"src/plugins/php/weechat-php_legacy_arginfo.h",
"tools/debian/patches/**",
"weechat.desktop",
"weechat.pc.in",
]
SPDX-FileCopyrightText = "2018-2025 Sébastien Helleu <flashcode@flashtux.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"