aosp-merger: Switch to SPDX copyright header

* Less clutter

Change-Id: Ib8496ec5d02521ce76a886fb0b48133d57a6f707
This commit is contained in:
Michael Bestas
2022-01-10 04:41:30 +02:00
committed by Chirayu Desai
parent 68d049c830
commit d10751ac91
5 changed files with 12 additions and 60 deletions

View File

@@ -1,18 +1,9 @@
#!/bin/bash
#
# Copyright (C) 2017 The LineageOS Project
# SPDX-FileCopyrightText: 2017, 2020-2021 The LineageOS Project
# SPDX-FileCopyrightText: 2021 The Calyx Institute
#
# 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
#
usage() {

View File

@@ -1,19 +1,10 @@
#!/bin/bash
#
# Copyright (C) 2017 The LineageOS Project
# SPDX-FileCopyrightText: 2017 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
#
#####
# Rebase your local working branches onto a new "upstream" branch.
# Local branch list is defined in branches.list

View File

@@ -1,18 +1,8 @@
#!/bin/bash
#
# Copyright (C) 2017 The LineageOS Project
# SPDX-FileCopyrightText: 2017 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
#
if [ ! -e "build/envsetup.sh" ]; then

View File

@@ -1,18 +1,8 @@
#!/bin/bash
#
# Copyright (C) 2017 The LineageOS Project
# SPDX-FileCopyrightText: 2017 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
#
if [ ! -e "build/envsetup.sh" ]; then

View File

@@ -1,19 +1,9 @@
#!/bin/bash
#
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017, 2020-2021 The LineageOS Project
# Copyright (C) 2021-2022 The Calyx Institute
#
# 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
#
usage() {