lkml.org 
[lkml]   [2004]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    SubjectRe: [PATCH 5/7] missing module licenses
    Date
    ===================================================================


    ChangeSet@1.1575, 2004-01-03 02:47:21-05:00, dtor_core@ameritech.net
    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@keshi.org>");
    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@doc.ic.ac.uk>");
    +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@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2005-03-22 13:59    [W:5.063 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site