]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (6450): tda9887: add missing module license
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 27 Oct 2007 05:17:19 +0000 (02:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:01:15 +0000 (19:01 -0200)
This module was always GPL, and will remain GPL

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tda9887.c

index 4f5d76ff0b4458e27bacc335c59e09c4ac22aabe..080bd308073bc7a9336a8f1087eb5423bd04e022 100644 (file)
@@ -666,6 +666,8 @@ int tda9887_attach(struct tuner *t)
 }
 EXPORT_SYMBOL_GPL(tda9887_attach);
 
+MODULE_LICENSE("GPL");
+
 /*
  * Overrides for Emacs so that we follow Linus's tabbing style.
  * ---------------------------------------------------------------------------