-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
28 lines (24 loc) · 1.03 KB
/
REUSE.toml
File metadata and controls
28 lines (24 loc) · 1.03 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
version = 1
SPDX-PackageName = "NumberGuessingGame"
SPDX-PackageSupplier = "Project516 <138796702+Project516@users.noreply.github.com>"
SPDX-PackageDownloadLocation = "https://github.com/Project516/NumberGuessingGame"
[[annotations]]
path = [".idea/**", ".vscode/**", "renovate.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Project516 <138796702+Project516@users.noreply.github.com>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["app/src/main/resources/version.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Project516 <138796702+Project516@users.noreply.github.com>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = ["debian-package/DEBIAN/control"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Project516 <138796702+Project516@users.noreply.github.com>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "gradle/wrapper/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 the original authors"
SPDX-License-Identifier = "Apache-2.0"