diff mbox series

[08/17] i2c: bcm2835: Switch to SPDX identifier

Message ID 1541864956-7489-1-git-send-email-stefan.wahren@i2se.com
State Accepted
Headers show
Series None | expand

Commit Message

Stefan Wahren Nov. 10, 2018, 3:49 p.m. UTC
Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/i2c/busses/i2c-bcm2835.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Comments

Eric Anholt Nov. 10, 2018, 4:54 p.m. UTC | #1
Stefan Wahren <stefan.wahren@i2se.com> writes:

> Adopt the SPDX license identifier headers to ease license compliance
> management.

Reviewed-by: Eric Anholt <eric@anholt.net>
Stefan Wahren Nov. 19, 2018, 9:36 a.m. UTC | #2
Hi Wolfram,

Am 10.11.2018 um 17:54 schrieb Eric Anholt:
> Stefan Wahren <stefan.wahren@i2se.com> writes:
>
>> Adopt the SPDX license identifier headers to ease license compliance
>> management.
> Reviewed-by: Eric Anholt <eric@anholt.net>

are you fine with it?
Wolfram Sang Nov. 27, 2018, 11:50 a.m. UTC | #3
On Sat, Nov 10, 2018 at 04:49:16PM +0100, Stefan Wahren wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/busses/i2c-bcm2835.c b/drivers/i2c/busses/i2c-bcm2835.c
index 44deae7..ec6e69a 100644
--- a/drivers/i2c/busses/i2c-bcm2835.c
+++ b/drivers/i2c/busses/i2c-bcm2835.c
@@ -1,14 +1,6 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * BCM2835 master mode driver
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * 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 <linux/clk.h>