aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-12-16 11:54:23 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-02-03 13:19:24 -0500
commit75c24005eeec0613c319a577c613182ead017cff (patch)
tree838e3105e9956ccfbd8bbad4fde4c169ea69736c /drivers/media
parentcd559e0b13156a34e5ddf662f44cacd43b484583 (diff)
[media] rtl2832: claim copyright and module author
I have implemented tons of things for that driver, more than anyone else, so lets claim copyright and module authorship. Cc: Thomas Mair <thomas.mair86@gmail.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb-frontends/rtl2832.c2
-rw-r--r--drivers/media/dvb-frontends/rtl2832.h1
-rw-r--r--drivers/media/dvb-frontends/rtl2832_priv.h1
3 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.c b/drivers/media/dvb-frontends/rtl2832.c
index bc3a3589efe2..e5f7d7925c85 100644
--- a/drivers/media/dvb-frontends/rtl2832.c
+++ b/drivers/media/dvb-frontends/rtl2832.c
@@ -2,6 +2,7 @@
2 * Realtek RTL2832 DVB-T demodulator driver 2 * Realtek RTL2832 DVB-T demodulator driver
3 * 3 *
4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> 4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
5 * Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -1299,5 +1300,6 @@ static struct i2c_driver rtl2832_driver = {
1299module_i2c_driver(rtl2832_driver); 1300module_i2c_driver(rtl2832_driver);
1300 1301
1301MODULE_AUTHOR("Thomas Mair <mair.thomas86@gmail.com>"); 1302MODULE_AUTHOR("Thomas Mair <mair.thomas86@gmail.com>");
1303MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
1302MODULE_DESCRIPTION("Realtek RTL2832 DVB-T demodulator driver"); 1304MODULE_DESCRIPTION("Realtek RTL2832 DVB-T demodulator driver");
1303MODULE_LICENSE("GPL"); 1305MODULE_LICENSE("GPL");
diff --git a/drivers/media/dvb-frontends/rtl2832.h b/drivers/media/dvb-frontends/rtl2832.h
index 73e271733065..e5f67cf0a65b 100644
--- a/drivers/media/dvb-frontends/rtl2832.h
+++ b/drivers/media/dvb-frontends/rtl2832.h
@@ -2,6 +2,7 @@
2 * Realtek RTL2832 DVB-T demodulator driver 2 * Realtek RTL2832 DVB-T demodulator driver
3 * 3 *
4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> 4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
5 * Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
diff --git a/drivers/media/dvb-frontends/rtl2832_priv.h b/drivers/media/dvb-frontends/rtl2832_priv.h
index 9edab5d1aea1..e25d7487ec06 100644
--- a/drivers/media/dvb-frontends/rtl2832_priv.h
+++ b/drivers/media/dvb-frontends/rtl2832_priv.h
@@ -2,6 +2,7 @@
2 * Realtek RTL2832 DVB-T demodulator driver 2 * Realtek RTL2832 DVB-T demodulator driver
3 * 3 *
4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> 4 * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
5 * Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by