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

Commit 316ba18a authored by Michael Bestas's avatar Michael Bestas Committed by Nolen Johnson
Browse files

ExactCalculator: Drop LineageOS copyright years

Change-Id: I043c647dad52775528c9809d681cc67ecf312009
parent 9768d913
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
//
// SPDX-FileCopyrightText: 2020 The LineageOS Project
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

+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
@@ -15,7 +15,7 @@ SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [".github/workflows/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "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: 2023 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 The LineageOS Project
# SPDX-FileCopyrightText: The LineageOS Project
# SPDX-License-Identifier: Apache-2.0

## For more details on how to configure your build environment visit
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2023 The LineageOS Project
     SPDX-FileCopyrightText: The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
Loading