diff mbox series

gpio: restore original GPLv2+ license of gpiolib-of.c sources

Message ID 20181122135901.31849-1-vz@mleia.com
State New
Headers show
Series gpio: restore original GPLv2+ license of gpiolib-of.c sources | expand

Commit Message

Vladimir Zapolskiy Nov. 22, 2018, 1:59 p.m. UTC
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 <vz@mleia.com>
---
 drivers/gpio/gpiolib-of.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Nov. 25, 2018, 11:04 p.m. UTC | #1
On Thu, Nov 22, 2018 at 2:59 PM Vladimir Zapolskiy <vz@mleia.com> 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 <vz@mleia.com>

Whoops my mistake.

Patch applied!

Yours,
Linus Walleij
diff mbox series

Patch

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
  *