* [2.6.25 patch] ide-pnp.c: add MODULE_LICENSE
@ 2008-03-31 9:07 Adrian Bunk
2008-04-02 18:53 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-03-31 9:07 UTC (permalink / raw)
To: bzolnier; +Cc: linux-ide, linux-kernel, Sam Ravnborg
Now that it's in an own module it needs a MODULE_LICENSE.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
02ad186399ae21a561044df043732ffddc40f9b2 diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c
index b163b2e..c14bb53 100644
--- a/drivers/ide/ide-pnp.c
+++ b/drivers/ide/ide-pnp.c
@@ -86,3 +86,5 @@ static void __exit pnpide_exit(void)
module_init(pnpide_init);
module_exit(pnpide_exit);
+
+MODULE_LICENSE("GPL");
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6.25 patch] ide-pnp.c: add MODULE_LICENSE
2008-03-31 9:07 [2.6.25 patch] ide-pnp.c: add MODULE_LICENSE Adrian Bunk
@ 2008-04-02 18:53 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-04-02 18:53 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-ide, linux-kernel, Sam Ravnborg
On Monday 31 March 2008, Adrian Bunk wrote:
> Now that it's in an own module it needs a MODULE_LICENSE.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
applied all twelve "MODULE_LICENSE" patches
Thanks,
Bart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-02 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 9:07 [2.6.25 patch] ide-pnp.c: add MODULE_LICENSE Adrian Bunk
2008-04-02 18:53 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).