mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
22 lines
578 B
TOML
22 lines
578 B
TOML
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"debian-devel/**",
|
|
"debian-stable/**",
|
|
"icons/**/*.png",
|
|
"icons/**/*.svg",
|
|
"src/plugins/php/weechat-php_arginfo.h",
|
|
"src/plugins/php/weechat-php_legacy_arginfo.h",
|
|
"tools/debian/patches/**",
|
|
"weechat.desktop",
|
|
"weechat.pc.in",
|
|
]
|
|
precedence = "override"
|
|
SPDX-FileCopyrightText = "2003-2026 Sébastien Helleu <flashcode@flashtux.org>"
|
|
SPDX-License-Identifier = "GPL-3.0-or-later"
|