public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE
@ 2008-04-14 19:56 Adrian Bunk
  2008-04-14 21:31 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-04-14 19:56 UTC (permalink / raw)
  To: linux-serial; +Cc: linux-kernel

This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
c0d845566182db3fc650dcfa35700f84e82bbae7 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c
index 4eb7437..0416ad3 100644
--- a/drivers/serial/8250_gsc.c
+++ b/drivers/serial/8250_gsc.c
@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
 }
 
 module_init(probe_serial_gsc);
+
+MODULE_LICENSE("GPL");


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

* Re: [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE
  2008-04-14 19:56 [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE Adrian Bunk
@ 2008-04-14 21:31 ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2008-04-14 21:31 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-serial, linux-kernel

On Mon, 14 Apr 2008 22:56:08 +0300
Adrian Bunk <bunk@kernel.org> wrote:

> This patch adds the missing MODULE_LICENSE("GPL").
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
> ---
> c0d845566182db3fc650dcfa35700f84e82bbae7 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c
> index 4eb7437..0416ad3 100644
> --- a/drivers/serial/8250_gsc.c
> +++ b/drivers/serial/8250_gsc.c
> @@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
>  }
>  
>  module_init(probe_serial_gsc);
> +
> +MODULE_LICENSE("GPL");

Acked-by: Alan Cox <alan@redhat.com>

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

* [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE
@ 2008-04-23  9:50 Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-04-23  9:50 UTC (permalink / raw)
  To: linux-serial; +Cc: linux-kernel, Alan Cox

This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>

---

This patch has been sent on:
- 14 Apr 2008

c0d845566182db3fc650dcfa35700f84e82bbae7 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c
index 4eb7437..0416ad3 100644
--- a/drivers/serial/8250_gsc.c
+++ b/drivers/serial/8250_gsc.c
@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
 }
 
 module_init(probe_serial_gsc);
+
+MODULE_LICENSE("GPL");


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

* [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE
@ 2008-05-05 18:29 Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:29 UTC (permalink / raw)
  To: linux-serial; +Cc: linux-kernel, Alan Cox, Andrew Morton

This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>

---

This patch has been sent on:
- 23 Apr 2008
- 14 Apr 2008

c0d845566182db3fc650dcfa35700f84e82bbae7 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c
index 4eb7437..0416ad3 100644
--- a/drivers/serial/8250_gsc.c
+++ b/drivers/serial/8250_gsc.c
@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
 }
 
 module_init(probe_serial_gsc);
+
+MODULE_LICENSE("GPL");


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

end of thread, other threads:[~2008-05-05 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 19:56 [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE Adrian Bunk
2008-04-14 21:31 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2008-04-23  9:50 Adrian Bunk
2008-05-05 18:29 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox