Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit cd59833f authored by Michael Bestas's avatar Michael Bestas
Browse files

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

Test: pipx run reuse lint
Change-Id: I60e94334e4a7bd3da2ed88ed4bc2dc1d024bc301
parent 19e2baa6
Loading
Loading
Loading
Loading

.reuse/dep5

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Recorder
Upstream-Contact: The LineageOS Project
Source: https://github.com/LineageOS/android_packages_apps_Recorder

Files: .github/workflows/* .gitattributes .gitignore
Copyright: 2016-2023 The LineageOS Project
License: Apache-2.0

Files: gradle/wrapper/*
Copyright: 2007-2023 Gradle, Inc.
License: Apache-2.0

Files: gradlew*
Copyright: 2007-2023 Gradle, Inc.
License: Apache-2.0

REUSE.toml

0 → 100644
+19 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0

version = 1
SPDX-PackageName = "Recorder"
SPDX-PackageSupplier = "The LineageOS Project"
SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_apps_Recorder"

[[annotations]]
path = [".github/workflows/**", ".gitattributes", ".gitignore"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2023 The LineageOS Project"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "gradle/wrapper/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2007-2023 Gradle, Inc."
SPDX-License-Identifier = "Apache-2.0"