Commit 75c24005 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent cd559e0b
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Realtek RTL2832 DVB-T demodulator driver * Realtek RTL2832 DVB-T demodulator driver
* *
* Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
* Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -1299,5 +1300,6 @@ static struct i2c_driver rtl2832_driver = { ...@@ -1299,5 +1300,6 @@ static struct i2c_driver rtl2832_driver = {
module_i2c_driver(rtl2832_driver); module_i2c_driver(rtl2832_driver);
MODULE_AUTHOR("Thomas Mair <mair.thomas86@gmail.com>"); MODULE_AUTHOR("Thomas Mair <mair.thomas86@gmail.com>");
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("Realtek RTL2832 DVB-T demodulator driver"); MODULE_DESCRIPTION("Realtek RTL2832 DVB-T demodulator driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Realtek RTL2832 DVB-T demodulator driver * Realtek RTL2832 DVB-T demodulator driver
* *
* Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
* Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Realtek RTL2832 DVB-T demodulator driver * Realtek RTL2832 DVB-T demodulator driver
* *
* Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com> * Copyright (C) 2012 Thomas Mair <thomas.mair86@gmail.com>
* Copyright (C) 2012-2014 Antti Palosaari <crope@iki.fi>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment