2018-11-10 16:24:04

by Stefan Wahren

[permalink] [raw]
Subject: [PATCH 13/17] pwm: bcm2835: Switch to SPDX identifier

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



2018-11-10 16:57:30

by Eric Anholt

[permalink] [raw]
Subject: Re: [PATCH 13/17] pwm: bcm2835: Switch to SPDX identifier

Stefan Wahren <[email protected]> writes:

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

Reviewed-by: Eric Anholt <[email protected]>


Attachments:
signature.asc (847.00 B)

2018-11-19 09:36:23

by Stefan Wahren

[permalink] [raw]
Subject: Re: [PATCH 13/17] pwm: bcm2835: Switch to SPDX identifier

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