All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Pass correct license string to MODULE_LICENSE
@ 2016-02-01 23:51 William Breathitt Gray
  2016-02-01 23:51 ` [PATCH 1/4] gpio: 104-dio-48e: " William Breathitt Gray
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: William Breathitt Gray @ 2016-02-01 23:51 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel

Several of the GPIO drivers have a copyright boilerplate lacking the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

William Breathitt Gray (4):
  gpio: 104-dio-48e: Pass correct license string to MODULE_LICENSE
  gpio: 104-idi-48: Pass the correct license string to MODULE_LICENSE
  gpio: 104-idio-16: Pass the correct license string to MODULE_LICENSE
  gpio: ws16c48: Pass the correct license string to MODULE_LICENSE

 drivers/gpio/gpio-104-dio-48e.c | 2 +-
 drivers/gpio/gpio-104-idi-48.c  | 2 +-
 drivers/gpio/gpio-104-idio-16.c | 2 +-
 drivers/gpio/gpio-ws16c48.c     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.4.10

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

* [PATCH 1/4] gpio: 104-dio-48e: Pass correct license string to MODULE_LICENSE
  2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
@ 2016-02-01 23:51 ` William Breathitt Gray
  2016-02-01 23:51 ` [PATCH 2/4] gpio: 104-idi-48: Pass the " William Breathitt Gray
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: William Breathitt Gray @ 2016-02-01 23:51 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel

The ACCES 104-DIO-48E GPIO driver copyright boilerplate lacks the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/gpio/gpio-104-dio-48e.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-104-dio-48e.c b/drivers/gpio/gpio-104-dio-48e.c
index 279de39..1134a08 100644
--- a/drivers/gpio/gpio-104-dio-48e.c
+++ b/drivers/gpio/gpio-104-dio-48e.c
@@ -436,4 +436,4 @@ module_exit(dio48e_exit);
 
 MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
 MODULE_DESCRIPTION("ACCES 104-DIO-48E GPIO driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.4.10

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

* [PATCH 2/4] gpio: 104-idi-48: Pass the correct license string to MODULE_LICENSE
  2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
  2016-02-01 23:51 ` [PATCH 1/4] gpio: 104-dio-48e: " William Breathitt Gray
@ 2016-02-01 23:51 ` William Breathitt Gray
  2016-02-01 23:53 ` [PATCH 3/4] gpio: 104-idio-16: " William Breathitt Gray
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: William Breathitt Gray @ 2016-02-01 23:51 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel

The ACCES 104-IDI-48 GPIO driver copyright boilerplate lacks the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/gpio/gpio-104-idi-48.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-104-idi-48.c b/drivers/gpio/gpio-104-idi-48.c
index 285a075..49b1188 100644
--- a/drivers/gpio/gpio-104-idi-48.c
+++ b/drivers/gpio/gpio-104-idi-48.c
@@ -341,4 +341,4 @@ module_exit(idi_48_exit);
 
 MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
 MODULE_DESCRIPTION("ACCES 104-IDI-48 GPIO driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.4.10

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

* [PATCH 3/4] gpio: 104-idio-16: Pass the correct license string to MODULE_LICENSE
  2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
  2016-02-01 23:51 ` [PATCH 1/4] gpio: 104-dio-48e: " William Breathitt Gray
  2016-02-01 23:51 ` [PATCH 2/4] gpio: 104-idi-48: Pass the " William Breathitt Gray
@ 2016-02-01 23:53 ` William Breathitt Gray
  2016-02-01 23:53 ` [PATCH 4/4] gpio: ws16c48: " William Breathitt Gray
  2016-02-13 22:41 ` [PATCH 0/4] Pass " Linus Walleij
  4 siblings, 0 replies; 6+ messages in thread
From: William Breathitt Gray @ 2016-02-01 23:53 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel

The ACCES 104-IDIO-16 GPIO driver copyright boilerplate lacks the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/gpio/gpio-104-idio-16.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-104-idio-16.c b/drivers/gpio/gpio-104-idio-16.c
index 4d69b50..d0f7976 100644
--- a/drivers/gpio/gpio-104-idio-16.c
+++ b/drivers/gpio/gpio-104-idio-16.c
@@ -317,4 +317,4 @@ module_exit(idio_16_exit);
 
 MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
 MODULE_DESCRIPTION("ACCES 104-IDIO-16 GPIO driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.4.10

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

* [PATCH 4/4] gpio: ws16c48: Pass the correct license string to MODULE_LICENSE
  2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
                   ` (2 preceding siblings ...)
  2016-02-01 23:53 ` [PATCH 3/4] gpio: 104-idio-16: " William Breathitt Gray
@ 2016-02-01 23:53 ` William Breathitt Gray
  2016-02-13 22:41 ` [PATCH 0/4] Pass " Linus Walleij
  4 siblings, 0 replies; 6+ messages in thread
From: William Breathitt Gray @ 2016-02-01 23:53 UTC (permalink / raw)
  To: linus.walleij, gnurou; +Cc: linux-gpio, linux-kernel

The WinSystems WS16C48 GPIO driver copyright boilerplate lacks the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 drivers/gpio/gpio-ws16c48.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-ws16c48.c b/drivers/gpio/gpio-ws16c48.c
index 9dd9479..d5279a0 100644
--- a/drivers/gpio/gpio-ws16c48.c
+++ b/drivers/gpio/gpio-ws16c48.c
@@ -433,4 +433,4 @@ module_exit(ws16c48_exit);
 
 MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
 MODULE_DESCRIPTION("WinSystems WS16C48 GPIO driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.4.10

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

* Re: [PATCH 0/4] Pass correct license string to MODULE_LICENSE
  2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
                   ` (3 preceding siblings ...)
  2016-02-01 23:53 ` [PATCH 4/4] gpio: ws16c48: " William Breathitt Gray
@ 2016-02-13 22:41 ` Linus Walleij
  4 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2016-02-13 22:41 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: Alexandre Courbot, linux-gpio, linux-kernel

On Tue, Feb 2, 2016 at 12:51 AM, William Breathitt Gray
<vilhelm.gray@gmail.com> wrote:

> Several of the GPIO drivers have a copyright boilerplate lacking the "or
> later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
> string should reflect the actual copyright license terms used.
>
> William Breathitt Gray (4):
>   gpio: 104-dio-48e: Pass correct license string to MODULE_LICENSE
>   gpio: 104-idi-48: Pass the correct license string to MODULE_LICENSE
>   gpio: 104-idio-16: Pass the correct license string to MODULE_LICENSE
>   gpio: ws16c48: Pass the correct license string to MODULE_LICENSE

I squashed these four and applied. One "functional" change so just one commit.

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-02-13 22:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01 23:51 [PATCH 0/4] Pass correct license string to MODULE_LICENSE William Breathitt Gray
2016-02-01 23:51 ` [PATCH 1/4] gpio: 104-dio-48e: " William Breathitt Gray
2016-02-01 23:51 ` [PATCH 2/4] gpio: 104-idi-48: Pass the " William Breathitt Gray
2016-02-01 23:53 ` [PATCH 3/4] gpio: 104-idio-16: " William Breathitt Gray
2016-02-01 23:53 ` [PATCH 4/4] gpio: ws16c48: " William Breathitt Gray
2016-02-13 22:41 ` [PATCH 0/4] Pass " 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.