2008-06-09 22:23:25

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] drivers/video/c2p.c: add MODULE_LICENSE

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

Reported-by: Adrian Bunk <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>

---

drivers/video/c2p.c | 2 ++
1 file changed, 2 insertions(+)

a616321aca11206e2013d9199400595e6b5f2054 diff --git a/drivers/video/c2p.c b/drivers/video/c2p.c
index 5c30bbd..03ceb1a 100644
--- a/drivers/video/c2p.c
+++ b/drivers/video/c2p.c
@@ -12,6 +12,7 @@
* for more details.
*/

+#include <linux/module.h>
#include <linux/string.h>
#include "c2p.h"

@@ -227,3 +228,4 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
}
}

+MODULE_LICENSE("GPL");


2008-06-15 12:00:38

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [2.6 patch] drivers/video/c2p.c: add MODULE_LICENSE

On Tue, 10 Jun 2008, Adrian Bunk wrote:
> This patch adds the missing MODULE_LICENSE("GPL").
>
> Reported-by: Adrian Bunk <[email protected]>
> Signed-off-by: Adrian Bunk <[email protected]>

Queued for 2.6.27:
drivers/video/c2p.c: add MODULE_LICENSE
export amiga_vblank
export c2p
m68k/amiga/: possible cleanups
m68k/atari/debug.c: possible cleanups
m68k/mac/: possible cleanups
m68k/q40/config.c: make functions static
m68k/sun3/: possible cleanups

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds