-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathREUSE.toml
More file actions
30 lines (27 loc) · 802 Bytes
/
REUSE.toml
File metadata and controls
30 lines (27 loc) · 802 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
# SPDX-FileCopyrightText: Sebastiano Barezzi
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "Athena"
SPDX-PackageSupplier = "Sebastiano Barezzi"
SPDX-PackageDownloadLocation = "https://github.com/SebaUbuntu/Athena"
[[annotations]]
path = [
"*/.gitignore",
"*/src/main/cpp/.gitignore",
".github/workflows/**",
"app/src/main/res/mipmap-*/ic_launcher.webp",
"app/src/main/ic_launcher-playstore.png",
"fastlane/**",
".gitignore",
".gitmodules",
"Gemfile",
"Gemfile.lock",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Sebastiano Barezzi"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "gradle/wrapper/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2007-2023 Gradle, Inc."
SPDX-License-Identifier = "Apache-2.0"