-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathREUSE.toml
More file actions
25 lines (21 loc) · 794 Bytes
/
REUSE.toml
File metadata and controls
25 lines (21 loc) · 794 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
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "ExactCalculator"
SPDX-PackageSupplier = "The LineageOS Project"
SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_apps_ExactCalculator"
[[annotations]]
path = [".gitignore"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 The Android Open Source Project"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [".github/workflows/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 The LineageOS Project"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["gradle/wrapper/**", "gradlew*"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2007-2023 Gradle, Inc."
SPDX-License-Identifier = "Apache-2.0"