SetupWizard: Replace deprecated .reuse/dep5 with REUSE.toml

Test: pipx run reuse lint
Change-Id: Ifa0218ebb1330f2093dc367b52dc9e6a9f7b667a
This commit is contained in:
Michael Bestas
2024-10-22 03:15:53 +03:00
parent b7e8fd69f5
commit 139ed346e5
2 changed files with 13 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SetupWizard
Upstream-Contact: The LineageOS Project
Source: https://github.com/LineageOS/android_packages_apps_SetupWizard
Files: res/raw/lottie_system_nav_2_button.json
res/raw/lottie_system_nav_3_button.json
res/raw/lottie_system_nav_fully_gestural.json
Copyright: 2019 The Android Open Source Project
License: Apache-2.0

13
REUSE.toml Normal file
View File

@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "SetupWizard"
SPDX-PackageSupplier = "The LineageOS Project"
SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_apps_SetupWizard"
[[annotations]]
path = ["res/raw/lottie_system_nav_2_button.json", "res/raw/lottie_system_nav_3_button.json", "res/raw/lottie_system_nav_fully_gestural.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 The Android Open Source Project"
SPDX-License-Identifier = "Apache-2.0"