-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREUSE.toml
More file actions
26 lines (22 loc) · 755 Bytes
/
REUSE.toml
File metadata and controls
26 lines (22 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-FileCopyrightText: 2009-2026 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
version = 1
[[annotations]]
path = [
".github/ISSUE_TEMPLATE/*.md",
"tests/pwl*.txt",
]
precedence = "override"
SPDX-FileCopyrightText = "2009-2026 Sébastien Helleu <flashcode@flashtux.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "uv.lock"
precedence = "override"
SPDX-FileCopyrightText = "2025-2026 Sébastien Helleu <flashcode@flashtux.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "tests/fr_invalid_utf8.po"
precedence = "override"
SPDX-FileCopyrightText = "2024-2026 Sébastien Helleu <flashcode@flashtux.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"