Re: [PATCH 5/7] missing module licenses

From: Dmitry Torokhov
Date: Sat Jan 03 2004 - 04:14:23 EST


===================================================================


ChangeSet@xxxxxx, 2004-01-03 02:47:21-05:00, dtor_core@xxxxxxxxxxxxx
Input: Add missing MODULE_LICENSEs


maple_keyb.c | 1 +
newtonkbd.c | 2 ++
2 files changed, 3 insertions(+)


===================================================================



diff -Nru a/drivers/input/keyboard/maple_keyb.c b/drivers/input/keyboard/maple_keyb.c
--- a/drivers/input/keyboard/maple_keyb.c Sat Jan 3 03:09:34 2004
+++ b/drivers/input/keyboard/maple_keyb.c Sat Jan 3 03:09:34 2004
@@ -14,6 +14,7 @@

MODULE_AUTHOR("YAEGASHI Takeshi <t@xxxxxxxxx>");
MODULE_DESCRIPTION("SEGA Dreamcast keyboard driver");
+MODULE_LICENSE("GPL");

static unsigned char dc_kbd_keycode[256] = {
0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,
diff -Nru a/drivers/input/keyboard/newtonkbd.c b/drivers/input/keyboard/newtonkbd.c
--- a/drivers/input/keyboard/newtonkbd.c Sat Jan 3 03:09:34 2004
+++ b/drivers/input/keyboard/newtonkbd.c Sat Jan 3 03:09:34 2004
@@ -33,6 +33,8 @@
#include <linux/serio.h>

MODULE_AUTHOR("Justin Cormack <j.cormack@xxxxxxxxxxxx>");
+MODULE_DESCRIPTION("Newton keyboard driver");
+MODULE_LICENSE("GPL");

#define NKBD_KEY 0x7f
#define NKBD_PRESS 0x80
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/