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:
+29
@@ -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"
|
||||
Reference in New Issue
Block a user