mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-11 09:16:06 -04:00
Resolve license and copyright issues for all files other than the "app/" module Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
40 lines
1017 B
TOML
40 lines
1017 B
TOML
#
|
|
# 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"
|