From 916837c22ca8050417a6dd4503b991a8a74aafdd Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 19 Jan 2017 08:02:14 +0200 Subject: [PATCH] Bluetooth: SPI: Replace Apache boilerplate with SPDX tag There was a recent change to the license boilerplate of the entire source tree, however as this spi.c was just recently added it missed the change. Change-Id: Icc95084a4b051266beaf1796c31d9aec9da538d0 Signed-off-by: Johan Hedberg --- drivers/bluetooth/hci/spi.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/bluetooth/hci/spi.c b/drivers/bluetooth/hci/spi.c index 46f313db04f..102c4001ec3 100644 --- a/drivers/bluetooth/hci/spi.c +++ b/drivers/bluetooth/hci/spi.c @@ -3,17 +3,7 @@ /* * Copyright (c) 2017 Linaro Ltd. * - * 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 */ #include