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

Unverified Commit 886c868e authored by Michael Bestas's avatar Michael Bestas
Browse files

Recorder: Drop LineageOS copyright years

Change-Id: If006c8a5fbdaead6c8cb6c3740b7c5e45cb5bf4e
parent 729c79a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-FileCopyrightText: The LineageOS Project
# SPDX-License-Identifier: Apache-2.0

version = 1
@@ -9,7 +9,7 @@ SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_ap
[[annotations]]
path = [".github/workflows/**", ".gitattributes", ".gitignore"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2023 The LineageOS Project"
SPDX-FileCopyrightText = "The LineageOS Project"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
+1 −1
Original line number Diff line number Diff line
//
// SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

+1 −1
Original line number Diff line number Diff line
/*
 * SPDX-FileCopyrightText: 2023-2025 The LineageOS Project
 * SPDX-FileCopyrightText: The LineageOS Project
 * SPDX-License-Identifier: Apache-2.0
 */

+1 −1
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2016 The LineageOS Project
# SPDX-FileCopyrightText: The LineageOS Project
# SPDX-License-Identifier: Apache-2.0

# Add project specific ProGuard rules here.
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
     SPDX-FileCopyrightText: The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Loading