From 5dc376b65b1f023ba03c8e42cce3907ec713f8b0 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Wed, 18 May 2022 08:41:12 -0700 Subject: [PATCH] lemonadep: Switch to SPDX license identifiers * Might as well be consistent. Change-Id: Ia95b2f164a98afc3aa05099a9e704ec110e6d7f7 --- Android.mk | 12 +----------- AndroidProducts.mk | 12 +----------- BoardConfig.mk | 12 +----------- device.mk | 12 +----------- lineage_lemonadep.mk | 12 +----------- .../packages/SystemUI/res/values/config.xml | 17 ++--------------- 6 files changed, 7 insertions(+), 70 deletions(-) diff --git a/Android.mk b/Android.mk index eee536b..308a66d 100644 --- a/Android.mk +++ b/Android.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2021-2022 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-License-Identifier: Apache-2.0 # # diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 59521bf..edb86ac 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,17 +1,7 @@ # # Copyright (C) 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-License-Identifier: Apache-2.0 # PRODUCT_MAKEFILES := \ diff --git a/BoardConfig.mk b/BoardConfig.mk index 9c776cc..6d6f096 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2021-2022 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-License-Identifier: Apache-2.0 # # Inherit from oneplus sm8350-common diff --git a/device.mk b/device.mk index 17c53ed..0b3d410 100644 --- a/device.mk +++ b/device.mk @@ -1,17 +1,7 @@ # # Copyright (C) 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-License-Identifier: Apache-2.0 # # diff --git a/lineage_lemonadep.mk b/lineage_lemonadep.mk index 4d20210..ff4aadf 100644 --- a/lineage_lemonadep.mk +++ b/lineage_lemonadep.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2021-2022 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-License-Identifier: Apache-2.0 # # Inherit from those products. Most specific first. diff --git a/overlay-lineage/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay-lineage/frameworks/base/packages/SystemUI/res/values/config.xml index 3d3fc9b..c3c1281 100644 --- a/overlay-lineage/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay-lineage/frameworks/base/packages/SystemUI/res/values/config.xml @@ -1,20 +1,7 @@