/ REUSE.toml
REUSE.toml
1 # SPDX-FileCopyrightText: Amolith <amolith@secluded.site> 2 # 3 # SPDX-License-Identifier: CC0-1.0 4 5 version = 1 6 SPDX-PackageName = "Adresilo" 7 SPDX-PackageSupplier = "Amolith <amolith@secluded.site>" 8 SPDX-PackageDownloadLocation = "https://git.sr.ht/~amolith/adresilo" 9 10 # Silence :app:mergeDebugResources and similar errors 11 [[annotations]] 12 path = "app/src/main/res/**" 13 SPDX-FileCopyrightText = "Amolith <amolith@secluded.site>" 14 SPDX-License-Identifier = "CC0-1.0" 15 16 [[annotations]] 17 path = "fastlane/metadata/**" 18 SPDX-FileCopyrightText = "Stephen Paul Weber <singpolyma@singpolyma.net>" 19 SPDX-License-Identifier = "GPL-3.0-or-later"