All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: mockup: use the SPDX identifier and remove license boilerplate
@ 2018-04-26 20:12 Bartosz Golaszewski
  2018-05-02 11:55 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-04-26 20:12 UTC (permalink / raw)
  To: Bamvor Jian Zhang, Linus Walleij
  Cc: linux-gpio, linux-kernel, Bartosz Golaszewski

Use the SPDX license identifier for GPLv2.0 or later and remove the
license boilerplate.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 drivers/gpio/gpio-mockup.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c
index 76c2fe91a901..d66b7a768ecd 100644
--- a/drivers/gpio/gpio-mockup.c
+++ b/drivers/gpio/gpio-mockup.c
@@ -1,15 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * GPIO Testing Device Driver
  *
  * Copyright (C) 2014  Kamlakant Patel <kamlakant.patel@broadcom.com>
  * Copyright (C) 2015-2016  Bamvor Jian Zhang <bamv2005@gmail.com>
  * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
- *
- * 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;  either version 2 of the  License, or (at your
- * option) any later version.
- *
  */
 
 #include <linux/init.h>
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: mockup: use the SPDX identifier and remove license boilerplate
  2018-04-26 20:12 [PATCH] gpio: mockup: use the SPDX identifier and remove license boilerplate Bartosz Golaszewski
@ 2018-05-02 11:55 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-05-02 11:55 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Bamvor Jian Zhang, open list:GPIO SUBSYSTEM, linux-kernel

On Thu, Apr 26, 2018 at 10:12 PM, Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> Use the SPDX license identifier for GPLv2.0 or later and remove the
> license boilerplate.
>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-02 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 20:12 [PATCH] gpio: mockup: use the SPDX identifier and remove license boilerplate Bartosz Golaszewski
2018-05-02 11:55 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.