forked from whyorean/AuroraStore
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
39 lines (35 loc) · 1017 Bytes
/
REUSE.toml
File metadata and controls
39 lines (35 loc) · 1017 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
30
31
32
33
34
35
36
37
38
39
#
# SPDX-FileCopyrightText: 2025 The Calyx Institute
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file describes the licensing and copyright situation for files that
# cannot be annotated directly, for example because of being simply
# uncommentable. Unless this is the case, a file should be annotated directly.
#
# This follows the REUSE specification: https://reuse.software/spec-3.3/#reusetoml
version = 1
[[annotations]]
path = [
".gitlab/**",
"fastlane/**",
"CHANGELOG",
"README.md",
"DISCLAIMER.md",
"POLICY.md",
"updates.json",
"app/schemas/**",
"app/testkey.jks",
"app/src/main/**/*.png",
"app/src/main/res/resources.properties",
]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2021-2025 Aurora OSS",
"2023-2025 The Calyx Institute"
]
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "gradle/wrapper/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2007-2023 Gradle, Inc."
SPDX-License-Identifier = "Apache-2.0"