Skip to content

Commit 80cc46f

Browse files
mikeNGnpjohnson
authored andcommitted
Catapult: Drop LineageOS copyright years
Change-Id: Idef509347c94e9c75af1c3fce3edc9369a46d660
1 parent bf490a7 commit 80cc46f

116 files changed

Lines changed: 117 additions & 117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 The LineageOS Project
1+
# SPDX-FileCopyrightText: The LineageOS Project
22
# SPDX-License-Identifier: Apache-2.0
33

44
version = 1
@@ -9,7 +9,7 @@ SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_ap
99
[[annotations]]
1010
path = [".github/workflows/**", ".gitignore", "app/.gitignore"]
1111
precedence = "aggregate"
12-
SPDX-FileCopyrightText = "2024 The LineageOS Project"
12+
SPDX-FileCopyrightText = "The LineageOS Project"
1313
SPDX-License-Identifier = "Apache-2.0"
1414

1515
[[annotations]]

app/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// SPDX-FileCopyrightText: 2024 The LineageOS Project
2+
// SPDX-FileCopyrightText: The LineageOS Project
33
// SPDX-License-Identifier: Apache-2.0
44
//
55

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
2+
* SPDX-FileCopyrightText: The LineageOS Project
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

app/default_permissions_org.lineageos.tv.launcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
SPDX-FileCopyrightText: 2024 The LineageOS Project
3+
SPDX-FileCopyrightText: The LineageOS Project
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
<exceptions>

app/privapp_whitelist_org.lineageos.tv.launcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
SPDX-FileCopyrightText: 2024 The LineageOS Project
3+
SPDX-FileCopyrightText: The LineageOS Project
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
<permissions>

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 The LineageOS Project
1+
# SPDX-FileCopyrightText: The LineageOS Project
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Add project specific ProGuard rules here.

app/src/debug/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
SPDX-FileCopyrightText: 2024 The LineageOS Project
3+
SPDX-FileCopyrightText: The LineageOS Project
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
<resources>

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
3+
SPDX-FileCopyrightText: The LineageOS Project
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

app/src/main/java/org/lineageos/tv/launcher/AddFavoriteActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
2+
* SPDX-FileCopyrightText: The LineageOS Project
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

app/src/main/java/org/lineageos/tv/launcher/CatapultApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2024 The LineageOS Project
2+
* SPDX-FileCopyrightText: The LineageOS Project
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

0 commit comments

Comments
 (0)