public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* missing license tag in intermodule.
@ 2006-02-01 23:02 Dave Jones
  2006-02-02  1:41 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2006-02-01 23:02 UTC (permalink / raw)
  To: Linux Kernel

It may suck something awful, but it shouldn't taint the kernel.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.15.noarch/kernel/intermodule.c~	2006-02-01 18:01:39.000000000 -0500
+++ linux-2.6.15.noarch/kernel/intermodule.c	2006-02-01 18:01:47.000000000 -0500
@@ -179,3 +179,6 @@ EXPORT_SYMBOL(inter_module_register);
 EXPORT_SYMBOL(inter_module_unregister);
 EXPORT_SYMBOL(inter_module_get_request);
 EXPORT_SYMBOL(inter_module_put);
+
+MODULE_LICENSE("GPL");
+

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

* Re: missing license tag in intermodule.
  2006-02-01 23:02 missing license tag in intermodule Dave Jones
@ 2006-02-02  1:41 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-02-02  1:41 UTC (permalink / raw)
  To: Dave Jones, Linux Kernel

On Wed, Feb 01, 2006 at 06:02:55PM -0500, Dave Jones wrote:

> It may suck something awful, but it shouldn't taint the kernel.
> 
> Signed-off-by: Dave Jones <davej@redhat.com>
> 
> --- linux-2.6.15.noarch/kernel/intermodule.c~	2006-02-01 18:01:39.000000000 -0500
> +++ linux-2.6.15.noarch/kernel/intermodule.c	2006-02-01 18:01:47.000000000 -0500
> @@ -179,3 +179,6 @@ EXPORT_SYMBOL(inter_module_register);
>  EXPORT_SYMBOL(inter_module_unregister);
>  EXPORT_SYMBOL(inter_module_get_request);
>  EXPORT_SYMBOL(inter_module_put);
> +
> +MODULE_LICENSE("GPL");
> +

Sorry, my fault.

Acked-by: Adrian Bunk <bunk@stusta.de

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

end of thread, other threads:[~2006-02-02  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-01 23:02 missing license tag in intermodule Dave Jones
2006-02-02  1:41 ` Adrian Bunk

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