diff --git a/Android.bp b/Android.bp index e6dc21d..cf4f76e 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2022-2024 The LineageOS Project +// SPDX-FileCopyrightText: 2022-2024 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // diff --git a/Android.mk b/Android.mk index 9460486..3dc5aa0 100644 --- a/Android.mk +++ b/Android.mk @@ -1,6 +1,5 @@ # -# Copyright (C) 2022-2024 The LineageOS Project -# +# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e7dcb66..c594f3b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,6 +1,5 @@ # -# Copyright (C) 2022 The LineageOS Project -# +# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # diff --git a/README.md b/README.md index c593594..8915b7d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ``` -Copyright (C) 2022 The LineageOS Project +SPDX-FileCopyrightText: 2022-2024 The LineageOS Project SPDX-License-Identifier: Apache-2.0 diff --git a/audio_amplifier/Android.mk b/audio_amplifier/Android.mk index c669344..dd5dc52 100644 --- a/audio_amplifier/Android.mk +++ b/audio_amplifier/Android.mk @@ -1,17 +1,6 @@ # -# Copyright 2020-2021 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# SPDX-FileCopyrightText: 2020-2021 The LineageOS Project +# SPDX-License-Identifier: Apache-2.0 # LOCAL_PATH := $(call my-dir) diff --git a/audio_amplifier/audio_amplifier.c b/audio_amplifier/audio_amplifier.c index 197cba2..7ebbd7f 100644 --- a/audio_amplifier/audio_amplifier.c +++ b/audio_amplifier/audio_amplifier.c @@ -1,18 +1,7 @@ /* - * Copyright (C) 2015 The CyanogenMod Project - * Copyright (C) 2020 The LineageOS Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-FileCopyrightText: 2015 The CyanogenMod Project + * SPDX-FileCopyrightText: 2020-2023 The LineageOS Project + * SPDX-License-Identifier: Apache-2.0 */ #define LOG_TAG "audio_amplifier" diff --git a/bengal.mk b/bengal.mk index 7b2c8b5..9ed0db5 100644 --- a/bengal.mk +++ b/bengal.mk @@ -1,6 +1,5 @@ # -# Copyright (C) 2022-2024 The LineageOS Project -# +# SPDX-FileCopyrightText: 2022-2024 The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # diff --git a/bootctrl/1.1/impl/Android.bp b/bootctrl/1.1/impl/Android.bp index 4c26db2..d8a5d8c 100644 --- a/bootctrl/1.1/impl/Android.bp +++ b/bootctrl/1.1/impl/Android.bp @@ -1,3 +1,8 @@ +// +// SPDX-FileCopyrightText: 2016-2024 The Linux Foundation +// SPDX-License-Identifier: BSD-3-Clause +// + cc_library_shared { name: "android.hardware.boot@1.1-impl-qti", stem: "android.hardware.boot@1.0-impl-1.1-qti", diff --git a/bootctrl/1.1/libboot_control_qti/Android.bp b/bootctrl/1.1/libboot_control_qti/Android.bp index d380b6e..66fd605 100644 --- a/bootctrl/1.1/libboot_control_qti/Android.bp +++ b/bootctrl/1.1/libboot_control_qti/Android.bp @@ -1,3 +1,8 @@ +// +// SPDX-FileCopyrightText: 2016-2024 The Linux Foundation +// SPDX-License-Identifier: BSD-3-Clause +// + cc_library { name: "libboot_control_qti", vendor: true, diff --git a/bootctrl/NOTICE b/bootctrl/NOTICE deleted file mode 100644 index 820d40c..0000000 --- a/bootctrl/NOTICE +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) 2016, The Linux Foundation. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of The Linux Foundation nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/bootctrl/oem-recovery/Android.bp b/bootctrl/oem-recovery/Android.bp index b03ee04..d53c700 100644 --- a/bootctrl/oem-recovery/Android.bp +++ b/bootctrl/oem-recovery/Android.bp @@ -1,19 +1,7 @@ // -// Copyright (C) 2018 The Android Open Source Project +// SPDX-FileCopyrightText: 2016-2024 The Linux Foundation +// SPDX-License-Identifier: BSD-3-Clause // -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - cc_library { name: "librecovery_updater.moto_bengal", diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml index cf0aea7..9fda386 100644 --- a/framework_compatibility_matrix.xml +++ b/framework_compatibility_matrix.xml @@ -1,3 +1,8 @@ + + com.fingerprints.extension diff --git a/libinit/Android.bp b/libinit/Android.bp index 173e0b5..de89611 100644 --- a/libinit/Android.bp +++ b/libinit/Android.bp @@ -1,6 +1,5 @@ // -// Copyright (C) 2022 The LineageOS Project -// +// SPDX-FileCopyrightText: 2022 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // diff --git a/libinit/init_sm6225.cpp b/libinit/init_sm6225.cpp index 4a2eca6..bed5bf4 100644 --- a/libinit/init_sm6225.cpp +++ b/libinit/init_sm6225.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2022 The LineageOS Project - * + * SPDX-FileCopyrightText: 2022 The LineageOS Project * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lights/Android.bp b/lights/Android.bp index 109e9bd..cbbbe51 100644 --- a/lights/Android.bp +++ b/lights/Android.bp @@ -1,6 +1,5 @@ // -// Copyright (C) 2023 The LineageOS Project -// +// SPDX-FileCopyrightText: 2023 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // diff --git a/lights/Lights.cpp b/lights/Lights.cpp index def8324..fb6f03a 100644 --- a/lights/Lights.cpp +++ b/lights/Lights.cpp @@ -1,7 +1,6 @@ /* - * Copyright (C) 2019 The Android Open Source Project - * Copyright (C) 2023 The LineageOS Project - * + * SPDX-FileCopyrightText: 2019 The Android Open Source Project + * SPDX-FileCopyrightText: 2023 The LineageOS Project * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lights/Lights.h b/lights/Lights.h index 7342e88..f626143 100644 --- a/lights/Lights.h +++ b/lights/Lights.h @@ -1,7 +1,6 @@ /* - * Copyright (C) 2020 The Android Open Source Project - * Copyright (C) 2023 The LineageOS Project - * + * SPDX-FileCopyrightText: 2020 The Android Open Source Project + * SPDX-FileCopyrightText: 2023 The LineageOS Project * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lights/main.cpp b/lights/main.cpp index 895c58b..4ffe004 100644 --- a/lights/main.cpp +++ b/lights/main.cpp @@ -1,6 +1,5 @@ /* - * Copyright (C) 2020 The Android Open Source Project - * + * SPDX-FileCopyrightText: 2020 The Android Open Source Project * SPDX-License-Identifier: Apache-2.0 */ diff --git a/manifest-qva.xml b/manifest-qva.xml index 6953959..2a43a46 100644 --- a/manifest-qva.xml +++ b/manifest-qva.xml @@ -1,29 +1,7 @@ - diff --git a/manifest.xml b/manifest.xml index 2bfa7d4..a716b3d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,29 +1,7 @@ - diff --git a/mot_aids.fs b/mot_aids.fs index ffb32ef..ced5220 100644 --- a/mot_aids.fs +++ b/mot_aids.fs @@ -1,17 +1,7 @@ # -# Copyright (C) 2017-2022 The LineageOS Project +# SPDX-FileCopyrightText: 2017-2022 The LineageOS Project +# SPDX-License-Identifier: Apache-2.0 # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. [AID_VENDOR_BRIDGE_RW] value: 5001