OSDN Git Service

pwm: bcm2835: Switch to SPDX identifier
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 10 Nov 2018 16:22:58 +0000 (17:22 +0100)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 24 Dec 2018 11:06:55 +0000 (12:06 +0100)
Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Bart Tanghe <bart.tanghe@thomasmore.be>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-bcm2835.c

index db001cb..5652f46 100644 (file)
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright 2014 Bart Tanghe <bart.tanghe@thomasmore.be>
- *
- * 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; version 2.
  */
 
 #include <linux/clk.h>