From 5225fb3ec31a5334e40f18a33562f83ae49fcdf4 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Wed, 18 May 2022 08:41:12 -0700 Subject: [PATCH] kebab: 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_kebab.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 8df1f4e..e8e9492 100644 --- a/Android.mk +++ b/Android.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2018 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 27b3fdb..dfe6cd6 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2018-2019 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 a7d3191..b72b721 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2018 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 sm8250-common diff --git a/device.mk b/device.mk index 6ddc1d8..a3fa5b0 100644 --- a/device.mk +++ b/device.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2018 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_kebab.mk b/lineage_kebab.mk index 34afaa5..48fa665 100644 --- a/lineage_kebab.mk +++ b/lineage_kebab.mk @@ -1,17 +1,7 @@ # # Copyright (C) 2018 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 @@