dre: Switch to SPDX license identifiers
* Might as well be consistent. Change-Id: Ib95789a0286785ba3b0b6df265291e87a13d2ef8
This commit is contained in:
parent
0988c92cb4
commit
7d1a1c52a7
9 changed files with 10 additions and 107 deletions
12
Android.mk
12
Android.mk
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2022 The LineageOS Project
|
# Copyright (C) 2021-2022 The LineageOS Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2022 The LineageOS Project
|
# Copyright (C) 2021-2022 The LineageOS Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
BUILD_BROKEN_DUP_RULES := true
|
BUILD_BROKEN_DUP_RULES := true
|
||||||
|
|
|
@ -1,17 +1,6 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2018 The Android Open Source Project
|
// Copyright (C) 2018-2022 The Android Open Source 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.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
|
|
12
device.mk
12
device.mk
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2022 The LineageOS Project
|
# Copyright (C) 2021-2022 The LineageOS Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||||
|
|
|
@ -1,19 +1,7 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2018 The Android Open Source Project
|
// Copyright (C) 2018 The Android Open Source 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.
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libgptutils.oneplus_holi",
|
name: "libgptutils.oneplus_holi",
|
||||||
|
|
|
@ -1,18 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2021-2022 The LineageOS Project
|
Copyright (C) 2021-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.
|
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Sensor types -->
|
<!-- Sensor types -->
|
||||||
|
|
|
@ -2,18 +2,7 @@
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2015-2016 The CyanogenMod Project
|
Copyright (C) 2015-2016 The CyanogenMod Project
|
||||||
2017-2021 The LineageOS Project
|
2017-2021 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.
|
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Default value for proximity check on screen wake
|
<!-- Default value for proximity check on screen wake
|
||||||
|
|
|
@ -2,18 +2,7 @@
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2014-2015 The CyanogenMod Project
|
Copyright (C) 2014-2015 The CyanogenMod Project
|
||||||
2019-2021 The LineageOS Project
|
2019-2021 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.
|
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
|
<!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT -->
|
||||||
|
|
|
@ -1,18 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2016 The CyanogenMod Project
|
Copyright (C) 2016 The CyanogenMod 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.
|
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<bool name="call_recording_enabled">true</bool>
|
<bool name="call_recording_enabled">true</bool>
|
||||||
|
|
Loading…
Reference in a new issue