2018-11-23 18:06:42

by Vladimir Zapolskiy

[permalink] [raw]
Subject: [PATCH] gpio: restore original GPLv2+ license of gpiolib-of.c sources

It's easy to verify that the change of drivers/gpio/gpiolib-of.c license
header to SPDX standard changes the license from GPLv2+ to GPLv2, and
this change corrects it.

Fixes: dae5f0afcfc3 ("gpio: Use SPDX header for core library")
Signed-off-by: Vladimir Zapolskiy <[email protected]>
---
drivers/gpio/gpiolib-of.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c
index 7f1260c78270..59cb87325179 100644
--- a/drivers/gpio/gpiolib-of.c
+++ b/drivers/gpio/gpiolib-of.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0+
/*
* OF helpers for the GPIO API
*
--
2.17.1



2018-11-25 23:06:27

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] gpio: restore original GPLv2+ license of gpiolib-of.c sources

On Thu, Nov 22, 2018 at 2:59 PM Vladimir Zapolskiy <[email protected]> wrote:

> It's easy to verify that the change of drivers/gpio/gpiolib-of.c license
> header to SPDX standard changes the license from GPLv2+ to GPLv2, and
> this change corrects it.
>
> Fixes: dae5f0afcfc3 ("gpio: Use SPDX header for core library")
> Signed-off-by: Vladimir Zapolskiy <[email protected]>

Whoops my mistake.

Patch applied!

Yours,
Linus Walleij