Adopt the SPDX license identifier headers to ease license compliance
management.
Cc: Bart Tanghe <[email protected]>
Signed-off-by: Stefan Wahren <[email protected]>
---
drivers/pwm/pwm-bcm2835.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/pwm/pwm-bcm2835.c b/drivers/pwm/pwm-bcm2835.c
index db001cb..5652f46 100644
--- a/drivers/pwm/pwm-bcm2835.c
+++ b/drivers/pwm/pwm-bcm2835.c
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright 2014 Bart Tanghe <[email protected]>
- *
- * 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>
--
2.7.4
Stefan Wahren <[email protected]> writes:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
Reviewed-by: Eric Anholt <[email protected]>
Hi Thierry,
Am 10.11.2018 um 17:22 schrieb Stefan Wahren:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
>
> Cc: Bart Tanghe <[email protected]>
> Signed-off-by: Stefan Wahren <[email protected]>
are you fine with this patch?
Regards
Stefan