mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
38 lines
996 B
TOML
38 lines
996 B
TOML
# 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/FUNDING.yml",
|
|
".github/ISSUE_TEMPLATE/*.yml",
|
|
".gitignore",
|
|
".mailmap",
|
|
"AUTHORS.md",
|
|
"CHANGELOG.md",
|
|
"CONTRIBUTING.md",
|
|
"README.md",
|
|
"UPGRADING.md",
|
|
"config.h.cmake",
|
|
"debian-devel/**",
|
|
"debian-stable/**",
|
|
"icons/128x128/weechat.png",
|
|
"icons/16x16/weechat.png",
|
|
"icons/256x256/weechat.png",
|
|
"icons/32x32/weechat.png",
|
|
"icons/512x512/weechat.png",
|
|
"icons/64x64/weechat.png",
|
|
"icons/scalable/weechat.svg",
|
|
"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"
|