-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
45 lines (41 loc) · 1.1 KB
/
REUSE.toml
File metadata and controls
45 lines (41 loc) · 1.1 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version = 1
[[annotations]]
path = [
"README.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"SECURITY.md",
# Debian files (some excluded from linting)
"debian/changelog",
"debian/control",
"debian/extras/**",
"debian/notolog.1",
"debian/notolog.lintian-overrides",
"debian/README.md",
"debian/source/format",
# PyInstaller build metadata
"pyinstaller/dependencies/*",
"pyinstaller/scripts/README.md",
# Application source files
"src/**",
]
SPDX-FileCopyrightText = "2025-2026 Vadim Bakhrenkov"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"src/notolog/assets/fonts/IBMPlexMono/*",
]
SPDX-FileCopyrightText = '© 2017 IBM Corp. with Reserved Font Name "Plex"'
SPDX-License-Identifier = 'OFL-1.1'
[[annotations]]
path = [
"src/notolog/assets/fonts/NotoSans/*",
]
SPDX-FileCopyrightText = "2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = [
"src/notolog/assets/themes/default/icons/*",
]
SPDX-FileCopyrightText = "(c) 2019-2024 The Bootstrap Authors"
SPDX-License-Identifier = "MIT"