linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Set MODULE_LICENSE in tsdev
@ 2004-01-17  5:19 Herbert Xu
  0 siblings, 0 replies; only message in thread
From: Herbert Xu @ 2004-01-17  5:19 UTC (permalink / raw)
  To: Andrew Morton, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

Hi:

This patch sets MODULE_LICENSE for drivers/input/tsdev.c.

Cheers,
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 664 bytes --]

Index: kernel-2.5/drivers/input/tsdev.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/input/tsdev.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 tsdev.c
--- kernel-2.5/drivers/input/tsdev.c	27 Sep 2003 00:01:56 -0000	1.1.1.6
+++ kernel-2.5/drivers/input/tsdev.c	17 Jan 2004 05:16:49 -0000
@@ -397,6 +397,7 @@
 
 MODULE_AUTHOR("James Simmons <jsimmons@transvirtual.com>");
 MODULE_DESCRIPTION("Input driver to touchscreen converter");
+MODULE_LICENSE("GPL");
 MODULE_PARM(xres, "i");
 MODULE_PARM_DESC(xres, "Horizontal screen resolution");
 MODULE_PARM(yres, "i");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-17  5:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-17  5:19 [PATCH] Set MODULE_LICENSE in tsdev Herbert Xu

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).