From patchwork Sat Nov 10 16:50:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Wahren X-Patchwork-Id: 10677341 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 913B915A6 for ; Sat, 10 Nov 2018 16:50:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7867B2C94B for ; Sat, 10 Nov 2018 16:50:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6B14A2CA80; Sat, 10 Nov 2018 16:50:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C4A72CA76 for ; Sat, 10 Nov 2018 16:50:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726292AbeKKCga (ORCPT ); Sat, 10 Nov 2018 21:36:30 -0500 Received: from mout.kundenserver.de ([217.72.192.75]:33541 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726188AbeKKCg3 (ORCPT ); Sat, 10 Nov 2018 21:36:29 -0500 Received: from localhost.localdomain ([37.4.249.153]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPSA (Nemesis) id 1McHM2-1fnYA31F9g-00chIh; Sat, 10 Nov 2018 17:50:27 +0100 From: Stefan Wahren To: Eric Anholt , Mark Brown Cc: linux-rpi-kernel@lists.infradead.org, linux-spi@vger.kernel.org, Stefan Wahren , Chris Boot , Martin Sperl Subject: [PATCH 15/17] spi: bcm2835: Switch to SPDX identifier Date: Sat, 10 Nov 2018 17:50:12 +0100 Message-Id: <1541868612-8268-1-git-send-email-stefan.wahren@i2se.com> X-Mailer: git-send-email 2.7.4 X-Provags-ID: V03:K1:sR5rr8FMNXWhQUOtshfXV3Ms7NrjwXlVPyVN9xguSr/agG2tzQk LKlIHjnnH5gbVcqMCi6HyuYNDsKCEes7ZAhk9g6Ym7NaZNksmYr+aYu/NSCxPvJEaaD80fh Fo9++kJQKePAGao5bzM09qB2s+vrAfM2olbSaQJ/nnkYsOUbAiQmWL3EhYeNqENzNraWa+a DvpeTo2el4Yey5cpS7Z9A== X-UI-Out-Filterresults: notjunk:1;V01:K0:6y4oIvuGQR4=:GppLSbx66eFUiyEzwdrBUF NmPfU8uu+CZJGPBjgS8CE2DDiA70W2P5mVmU0dwZXSF3NyudOTKVaHE3nuB2VxUzFUxB+VJDP Liynw4YcBIUc+aC2oTLqnVHV8q7PyuPIyINzZ8KeEnfHMB+F27Chbnarlw1XiQRl1eQzI4Vpr ipEHjvHxGbvVEcBWhzSW62iVAirkPUT4l297rRq2dDsVdDOC7nB7hSXtrsmhzcUZZjgJFlExz 4oya7AOKOfvasU2kqAYNKkkstv7YLgfQUxvIVvx4S8kwgaQ9HWKR+Er/O2ne7TpWDF130f/qt mExq8aTjrPn4BbO7BJ5H3qiNcv1QXZfJeLCDnUlb+2OJPbay8M6FFeHgja8DNOQF0j/rD95/j WzSCh1kjbvG3MME8A0/Fo8rXxUJvgTEEgQM5e+Eulxed4+29VBvLDhfUQmukx4nRHwnIDh2k8 Cg6u5EnCvwwe81yBWCLqZHenBgwsfMpmuirGwt63wudDREeUQ244+dKjreW0wfR3LkIfG+VUg S3ael57RcHg8tC3CbADbt6jpg2sIbZ/DMPMEqBPAjvLcaWmyCEWohMWeZt7RHdZxdNXq7O4JE UtyvWYAumBT9G1PIjeRe8z0GmUbBk2i7+3etQxDGpM3HgtUBboSnTRJ9oXmZusKwLw3OaYcqq Sxte3val95uPsPeZTJfxeZkCZMsPru5NKw0SM+qR6U3SiPqjiZcyfBsle5H8UX2KgGrtcz6AG JzQHRQrOXsmkphHGsM7oivW+fpNCZAlwgeoaHyq8RJZm4pSOc0KWhrrLo1nDuRwdwPiF2qJTs dy86ucGKwtf1SER/Ek4f7rYgNVZMA== Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Adopt the SPDX license identifier headers to ease license compliance management. Cc: Chris Boot Cc: Martin Sperl Signed-off-by: Stefan Wahren Reviewed-by: Eric Anholt --- drivers/spi/spi-bcm2835.c | 11 +---------- drivers/spi/spi-bcm2835aux.c | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c index b0b87ff..a418683 100644 --- a/drivers/spi/spi-bcm2835.c +++ b/drivers/spi/spi-bcm2835.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Driver for Broadcom BCM2835 SPI Controllers * @@ -8,16 +9,6 @@ * This driver is inspired by: * spi-ath79.c, Copyright (C) 2009-2011 Gabor Juhos * spi-atmel.c, Copyright (C) 2006 Atmel Corporation - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include diff --git a/drivers/spi/spi-bcm2835aux.c b/drivers/spi/spi-bcm2835aux.c index 671e374..71bf3a5 100644 --- a/drivers/spi/spi-bcm2835aux.c +++ b/drivers/spi/spi-bcm2835aux.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Driver for Broadcom BCM2835 auxiliary SPI Controllers * @@ -7,16 +8,6 @@ * Based on: spi-bcm2835.c * * Copyright (C) 2015 Martin Sperl - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include