-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
29 lines (24 loc) · 929 Bytes
/
REUSE.toml
File metadata and controls
29 lines (24 loc) · 929 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
27
28
29
version = 1
SPDX-PackageName = "kmcpclientinspector"
SPDX-PackageSupplier = "Laurent Montel <[email protected]>"
SPDX-PackageDownloadLocation = "https://invent.kde.org/utilities/kmcpclientinspector"
[[annotations]]
path = ["po/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "LGPL-2.0-or-later"
[[annotations]]
path = ["REUSE.toml", ".gersemirc", ".flatpak-manifest.json", "src/widgets/icons/**", "logo.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Laurent Montel <[email protected]>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["README-pre-commit.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023-2026 Laurent Montel <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["CMakePresets.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Laurent Montel <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"