diff options
| author | Alexander Koskovich <akoskovich@pm.me> | 2022-05-18 08:41:12 -0700 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2022-08-19 18:11:29 +0200 |
| commit | 5225fb3ec31a5334e40f18a33562f83ae49fcdf4 (patch) | |
| tree | 1121d655d6715955bae92fe59fb1326b6895ec82 | |
| parent | 3cc439a3fe466018acd9982c3ad4f008da918807 (diff) | |
kebab: Switch to SPDX license identifiers
* Might as well be consistent.
Change-Id: Ia95b2f164a98afc3aa05099a9e704ec110e6d7f7
| -rw-r--r-- | Android.mk | 12 | ||||
| -rw-r--r-- | AndroidProducts.mk | 12 | ||||
| -rw-r--r-- | BoardConfig.mk | 12 | ||||
| -rw-r--r-- | device.mk | 12 | ||||
| -rw-r--r-- | lineage_kebab.mk | 12 | ||||
| -rw-r--r-- | overlay-lineage/frameworks/base/packages/SystemUI/res/values/config.xml | 17 |
6 files changed, 7 insertions, 70 deletions
@@ -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 @@ -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 @@ <?xml version="1.0" encoding="utf-8"?> <!-- -/* -** Copyright 2009, The Android Open Source 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. -*/ + Copyright (C) 2021 The LineageOS Project + SPDX-License-Identifier: Apache-2.0 --> <!-- These resources are around just to allow their values to be customized |
