diff options
102 files changed, 190 insertions, 183 deletions
@@ -630,6 +630,13 @@ N: Michael Elizabeth Chastain | |||
630 | E: mec@shout.net | 630 | E: mec@shout.net |
631 | D: Configure, Menuconfig, xconfig | 631 | D: Configure, Menuconfig, xconfig |
632 | 632 | ||
633 | N: Mauro Carvalho Chehab | ||
634 | E: m.chehab@samsung.org | ||
635 | E: mchehab@infradead.org | ||
636 | D: Media subsystem (V4L/DVB) drivers and core | ||
637 | D: EDAC drivers and EDAC 3.0 core rework | ||
638 | S: Brazil | ||
639 | |||
633 | N: Raymond Chen | 640 | N: Raymond Chen |
634 | E: raymondc@microsoft.com | 641 | E: raymondc@microsoft.com |
635 | D: Author of Configure script | 642 | D: Author of Configure script |
diff --git a/Documentation/edac.txt b/Documentation/edac.txt index 56c7e936430f..cb4c2cefd45a 100644 --- a/Documentation/edac.txt +++ b/Documentation/edac.txt | |||
@@ -6,7 +6,7 @@ Written by Doug Thompson <dougthompson@xmission.com> | |||
6 | 7 Dec 2005 | 6 | 7 Dec 2005 |
7 | 17 Jul 2007 Updated | 7 | 17 Jul 2007 Updated |
8 | 8 | ||
9 | (c) Mauro Carvalho Chehab <mchehab@redhat.com> | 9 | (c) Mauro Carvalho Chehab |
10 | 05 Aug 2009 Nehalem interface | 10 | 05 Aug 2009 Nehalem interface |
11 | 11 | ||
12 | EDAC is maintained and written by: | 12 | EDAC is maintained and written by: |
diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c index 51c0362acf5c..3c0d67381a34 100644 --- a/drivers/edac/edac_mc_sysfs.c +++ b/drivers/edac/edac_mc_sysfs.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * Written Doug Thompson <norsk5@xmission.com> www.softwarebitmaker.com | 8 | * Written Doug Thompson <norsk5@xmission.com> www.softwarebitmaker.com |
9 | * | 9 | * |
10 | * (c) 2012-2013 - Mauro Carvalho Chehab <mchehab@redhat.com> | 10 | * (c) 2012-2013 - Mauro Carvalho Chehab |
11 | * The entire API were re-written, and ported to use struct device | 11 | * The entire API were re-written, and ported to use struct device |
12 | * | 12 | * |
13 | */ | 13 | */ |
diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c index d5a98a45c062..8399b4e16fe0 100644 --- a/drivers/edac/ghes_edac.c +++ b/drivers/edac/ghes_edac.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * This file may be distributed under the terms of the GNU General Public | 4 | * This file may be distributed under the terms of the GNU General Public |
5 | * License version 2. | 5 | * License version 2. |
6 | * | 6 | * |
7 | * Copyright (c) 2013 by Mauro Carvalho Chehab <mchehab@redhat.com> | 7 | * Copyright (c) 2013 by Mauro Carvalho Chehab |
8 | * | 8 | * |
9 | * Red Hat Inc. http://www.redhat.com | 9 | * Red Hat Inc. http://www.redhat.com |
10 | */ | 10 | */ |
diff --git a/drivers/edac/i5400_edac.c b/drivers/edac/i5400_edac.c index e080cbfa8fc9..f189c333f406 100644 --- a/drivers/edac/i5400_edac.c +++ b/drivers/edac/i5400_edac.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Copyright (c) 2008 by: | 7 | * Copyright (c) 2008 by: |
8 | * Ben Woodard <woodard@redhat.com> | 8 | * Ben Woodard <woodard@redhat.com> |
9 | * Mauro Carvalho Chehab <mchehab@redhat.com> | 9 | * Mauro Carvalho Chehab |
10 | * | 10 | * |
11 | * Red Hat Inc. http://www.redhat.com | 11 | * Red Hat Inc. http://www.redhat.com |
12 | * | 12 | * |
@@ -1467,7 +1467,7 @@ module_exit(i5400_exit); | |||
1467 | 1467 | ||
1468 | MODULE_LICENSE("GPL"); | 1468 | MODULE_LICENSE("GPL"); |
1469 | MODULE_AUTHOR("Ben Woodard <woodard@redhat.com>"); | 1469 | MODULE_AUTHOR("Ben Woodard <woodard@redhat.com>"); |
1470 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 1470 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
1471 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 1471 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
1472 | MODULE_DESCRIPTION("MC Driver for Intel I5400 memory controllers - " | 1472 | MODULE_DESCRIPTION("MC Driver for Intel I5400 memory controllers - " |
1473 | I5400_REVISION); | 1473 | I5400_REVISION); |
diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c index d63f4798f7d0..aea80a5e2bba 100644 --- a/drivers/edac/i7300_edac.c +++ b/drivers/edac/i7300_edac.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * GNU General Public License version 2 only. | 5 | * GNU General Public License version 2 only. |
6 | * | 6 | * |
7 | * Copyright (c) 2010 by: | 7 | * Copyright (c) 2010 by: |
8 | * Mauro Carvalho Chehab <mchehab@redhat.com> | 8 | * Mauro Carvalho Chehab |
9 | * | 9 | * |
10 | * Red Hat Inc. http://www.redhat.com | 10 | * Red Hat Inc. http://www.redhat.com |
11 | * | 11 | * |
@@ -1207,7 +1207,7 @@ module_init(i7300_init); | |||
1207 | module_exit(i7300_exit); | 1207 | module_exit(i7300_exit); |
1208 | 1208 | ||
1209 | MODULE_LICENSE("GPL"); | 1209 | MODULE_LICENSE("GPL"); |
1210 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 1210 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
1211 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 1211 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
1212 | MODULE_DESCRIPTION("MC Driver for Intel I7300 memory controllers - " | 1212 | MODULE_DESCRIPTION("MC Driver for Intel I7300 memory controllers - " |
1213 | I7300_REVISION); | 1213 | I7300_REVISION); |
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index 87533ca7752e..40a228da4547 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * GNU General Public License version 2 only. | 9 | * GNU General Public License version 2 only. |
10 | * | 10 | * |
11 | * Copyright (c) 2009-2010 by: | 11 | * Copyright (c) 2009-2010 by: |
12 | * Mauro Carvalho Chehab <mchehab@redhat.com> | 12 | * Mauro Carvalho Chehab |
13 | * | 13 | * |
14 | * Red Hat Inc. http://www.redhat.com | 14 | * Red Hat Inc. http://www.redhat.com |
15 | * | 15 | * |
@@ -2456,7 +2456,7 @@ module_init(i7core_init); | |||
2456 | module_exit(i7core_exit); | 2456 | module_exit(i7core_exit); |
2457 | 2457 | ||
2458 | MODULE_LICENSE("GPL"); | 2458 | MODULE_LICENSE("GPL"); |
2459 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 2459 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
2460 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 2460 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
2461 | MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - " | 2461 | MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - " |
2462 | I7CORE_REVISION); | 2462 | I7CORE_REVISION); |
diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c index 54e2abe671f7..3fa13dbf2859 100644 --- a/drivers/edac/sb_edac.c +++ b/drivers/edac/sb_edac.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * GNU General Public License version 2 only. | 7 | * GNU General Public License version 2 only. |
8 | * | 8 | * |
9 | * Copyright (c) 2011 by: | 9 | * Copyright (c) 2011 by: |
10 | * Mauro Carvalho Chehab <mchehab@redhat.com> | 10 | * Mauro Carvalho Chehab |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
@@ -2176,7 +2176,7 @@ module_param(edac_op_state, int, 0444); | |||
2176 | MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI"); | 2176 | MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI"); |
2177 | 2177 | ||
2178 | MODULE_LICENSE("GPL"); | 2178 | MODULE_LICENSE("GPL"); |
2179 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 2179 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
2180 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 2180 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
2181 | MODULE_DESCRIPTION("MC Driver for Intel Sandy Bridge and Ivy Bridge memory controllers - " | 2181 | MODULE_DESCRIPTION("MC Driver for Intel Sandy Bridge and Ivy Bridge memory controllers - " |
2182 | SBRIDGE_REVISION); | 2182 | SBRIDGE_REVISION); |
diff --git a/drivers/media/common/siano/smsdvb-debugfs.c b/drivers/media/common/siano/smsdvb-debugfs.c index 0bb4430535f9..2408d7e9451e 100644 --- a/drivers/media/common/siano/smsdvb-debugfs.c +++ b/drivers/media/common/siano/smsdvb-debugfs.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /*********************************************************************** | 1 | /*********************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2013 Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright(c) 2013 Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/dvb-frontends/mb86a20s.c b/drivers/media/dvb-frontends/mb86a20s.c index 2c7217fb1415..2f458bb188c7 100644 --- a/drivers/media/dvb-frontends/mb86a20s.c +++ b/drivers/media/dvb-frontends/mb86a20s.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Fujitu mb86a20s ISDB-T/ISDB-Tsb Module driver | 2 | * Fujitu mb86a20s ISDB-T/ISDB-Tsb Module driver |
3 | * | 3 | * |
4 | * Copyright (C) 2010-2013 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2010-2013 Mauro Carvalho Chehab |
5 | * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> | 5 | * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
@@ -2156,5 +2156,5 @@ static struct dvb_frontend_ops mb86a20s_ops = { | |||
2156 | }; | 2156 | }; |
2157 | 2157 | ||
2158 | MODULE_DESCRIPTION("DVB Frontend module for Fujitsu mb86A20s hardware"); | 2158 | MODULE_DESCRIPTION("DVB Frontend module for Fujitsu mb86A20s hardware"); |
2159 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 2159 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
2160 | MODULE_LICENSE("GPL"); | 2160 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/dvb-frontends/mb86a20s.h b/drivers/media/dvb-frontends/mb86a20s.h index 6627a3976087..cbeb941fba7c 100644 --- a/drivers/media/dvb-frontends/mb86a20s.h +++ b/drivers/media/dvb-frontends/mb86a20s.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Fujitsu mb86a20s driver | 2 | * Fujitsu mb86a20s driver |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2010 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
7 | * modify it under the terms of the GNU General Public License as | 7 | * modify it under the terms of the GNU General Public License as |
diff --git a/drivers/media/dvb-frontends/s921.c b/drivers/media/dvb-frontends/s921.c index a271ac3eaec0..69862e1fd9e9 100644 --- a/drivers/media/dvb-frontends/s921.c +++ b/drivers/media/dvb-frontends/s921.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Sharp VA3A5JZ921 One Seg Broadcast Module driver | 2 | * Sharp VA3A5JZ921 One Seg Broadcast Module driver |
3 | * This device is labeled as just S. 921 at the top of the frontend can | 3 | * This device is labeled as just S. 921 at the top of the frontend can |
4 | * | 4 | * |
5 | * Copyright (C) 2009-2010 Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (C) 2009-2010 Mauro Carvalho Chehab |
6 | * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> | 6 | * Copyright (C) 2009-2010 Douglas Landgraf <dougsland@redhat.com> |
7 | * | 7 | * |
8 | * Developed for Leadership SBTVD 1seg device sold in Brazil | 8 | * Developed for Leadership SBTVD 1seg device sold in Brazil |
@@ -539,6 +539,6 @@ static struct dvb_frontend_ops s921_ops = { | |||
539 | }; | 539 | }; |
540 | 540 | ||
541 | MODULE_DESCRIPTION("DVB Frontend module for Sharp S921 hardware"); | 541 | MODULE_DESCRIPTION("DVB Frontend module for Sharp S921 hardware"); |
542 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 542 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
543 | MODULE_AUTHOR("Douglas Landgraf <dougsland@redhat.com>"); | 543 | MODULE_AUTHOR("Douglas Landgraf <dougsland@redhat.com>"); |
544 | MODULE_LICENSE("GPL"); | 544 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/dvb-frontends/s921.h b/drivers/media/dvb-frontends/s921.h index 8d5e2a6e187c..9b20c9e0eb88 100644 --- a/drivers/media/dvb-frontends/s921.h +++ b/drivers/media/dvb-frontends/s921.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Sharp s921 driver | 2 | * Sharp s921 driver |
3 | * | 3 | * |
4 | * Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2009 Mauro Carvalho Chehab |
5 | * Copyright (C) 2009 Douglas Landgraf <dougsland@redhat.com> | 5 | * Copyright (C) 2009 Douglas Landgraf <dougsland@redhat.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
diff --git a/drivers/media/i2c/mt9v011.c b/drivers/media/i2c/mt9v011.c index f74698cf14c9..47e475319a24 100644 --- a/drivers/media/i2c/mt9v011.c +++ b/drivers/media/i2c/mt9v011.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor | 2 | * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor |
3 | * | 3 | * |
4 | * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) | 4 | * Copyright (c) 2009 Mauro Carvalho Chehab |
5 | * This code is placed under the terms of the GNU General Public License v2 | 5 | * This code is placed under the terms of the GNU General Public License v2 |
6 | */ | 6 | */ |
7 | 7 | ||
@@ -16,7 +16,7 @@ | |||
16 | #include <media/mt9v011.h> | 16 | #include <media/mt9v011.h> |
17 | 17 | ||
18 | MODULE_DESCRIPTION("Micron mt9v011 sensor driver"); | 18 | MODULE_DESCRIPTION("Micron mt9v011 sensor driver"); |
19 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 19 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
20 | MODULE_LICENSE("GPL"); | 20 | MODULE_LICENSE("GPL"); |
21 | 21 | ||
22 | static int debug; | 22 | static int debug; |
diff --git a/drivers/media/i2c/sr030pc30.c b/drivers/media/i2c/sr030pc30.c index ae9432637fcb..118f8ee88465 100644 --- a/drivers/media/i2c/sr030pc30.c +++ b/drivers/media/i2c/sr030pc30.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * and HeungJun Kim <riverful.kim@samsung.com>. | 8 | * and HeungJun Kim <riverful.kim@samsung.com>. |
9 | * | 9 | * |
10 | * Based on mt9v011 Micron Digital Image Sensor driver | 10 | * Based on mt9v011 Micron Digital Image Sensor driver |
11 | * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) | 11 | * Copyright (c) 2009 Mauro Carvalho Chehab |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/rc/ir-nec-decoder.c b/drivers/media/rc/ir-nec-decoder.c index 1bab7ea686fc..e687a4247052 100644 --- a/drivers/media/rc/ir-nec-decoder.c +++ b/drivers/media/rc/ir-nec-decoder.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ir-nec-decoder.c - handle NEC IR Pulse/Space protocol | 1 | /* ir-nec-decoder.c - handle NEC IR Pulse/Space protocol |
2 | * | 2 | * |
3 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -225,6 +225,6 @@ module_init(ir_nec_decode_init); | |||
225 | module_exit(ir_nec_decode_exit); | 225 | module_exit(ir_nec_decode_exit); |
226 | 226 | ||
227 | MODULE_LICENSE("GPL"); | 227 | MODULE_LICENSE("GPL"); |
228 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 228 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
229 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 229 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
230 | MODULE_DESCRIPTION("NEC IR protocol decoder"); | 230 | MODULE_DESCRIPTION("NEC IR protocol decoder"); |
diff --git a/drivers/media/rc/ir-raw.c b/drivers/media/rc/ir-raw.c index 79a9cb653604..f0656fa1a01a 100644 --- a/drivers/media/rc/ir-raw.c +++ b/drivers/media/rc/ir-raw.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ir-raw.c - handle IR pulse/space events | 1 | /* ir-raw.c - handle IR pulse/space events |
2 | * | 2 | * |
3 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/rc/ir-rc5-decoder.c b/drivers/media/rc/ir-rc5-decoder.c index 4e53a319c5d8..1085e173270a 100644 --- a/drivers/media/rc/ir-rc5-decoder.c +++ b/drivers/media/rc/ir-rc5-decoder.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ir-rc5-decoder.c - handle RC5(x) IR Pulse/Space protocol | 1 | /* ir-rc5-decoder.c - handle RC5(x) IR Pulse/Space protocol |
2 | * | 2 | * |
3 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -193,6 +193,6 @@ module_init(ir_rc5_decode_init); | |||
193 | module_exit(ir_rc5_decode_exit); | 193 | module_exit(ir_rc5_decode_exit); |
194 | 194 | ||
195 | MODULE_LICENSE("GPL"); | 195 | MODULE_LICENSE("GPL"); |
196 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 196 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
197 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 197 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
198 | MODULE_DESCRIPTION("RC5(x) IR protocol decoder"); | 198 | MODULE_DESCRIPTION("RC5(x) IR protocol decoder"); |
diff --git a/drivers/media/rc/ir-rc5-sz-decoder.c b/drivers/media/rc/ir-rc5-sz-decoder.c index 865fe84fd854..984e5b9f5bc3 100644 --- a/drivers/media/rc/ir-rc5-sz-decoder.c +++ b/drivers/media/rc/ir-rc5-sz-decoder.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ir-rc5-sz-decoder.c - handle RC5 Streamzap IR Pulse/Space protocol | 1 | /* ir-rc5-sz-decoder.c - handle RC5 Streamzap IR Pulse/Space protocol |
2 | * | 2 | * |
3 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
4 | * Copyright (C) 2010 by Jarod Wilson <jarod@redhat.com> | 4 | * Copyright (C) 2010 by Jarod Wilson <jarod@redhat.com> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/media/rc/ir-sanyo-decoder.c b/drivers/media/rc/ir-sanyo-decoder.c index 0a06205b5677..e1351ed61629 100644 --- a/drivers/media/rc/ir-sanyo-decoder.c +++ b/drivers/media/rc/ir-sanyo-decoder.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ir-sanyo-decoder.c - handle SANYO IR Pulse/Space protocol | 1 | /* ir-sanyo-decoder.c - handle SANYO IR Pulse/Space protocol |
2 | * | 2 | * |
3 | * Copyright (C) 2011 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2011 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -200,6 +200,6 @@ module_init(ir_sanyo_decode_init); | |||
200 | module_exit(ir_sanyo_decode_exit); | 200 | module_exit(ir_sanyo_decode_exit); |
201 | 201 | ||
202 | MODULE_LICENSE("GPL"); | 202 | MODULE_LICENSE("GPL"); |
203 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 203 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
204 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); | 204 | MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)"); |
205 | MODULE_DESCRIPTION("SANYO IR protocol decoder"); | 205 | MODULE_DESCRIPTION("SANYO IR protocol decoder"); |
diff --git a/drivers/media/rc/ir-sharp-decoder.c b/drivers/media/rc/ir-sharp-decoder.c index 4c17be5d68ba..4895bc752f97 100644 --- a/drivers/media/rc/ir-sharp-decoder.c +++ b/drivers/media/rc/ir-sharp-decoder.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Copyright (C) 2013-2014 Imagination Technologies Ltd. | 3 | * Copyright (C) 2013-2014 Imagination Technologies Ltd. |
4 | * | 4 | * |
5 | * Based on NEC decoder: | 5 | * Based on NEC decoder: |
6 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 6 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c b/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c index b0e42df7ff82..01d901fbfc8b 100644 --- a/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c +++ b/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -87,4 +87,4 @@ module_init(init_rc_map_adstech_dvb_t_pci) | |||
87 | module_exit(exit_rc_map_adstech_dvb_t_pci) | 87 | module_exit(exit_rc_map_adstech_dvb_t_pci) |
88 | 88 | ||
89 | MODULE_LICENSE("GPL"); | 89 | MODULE_LICENSE("GPL"); |
90 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 90 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-apac-viewcomp.c b/drivers/media/rc/keymaps/rc-apac-viewcomp.c index 8c92ff95f94d..bf9efa007e1c 100644 --- a/drivers/media/rc/keymaps/rc-apac-viewcomp.c +++ b/drivers/media/rc/keymaps/rc-apac-viewcomp.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -78,4 +78,4 @@ module_init(init_rc_map_apac_viewcomp) | |||
78 | module_exit(exit_rc_map_apac_viewcomp) | 78 | module_exit(exit_rc_map_apac_viewcomp) |
79 | 79 | ||
80 | MODULE_LICENSE("GPL"); | 80 | MODULE_LICENSE("GPL"); |
81 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 81 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-asus-pc39.c b/drivers/media/rc/keymaps/rc-asus-pc39.c index 2caf2117759b..9e674ba5dd4f 100644 --- a/drivers/media/rc/keymaps/rc-asus-pc39.c +++ b/drivers/media/rc/keymaps/rc-asus-pc39.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -89,4 +89,4 @@ module_init(init_rc_map_asus_pc39) | |||
89 | module_exit(exit_rc_map_asus_pc39) | 89 | module_exit(exit_rc_map_asus_pc39) |
90 | 90 | ||
91 | MODULE_LICENSE("GPL"); | 91 | MODULE_LICENSE("GPL"); |
92 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 92 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-asus-ps3-100.c b/drivers/media/rc/keymaps/rc-asus-ps3-100.c index ba76609c5936..e45de35f528f 100644 --- a/drivers/media/rc/keymaps/rc-asus-ps3-100.c +++ b/drivers/media/rc/keymaps/rc-asus-ps3-100.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller | 1 | /* asus-ps3-100.h - Keytable for asus_ps3_100 Remote Controller |
2 | * | 2 | * |
3 | * Copyright (c) 2012 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (c) 2012 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com> | 5 | * Based on a previous patch from Remi Schwartz <remi.schwartz@gmail.com> |
6 | * | 6 | * |
@@ -88,4 +88,4 @@ module_init(init_rc_map_asus_ps3_100) | |||
88 | module_exit(exit_rc_map_asus_ps3_100) | 88 | module_exit(exit_rc_map_asus_ps3_100) |
89 | 89 | ||
90 | MODULE_LICENSE("GPL"); | 90 | MODULE_LICENSE("GPL"); |
91 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 91 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c b/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c index 2031224a2027..91392d4cfd6d 100644 --- a/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c +++ b/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -67,4 +67,4 @@ module_init(init_rc_map_ati_tv_wonder_hd_600) | |||
67 | module_exit(exit_rc_map_ati_tv_wonder_hd_600) | 67 | module_exit(exit_rc_map_ati_tv_wonder_hd_600) |
68 | 68 | ||
69 | MODULE_LICENSE("GPL"); | 69 | MODULE_LICENSE("GPL"); |
70 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 70 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia-a16d.c b/drivers/media/rc/keymaps/rc-avermedia-a16d.c index 894939ac17f2..ff30a71d623e 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-a16d.c +++ b/drivers/media/rc/keymaps/rc-avermedia-a16d.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -73,4 +73,4 @@ module_init(init_rc_map_avermedia_a16d) | |||
73 | module_exit(exit_rc_map_avermedia_a16d) | 73 | module_exit(exit_rc_map_avermedia_a16d) |
74 | 74 | ||
75 | MODULE_LICENSE("GPL"); | 75 | MODULE_LICENSE("GPL"); |
76 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 76 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia-cardbus.c b/drivers/media/rc/keymaps/rc-avermedia-cardbus.c index d2aaf5b9e39f..d7471a6de9b4 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-cardbus.c +++ b/drivers/media/rc/keymaps/rc-avermedia-cardbus.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -95,4 +95,4 @@ module_init(init_rc_map_avermedia_cardbus) | |||
95 | module_exit(exit_rc_map_avermedia_cardbus) | 95 | module_exit(exit_rc_map_avermedia_cardbus) |
96 | 96 | ||
97 | MODULE_LICENSE("GPL"); | 97 | MODULE_LICENSE("GPL"); |
98 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 98 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia-dvbt.c b/drivers/media/rc/keymaps/rc-avermedia-dvbt.c index dc2baf062398..e2417d6331fe 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-dvbt.c +++ b/drivers/media/rc/keymaps/rc-avermedia-dvbt.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -76,4 +76,4 @@ module_init(init_rc_map_avermedia_dvbt) | |||
76 | module_exit(exit_rc_map_avermedia_dvbt) | 76 | module_exit(exit_rc_map_avermedia_dvbt) |
77 | 77 | ||
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 79 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia-m135a.c b/drivers/media/rc/keymaps/rc-avermedia-m135a.c index 04269d31fa19..843598a5f1b5 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-m135a.c +++ b/drivers/media/rc/keymaps/rc-avermedia-m135a.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers | 1 | /* avermedia-m135a.c - Keytable for Avermedia M135A Remote Controllers |
2 | * | 2 | * |
3 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
4 | * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 4 | * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
@@ -145,4 +145,4 @@ module_init(init_rc_map_avermedia_m135a) | |||
145 | module_exit(exit_rc_map_avermedia_m135a) | 145 | module_exit(exit_rc_map_avermedia_m135a) |
146 | 146 | ||
147 | MODULE_LICENSE("GPL"); | 147 | MODULE_LICENSE("GPL"); |
148 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 148 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c b/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c index e83b1a1939bf..b24e7481ac21 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c +++ b/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c | |||
@@ -93,4 +93,4 @@ module_init(init_rc_map_avermedia_m733a_rm_k6) | |||
93 | module_exit(exit_rc_map_avermedia_m733a_rm_k6) | 93 | module_exit(exit_rc_map_avermedia_m733a_rm_k6) |
94 | 94 | ||
95 | MODULE_LICENSE("GPL"); | 95 | MODULE_LICENSE("GPL"); |
96 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 96 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avermedia.c b/drivers/media/rc/keymaps/rc-avermedia.c index c6063dfcd507..3f68fbecc188 100644 --- a/drivers/media/rc/keymaps/rc-avermedia.c +++ b/drivers/media/rc/keymaps/rc-avermedia.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -84,4 +84,4 @@ module_init(init_rc_map_avermedia) | |||
84 | module_exit(exit_rc_map_avermedia) | 84 | module_exit(exit_rc_map_avermedia) |
85 | 85 | ||
86 | MODULE_LICENSE("GPL"); | 86 | MODULE_LICENSE("GPL"); |
87 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 87 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-avertv-303.c b/drivers/media/rc/keymaps/rc-avertv-303.c index 14f78451e64e..c35bc5b835c4 100644 --- a/drivers/media/rc/keymaps/rc-avertv-303.c +++ b/drivers/media/rc/keymaps/rc-avertv-303.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -83,4 +83,4 @@ module_init(init_rc_map_avertv_303) | |||
83 | module_exit(exit_rc_map_avertv_303) | 83 | module_exit(exit_rc_map_avertv_303) |
84 | 84 | ||
85 | MODULE_LICENSE("GPL"); | 85 | MODULE_LICENSE("GPL"); |
86 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 86 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-behold-columbus.c b/drivers/media/rc/keymaps/rc-behold-columbus.c index 086b4b1f19e1..1fc344e9daa7 100644 --- a/drivers/media/rc/keymaps/rc-behold-columbus.c +++ b/drivers/media/rc/keymaps/rc-behold-columbus.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -106,4 +106,4 @@ module_init(init_rc_map_behold_columbus) | |||
106 | module_exit(exit_rc_map_behold_columbus) | 106 | module_exit(exit_rc_map_behold_columbus) |
107 | 107 | ||
108 | MODULE_LICENSE("GPL"); | 108 | MODULE_LICENSE("GPL"); |
109 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 109 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-behold.c b/drivers/media/rc/keymaps/rc-behold.c index 0877e3480941..d6519f8ac95a 100644 --- a/drivers/media/rc/keymaps/rc-behold.c +++ b/drivers/media/rc/keymaps/rc-behold.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -139,4 +139,4 @@ module_init(init_rc_map_behold) | |||
139 | module_exit(exit_rc_map_behold) | 139 | module_exit(exit_rc_map_behold) |
140 | 140 | ||
141 | MODULE_LICENSE("GPL"); | 141 | MODULE_LICENSE("GPL"); |
142 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 142 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-budget-ci-old.c b/drivers/media/rc/keymaps/rc-budget-ci-old.c index 8311e092c098..b196a5f436a3 100644 --- a/drivers/media/rc/keymaps/rc-budget-ci-old.c +++ b/drivers/media/rc/keymaps/rc-budget-ci-old.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -91,4 +91,4 @@ module_init(init_rc_map_budget_ci_old) | |||
91 | module_exit(exit_rc_map_budget_ci_old) | 91 | module_exit(exit_rc_map_budget_ci_old) |
92 | 92 | ||
93 | MODULE_LICENSE("GPL"); | 93 | MODULE_LICENSE("GPL"); |
94 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 94 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-cinergy-1400.c b/drivers/media/rc/keymaps/rc-cinergy-1400.c index 0c87fbaf99ab..a099c080bf8c 100644 --- a/drivers/media/rc/keymaps/rc-cinergy-1400.c +++ b/drivers/media/rc/keymaps/rc-cinergy-1400.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -82,4 +82,4 @@ module_init(init_rc_map_cinergy_1400) | |||
82 | module_exit(exit_rc_map_cinergy_1400) | 82 | module_exit(exit_rc_map_cinergy_1400) |
83 | 83 | ||
84 | MODULE_LICENSE("GPL"); | 84 | MODULE_LICENSE("GPL"); |
85 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 85 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-cinergy.c b/drivers/media/rc/keymaps/rc-cinergy.c index 309e9e3fb6f3..b0f4328bdd6f 100644 --- a/drivers/media/rc/keymaps/rc-cinergy.c +++ b/drivers/media/rc/keymaps/rc-cinergy.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -76,4 +76,4 @@ module_init(init_rc_map_cinergy) | |||
76 | module_exit(exit_rc_map_cinergy) | 76 | module_exit(exit_rc_map_cinergy) |
77 | 77 | ||
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 79 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-dib0700-nec.c b/drivers/media/rc/keymaps/rc-dib0700-nec.c index 492a05ade7e1..a0fa543c9f9e 100644 --- a/drivers/media/rc/keymaps/rc-dib0700-nec.c +++ b/drivers/media/rc/keymaps/rc-dib0700-nec.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700 | 1 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700 |
2 | * | 2 | * |
3 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * TODO: This table is a real mess, as it merges RC codes from several | 5 | * TODO: This table is a real mess, as it merges RC codes from several |
6 | * devices into a big table. It also has both RC-5 and NEC codes inside. | 6 | * devices into a big table. It also has both RC-5 and NEC codes inside. |
@@ -122,4 +122,4 @@ module_init(init_rc_map) | |||
122 | module_exit(exit_rc_map) | 122 | module_exit(exit_rc_map) |
123 | 123 | ||
124 | MODULE_LICENSE("GPL"); | 124 | MODULE_LICENSE("GPL"); |
125 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 125 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-dib0700-rc5.c b/drivers/media/rc/keymaps/rc-dib0700-rc5.c index 454ea596a7ee..907941145eb7 100644 --- a/drivers/media/rc/keymaps/rc-dib0700-rc5.c +++ b/drivers/media/rc/keymaps/rc-dib0700-rc5.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700 | 1 | /* rc-dvb0700-big.c - Keytable for devices in dvb0700 |
2 | * | 2 | * |
3 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * TODO: This table is a real mess, as it merges RC codes from several | 5 | * TODO: This table is a real mess, as it merges RC codes from several |
6 | * devices into a big table. It also has both RC-5 and NEC codes inside. | 6 | * devices into a big table. It also has both RC-5 and NEC codes inside. |
@@ -233,4 +233,4 @@ module_init(init_rc_map) | |||
233 | module_exit(exit_rc_map) | 233 | module_exit(exit_rc_map) |
234 | 234 | ||
235 | MODULE_LICENSE("GPL"); | 235 | MODULE_LICENSE("GPL"); |
236 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 236 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-dm1105-nec.c b/drivers/media/rc/keymaps/rc-dm1105-nec.c index 67fc9fb0c007..46e7ae414cc8 100644 --- a/drivers/media/rc/keymaps/rc-dm1105-nec.c +++ b/drivers/media/rc/keymaps/rc-dm1105-nec.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -74,4 +74,4 @@ module_init(init_rc_map_dm1105_nec) | |||
74 | module_exit(exit_rc_map_dm1105_nec) | 74 | module_exit(exit_rc_map_dm1105_nec) |
75 | 75 | ||
76 | MODULE_LICENSE("GPL"); | 76 | MODULE_LICENSE("GPL"); |
77 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 77 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c b/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c index 91ea91de9179..d2826b46fea2 100644 --- a/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c +++ b/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -76,4 +76,4 @@ module_init(init_rc_map_dntv_live_dvb_t) | |||
76 | module_exit(exit_rc_map_dntv_live_dvb_t) | 76 | module_exit(exit_rc_map_dntv_live_dvb_t) |
77 | 77 | ||
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 79 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c b/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c index fd680d4d3eb6..0d74769467b5 100644 --- a/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c +++ b/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -95,4 +95,4 @@ module_init(init_rc_map_dntv_live_dvbt_pro) | |||
95 | module_exit(exit_rc_map_dntv_live_dvbt_pro) | 95 | module_exit(exit_rc_map_dntv_live_dvbt_pro) |
96 | 96 | ||
97 | MODULE_LICENSE("GPL"); | 97 | MODULE_LICENSE("GPL"); |
98 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 98 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-em-terratec.c b/drivers/media/rc/keymaps/rc-em-terratec.c index d1fcd64c0f90..7f1e06be175b 100644 --- a/drivers/media/rc/keymaps/rc-em-terratec.c +++ b/drivers/media/rc/keymaps/rc-em-terratec.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -67,4 +67,4 @@ module_init(init_rc_map_em_terratec) | |||
67 | module_exit(exit_rc_map_em_terratec) | 67 | module_exit(exit_rc_map_em_terratec) |
68 | 68 | ||
69 | MODULE_LICENSE("GPL"); | 69 | MODULE_LICENSE("GPL"); |
70 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 70 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c b/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c index 2fe45e41fe49..4fc3904daf06 100644 --- a/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c +++ b/drivers/media/rc/keymaps/rc-encore-enltv-fm53.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -79,4 +79,4 @@ module_init(init_rc_map_encore_enltv_fm53) | |||
79 | module_exit(exit_rc_map_encore_enltv_fm53) | 79 | module_exit(exit_rc_map_encore_enltv_fm53) |
80 | 80 | ||
81 | MODULE_LICENSE("GPL"); | 81 | MODULE_LICENSE("GPL"); |
82 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 82 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-encore-enltv.c b/drivers/media/rc/keymaps/rc-encore-enltv.c index 223de75a6d1c..f1914e23d203 100644 --- a/drivers/media/rc/keymaps/rc-encore-enltv.c +++ b/drivers/media/rc/keymaps/rc-encore-enltv.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -110,4 +110,4 @@ module_init(init_rc_map_encore_enltv) | |||
110 | module_exit(exit_rc_map_encore_enltv) | 110 | module_exit(exit_rc_map_encore_enltv) |
111 | 111 | ||
112 | MODULE_LICENSE("GPL"); | 112 | MODULE_LICENSE("GPL"); |
113 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 113 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-encore-enltv2.c b/drivers/media/rc/keymaps/rc-encore-enltv2.c index 669cbff22b7e..9c6c55240d18 100644 --- a/drivers/media/rc/keymaps/rc-encore-enltv2.c +++ b/drivers/media/rc/keymaps/rc-encore-enltv2.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -88,4 +88,4 @@ module_init(init_rc_map_encore_enltv2) | |||
88 | module_exit(exit_rc_map_encore_enltv2) | 88 | module_exit(exit_rc_map_encore_enltv2) |
89 | 89 | ||
90 | MODULE_LICENSE("GPL"); | 90 | MODULE_LICENSE("GPL"); |
91 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 91 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-evga-indtube.c b/drivers/media/rc/keymaps/rc-evga-indtube.c index 2c647fc25916..2370d2a3deb6 100644 --- a/drivers/media/rc/keymaps/rc-evga-indtube.c +++ b/drivers/media/rc/keymaps/rc-evga-indtube.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -59,4 +59,4 @@ module_init(init_rc_map_evga_indtube) | |||
59 | module_exit(exit_rc_map_evga_indtube) | 59 | module_exit(exit_rc_map_evga_indtube) |
60 | 60 | ||
61 | MODULE_LICENSE("GPL"); | 61 | MODULE_LICENSE("GPL"); |
62 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 62 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-eztv.c b/drivers/media/rc/keymaps/rc-eztv.c index 76921445c1d9..b5c96ed84376 100644 --- a/drivers/media/rc/keymaps/rc-eztv.c +++ b/drivers/media/rc/keymaps/rc-eztv.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -94,4 +94,4 @@ module_init(init_rc_map_eztv) | |||
94 | module_exit(exit_rc_map_eztv) | 94 | module_exit(exit_rc_map_eztv) |
95 | 95 | ||
96 | MODULE_LICENSE("GPL"); | 96 | MODULE_LICENSE("GPL"); |
97 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 97 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-flydvb.c b/drivers/media/rc/keymaps/rc-flydvb.c index 3a6bba311b08..25cb89fac03c 100644 --- a/drivers/media/rc/keymaps/rc-flydvb.c +++ b/drivers/media/rc/keymaps/rc-flydvb.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -75,4 +75,4 @@ module_init(init_rc_map_flydvb) | |||
75 | module_exit(exit_rc_map_flydvb) | 75 | module_exit(exit_rc_map_flydvb) |
76 | 76 | ||
77 | MODULE_LICENSE("GPL"); | 77 | MODULE_LICENSE("GPL"); |
78 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 78 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-flyvideo.c b/drivers/media/rc/keymaps/rc-flyvideo.c index bf9da584643b..e71377dd0534 100644 --- a/drivers/media/rc/keymaps/rc-flyvideo.c +++ b/drivers/media/rc/keymaps/rc-flyvideo.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -68,4 +68,4 @@ module_init(init_rc_map_flyvideo) | |||
68 | module_exit(exit_rc_map_flyvideo) | 68 | module_exit(exit_rc_map_flyvideo) |
69 | 69 | ||
70 | MODULE_LICENSE("GPL"); | 70 | MODULE_LICENSE("GPL"); |
71 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 71 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-fusionhdtv-mce.c b/drivers/media/rc/keymaps/rc-fusionhdtv-mce.c index 2f0970fe7832..cf0608dc83d5 100644 --- a/drivers/media/rc/keymaps/rc-fusionhdtv-mce.c +++ b/drivers/media/rc/keymaps/rc-fusionhdtv-mce.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -96,4 +96,4 @@ module_init(init_rc_map_fusionhdtv_mce) | |||
96 | module_exit(exit_rc_map_fusionhdtv_mce) | 96 | module_exit(exit_rc_map_fusionhdtv_mce) |
97 | 97 | ||
98 | MODULE_LICENSE("GPL"); | 98 | MODULE_LICENSE("GPL"); |
99 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 99 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-gadmei-rm008z.c b/drivers/media/rc/keymaps/rc-gadmei-rm008z.c index 0e98ec467c34..03575bdb2eca 100644 --- a/drivers/media/rc/keymaps/rc-gadmei-rm008z.c +++ b/drivers/media/rc/keymaps/rc-gadmei-rm008z.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -79,4 +79,4 @@ module_init(init_rc_map_gadmei_rm008z) | |||
79 | module_exit(exit_rc_map_gadmei_rm008z) | 79 | module_exit(exit_rc_map_gadmei_rm008z) |
80 | 80 | ||
81 | MODULE_LICENSE("GPL"); | 81 | MODULE_LICENSE("GPL"); |
82 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 82 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c b/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c index a2e2faa1d1b3..b2ab13b0dcb1 100644 --- a/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c +++ b/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -82,4 +82,4 @@ module_init(init_rc_map_genius_tvgo_a11mce) | |||
82 | module_exit(exit_rc_map_genius_tvgo_a11mce) | 82 | module_exit(exit_rc_map_genius_tvgo_a11mce) |
83 | 83 | ||
84 | MODULE_LICENSE("GPL"); | 84 | MODULE_LICENSE("GPL"); |
85 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 85 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-gotview7135.c b/drivers/media/rc/keymaps/rc-gotview7135.c index 864614e19314..229a36ac7f0a 100644 --- a/drivers/media/rc/keymaps/rc-gotview7135.c +++ b/drivers/media/rc/keymaps/rc-gotview7135.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -77,4 +77,4 @@ module_init(init_rc_map_gotview7135) | |||
77 | module_exit(exit_rc_map_gotview7135) | 77 | module_exit(exit_rc_map_gotview7135) |
78 | 78 | ||
79 | MODULE_LICENSE("GPL"); | 79 | MODULE_LICENSE("GPL"); |
80 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 80 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-hauppauge.c b/drivers/media/rc/keymaps/rc-hauppauge.c index 929bbbc16393..36d57f7c532b 100644 --- a/drivers/media/rc/keymaps/rc-hauppauge.c +++ b/drivers/media/rc/keymaps/rc-hauppauge.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * - Hauppauge Black; | 8 | * - Hauppauge Black; |
9 | * - DSR-0112 remote bundled with Haupauge MiniStick. | 9 | * - DSR-0112 remote bundled with Haupauge MiniStick. |
10 | * | 10 | * |
11 | * Copyright (c) 2010-2011 by Mauro Carvalho Chehab <mchehab@redhat.com> | 11 | * Copyright (c) 2010-2011 by Mauro Carvalho Chehab |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |
@@ -290,4 +290,4 @@ module_init(init_rc_map_rc5_hauppauge_new) | |||
290 | module_exit(exit_rc_map_rc5_hauppauge_new) | 290 | module_exit(exit_rc_map_rc5_hauppauge_new) |
291 | 291 | ||
292 | MODULE_LICENSE("GPL"); | 292 | MODULE_LICENSE("GPL"); |
293 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 293 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-iodata-bctv7e.c b/drivers/media/rc/keymaps/rc-iodata-bctv7e.c index 34540dfc3df5..9ee154cb0c6b 100644 --- a/drivers/media/rc/keymaps/rc-iodata-bctv7e.c +++ b/drivers/media/rc/keymaps/rc-iodata-bctv7e.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -86,4 +86,4 @@ module_init(init_rc_map_iodata_bctv7e) | |||
86 | module_exit(exit_rc_map_iodata_bctv7e) | 86 | module_exit(exit_rc_map_iodata_bctv7e) |
87 | 87 | ||
88 | MODULE_LICENSE("GPL"); | 88 | MODULE_LICENSE("GPL"); |
89 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 89 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-kaiomy.c b/drivers/media/rc/keymaps/rc-kaiomy.c index 4264a787c150..60803a732c08 100644 --- a/drivers/media/rc/keymaps/rc-kaiomy.c +++ b/drivers/media/rc/keymaps/rc-kaiomy.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -85,4 +85,4 @@ module_init(init_rc_map_kaiomy) | |||
85 | module_exit(exit_rc_map_kaiomy) | 85 | module_exit(exit_rc_map_kaiomy) |
86 | 86 | ||
87 | MODULE_LICENSE("GPL"); | 87 | MODULE_LICENSE("GPL"); |
88 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 88 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-kworld-315u.c b/drivers/media/rc/keymaps/rc-kworld-315u.c index e48cd267dda6..ba087eed1ed9 100644 --- a/drivers/media/rc/keymaps/rc-kworld-315u.c +++ b/drivers/media/rc/keymaps/rc-kworld-315u.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -81,4 +81,4 @@ module_init(init_rc_map_kworld_315u) | |||
81 | module_exit(exit_rc_map_kworld_315u) | 81 | module_exit(exit_rc_map_kworld_315u) |
82 | 82 | ||
83 | MODULE_LICENSE("GPL"); | 83 | MODULE_LICENSE("GPL"); |
84 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 84 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-kworld-pc150u.c b/drivers/media/rc/keymaps/rc-kworld-pc150u.c index 233bb5ee087f..b92e571f4def 100644 --- a/drivers/media/rc/keymaps/rc-kworld-pc150u.c +++ b/drivers/media/rc/keymaps/rc-kworld-pc150u.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Kyle Strickland | 5 | * Copyright (c) 2010 by Kyle Strickland |
6 | * (based on kworld-plus-tv-analog.c by | 6 | * (based on kworld-plus-tv-analog.c by |
7 | * Mauro Carvalho Chehab <mchehab@redhat.com>) | 7 | * Mauro Carvalho Chehab) |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c b/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c index 32998d6b787d..edc868564f99 100644 --- a/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c +++ b/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -97,4 +97,4 @@ module_init(init_rc_map_kworld_plus_tv_analog) | |||
97 | module_exit(exit_rc_map_kworld_plus_tv_analog) | 97 | module_exit(exit_rc_map_kworld_plus_tv_analog) |
98 | 98 | ||
99 | MODULE_LICENSE("GPL"); | 99 | MODULE_LICENSE("GPL"); |
100 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 100 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-manli.c b/drivers/media/rc/keymaps/rc-manli.c index e7038bb71bf6..92424ef2aaa6 100644 --- a/drivers/media/rc/keymaps/rc-manli.c +++ b/drivers/media/rc/keymaps/rc-manli.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -132,4 +132,4 @@ module_init(init_rc_map_manli) | |||
132 | module_exit(exit_rc_map_manli) | 132 | module_exit(exit_rc_map_manli) |
133 | 133 | ||
134 | MODULE_LICENSE("GPL"); | 134 | MODULE_LICENSE("GPL"); |
135 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 135 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c b/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c index c393d8a50bca..fd7a55c56167 100644 --- a/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c +++ b/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -121,4 +121,4 @@ module_init(init_rc_map_msi_tvanywhere_plus) | |||
121 | module_exit(exit_rc_map_msi_tvanywhere_plus) | 121 | module_exit(exit_rc_map_msi_tvanywhere_plus) |
122 | 122 | ||
123 | MODULE_LICENSE("GPL"); | 123 | MODULE_LICENSE("GPL"); |
124 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 124 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-msi-tvanywhere.c b/drivers/media/rc/keymaps/rc-msi-tvanywhere.c index a7003d3a3c8a..4233a8d4d63e 100644 --- a/drivers/media/rc/keymaps/rc-msi-tvanywhere.c +++ b/drivers/media/rc/keymaps/rc-msi-tvanywhere.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -67,4 +67,4 @@ module_init(init_rc_map_msi_tvanywhere) | |||
67 | module_exit(exit_rc_map_msi_tvanywhere) | 67 | module_exit(exit_rc_map_msi_tvanywhere) |
68 | 68 | ||
69 | MODULE_LICENSE("GPL"); | 69 | MODULE_LICENSE("GPL"); |
70 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 70 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-nebula.c b/drivers/media/rc/keymaps/rc-nebula.c index 3f0ddd7afd30..8ec881adb7cf 100644 --- a/drivers/media/rc/keymaps/rc-nebula.c +++ b/drivers/media/rc/keymaps/rc-nebula.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -94,4 +94,4 @@ module_init(init_rc_map_nebula) | |||
94 | module_exit(exit_rc_map_nebula) | 94 | module_exit(exit_rc_map_nebula) |
95 | 95 | ||
96 | MODULE_LICENSE("GPL"); | 96 | MODULE_LICENSE("GPL"); |
97 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 97 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c b/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c index 8d4dae2e2ece..292bbad35d21 100644 --- a/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c +++ b/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | 15 | ||
16 | /* Terratec Cinergy Hybrid T USB XS FM | 16 | /* Terratec Cinergy Hybrid T USB XS FM |
17 | Mauro Carvalho Chehab <mchehab@redhat.com> | 17 | Mauro Carvalho Chehab |
18 | */ | 18 | */ |
19 | 19 | ||
20 | static struct rc_map_table nec_terratec_cinergy_xs[] = { | 20 | static struct rc_map_table nec_terratec_cinergy_xs[] = { |
@@ -155,4 +155,4 @@ module_init(init_rc_map_nec_terratec_cinergy_xs) | |||
155 | module_exit(exit_rc_map_nec_terratec_cinergy_xs) | 155 | module_exit(exit_rc_map_nec_terratec_cinergy_xs) |
156 | 156 | ||
157 | MODULE_LICENSE("GPL"); | 157 | MODULE_LICENSE("GPL"); |
158 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 158 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-norwood.c b/drivers/media/rc/keymaps/rc-norwood.c index 9e65f07157ab..ca1b82a2c54f 100644 --- a/drivers/media/rc/keymaps/rc-norwood.c +++ b/drivers/media/rc/keymaps/rc-norwood.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -83,4 +83,4 @@ module_init(init_rc_map_norwood) | |||
83 | module_exit(exit_rc_map_norwood) | 83 | module_exit(exit_rc_map_norwood) |
84 | 84 | ||
85 | MODULE_LICENSE("GPL"); | 85 | MODULE_LICENSE("GPL"); |
86 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 86 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-npgtech.c b/drivers/media/rc/keymaps/rc-npgtech.c index 65d0cfc3c33b..1fb946024512 100644 --- a/drivers/media/rc/keymaps/rc-npgtech.c +++ b/drivers/media/rc/keymaps/rc-npgtech.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -78,4 +78,4 @@ module_init(init_rc_map_npgtech) | |||
78 | module_exit(exit_rc_map_npgtech) | 78 | module_exit(exit_rc_map_npgtech) |
79 | 79 | ||
80 | MODULE_LICENSE("GPL"); | 80 | MODULE_LICENSE("GPL"); |
81 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 81 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pctv-sedna.c b/drivers/media/rc/keymaps/rc-pctv-sedna.c index bf2cbdfe2e32..5ef01ab3fd50 100644 --- a/drivers/media/rc/keymaps/rc-pctv-sedna.c +++ b/drivers/media/rc/keymaps/rc-pctv-sedna.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -78,4 +78,4 @@ module_init(init_rc_map_pctv_sedna) | |||
78 | module_exit(exit_rc_map_pctv_sedna) | 78 | module_exit(exit_rc_map_pctv_sedna) |
79 | 79 | ||
80 | MODULE_LICENSE("GPL"); | 80 | MODULE_LICENSE("GPL"); |
81 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 81 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pinnacle-color.c b/drivers/media/rc/keymaps/rc-pinnacle-color.c index b46cd8fe6438..a218b471a4ca 100644 --- a/drivers/media/rc/keymaps/rc-pinnacle-color.c +++ b/drivers/media/rc/keymaps/rc-pinnacle-color.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -92,4 +92,4 @@ module_init(init_rc_map_pinnacle_color) | |||
92 | module_exit(exit_rc_map_pinnacle_color) | 92 | module_exit(exit_rc_map_pinnacle_color) |
93 | 93 | ||
94 | MODULE_LICENSE("GPL"); | 94 | MODULE_LICENSE("GPL"); |
95 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 95 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pinnacle-grey.c b/drivers/media/rc/keymaps/rc-pinnacle-grey.c index d525df9ad868..4a3f467a47a2 100644 --- a/drivers/media/rc/keymaps/rc-pinnacle-grey.c +++ b/drivers/media/rc/keymaps/rc-pinnacle-grey.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -87,4 +87,4 @@ module_init(init_rc_map_pinnacle_grey) | |||
87 | module_exit(exit_rc_map_pinnacle_grey) | 87 | module_exit(exit_rc_map_pinnacle_grey) |
88 | 88 | ||
89 | MODULE_LICENSE("GPL"); | 89 | MODULE_LICENSE("GPL"); |
90 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 90 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c b/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c index a4603d035374..e89cc10b68bf 100644 --- a/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c +++ b/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -68,4 +68,4 @@ module_init(init_rc_map_pinnacle_pctv_hd) | |||
68 | module_exit(exit_rc_map_pinnacle_pctv_hd) | 68 | module_exit(exit_rc_map_pinnacle_pctv_hd) |
69 | 69 | ||
70 | MODULE_LICENSE("GPL"); | 70 | MODULE_LICENSE("GPL"); |
71 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 71 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pixelview-002t.c b/drivers/media/rc/keymaps/rc-pixelview-002t.c index 33eb64333c6f..d967c3816fdc 100644 --- a/drivers/media/rc/keymaps/rc-pixelview-002t.c +++ b/drivers/media/rc/keymaps/rc-pixelview-002t.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -75,4 +75,4 @@ module_init(init_rc_map_pixelview) | |||
75 | module_exit(exit_rc_map_pixelview) | 75 | module_exit(exit_rc_map_pixelview) |
76 | 76 | ||
77 | MODULE_LICENSE("GPL"); | 77 | MODULE_LICENSE("GPL"); |
78 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 78 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pixelview-mk12.c b/drivers/media/rc/keymaps/rc-pixelview-mk12.c index 21f4dd25c2ec..224d0efaa6e5 100644 --- a/drivers/media/rc/keymaps/rc-pixelview-mk12.c +++ b/drivers/media/rc/keymaps/rc-pixelview-mk12.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -81,4 +81,4 @@ module_init(init_rc_map_pixelview) | |||
81 | module_exit(exit_rc_map_pixelview) | 81 | module_exit(exit_rc_map_pixelview) |
82 | 82 | ||
83 | MODULE_LICENSE("GPL"); | 83 | MODULE_LICENSE("GPL"); |
84 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 84 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pixelview-new.c b/drivers/media/rc/keymaps/rc-pixelview-new.c index f944ad2cac2b..781d788d6b6d 100644 --- a/drivers/media/rc/keymaps/rc-pixelview-new.c +++ b/drivers/media/rc/keymaps/rc-pixelview-new.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -81,4 +81,4 @@ module_init(init_rc_map_pixelview_new) | |||
81 | module_exit(exit_rc_map_pixelview_new) | 81 | module_exit(exit_rc_map_pixelview_new) |
82 | 82 | ||
83 | MODULE_LICENSE("GPL"); | 83 | MODULE_LICENSE("GPL"); |
84 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 84 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pixelview.c b/drivers/media/rc/keymaps/rc-pixelview.c index a6020eea7b95..39e6feaa35a3 100644 --- a/drivers/media/rc/keymaps/rc-pixelview.c +++ b/drivers/media/rc/keymaps/rc-pixelview.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -80,4 +80,4 @@ module_init(init_rc_map_pixelview) | |||
80 | module_exit(exit_rc_map_pixelview) | 80 | module_exit(exit_rc_map_pixelview) |
81 | 81 | ||
82 | MODULE_LICENSE("GPL"); | 82 | MODULE_LICENSE("GPL"); |
83 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 83 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-powercolor-real-angel.c b/drivers/media/rc/keymaps/rc-powercolor-real-angel.c index e74c571a5e44..e96fa3ab9f4b 100644 --- a/drivers/media/rc/keymaps/rc-powercolor-real-angel.c +++ b/drivers/media/rc/keymaps/rc-powercolor-real-angel.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -79,4 +79,4 @@ module_init(init_rc_map_powercolor_real_angel) | |||
79 | module_exit(exit_rc_map_powercolor_real_angel) | 79 | module_exit(exit_rc_map_powercolor_real_angel) |
80 | 80 | ||
81 | MODULE_LICENSE("GPL"); | 81 | MODULE_LICENSE("GPL"); |
82 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 82 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-proteus-2309.c b/drivers/media/rc/keymaps/rc-proteus-2309.c index adee8035ce96..eef626ee02df 100644 --- a/drivers/media/rc/keymaps/rc-proteus-2309.c +++ b/drivers/media/rc/keymaps/rc-proteus-2309.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -67,4 +67,4 @@ module_init(init_rc_map_proteus_2309) | |||
67 | module_exit(exit_rc_map_proteus_2309) | 67 | module_exit(exit_rc_map_proteus_2309) |
68 | 68 | ||
69 | MODULE_LICENSE("GPL"); | 69 | MODULE_LICENSE("GPL"); |
70 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 70 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-purpletv.c b/drivers/media/rc/keymaps/rc-purpletv.c index 722597a20e4a..cec6fe466829 100644 --- a/drivers/media/rc/keymaps/rc-purpletv.c +++ b/drivers/media/rc/keymaps/rc-purpletv.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -79,4 +79,4 @@ module_init(init_rc_map_purpletv) | |||
79 | module_exit(exit_rc_map_purpletv) | 79 | module_exit(exit_rc_map_purpletv) |
80 | 80 | ||
81 | MODULE_LICENSE("GPL"); | 81 | MODULE_LICENSE("GPL"); |
82 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 82 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-pv951.c b/drivers/media/rc/keymaps/rc-pv951.c index 0105d63c07a9..5ac89ce8c053 100644 --- a/drivers/media/rc/keymaps/rc-pv951.c +++ b/drivers/media/rc/keymaps/rc-pv951.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -76,4 +76,4 @@ module_init(init_rc_map_pv951) | |||
76 | module_exit(exit_rc_map_pv951) | 76 | module_exit(exit_rc_map_pv951) |
77 | 77 | ||
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 79 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c b/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c index 073694d50f49..9f778bd091db 100644 --- a/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c +++ b/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -76,4 +76,4 @@ module_init(init_rc_map_real_audio_220_32_keys) | |||
76 | module_exit(exit_rc_map_real_audio_220_32_keys) | 76 | module_exit(exit_rc_map_real_audio_220_32_keys) |
77 | 77 | ||
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 79 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-tbs-nec.c b/drivers/media/rc/keymaps/rc-tbs-nec.c index 5039be782bc5..24ce2a252502 100644 --- a/drivers/media/rc/keymaps/rc-tbs-nec.c +++ b/drivers/media/rc/keymaps/rc-tbs-nec.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -73,4 +73,4 @@ module_init(init_rc_map_tbs_nec) | |||
73 | module_exit(exit_rc_map_tbs_nec) | 73 | module_exit(exit_rc_map_tbs_nec) |
74 | 74 | ||
75 | MODULE_LICENSE("GPL"); | 75 | MODULE_LICENSE("GPL"); |
76 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 76 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c b/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c index 53629fb0151f..97eb83ab5a35 100644 --- a/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c +++ b/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -90,4 +90,4 @@ module_init(init_rc_map_terratec_cinergy_xs) | |||
90 | module_exit(exit_rc_map_terratec_cinergy_xs) | 90 | module_exit(exit_rc_map_terratec_cinergy_xs) |
91 | 91 | ||
92 | MODULE_LICENSE("GPL"); | 92 | MODULE_LICENSE("GPL"); |
93 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 93 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-tevii-nec.c b/drivers/media/rc/keymaps/rc-tevii-nec.c index f2c3b75d8580..38e0c0875596 100644 --- a/drivers/media/rc/keymaps/rc-tevii-nec.c +++ b/drivers/media/rc/keymaps/rc-tevii-nec.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -86,4 +86,4 @@ module_init(init_rc_map_tevii_nec) | |||
86 | module_exit(exit_rc_map_tevii_nec) | 86 | module_exit(exit_rc_map_tevii_nec) |
87 | 87 | ||
88 | MODULE_LICENSE("GPL"); | 88 | MODULE_LICENSE("GPL"); |
89 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 89 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-tt-1500.c b/drivers/media/rc/keymaps/rc-tt-1500.c index 80217ffc91db..c766d3b2b6b0 100644 --- a/drivers/media/rc/keymaps/rc-tt-1500.c +++ b/drivers/media/rc/keymaps/rc-tt-1500.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -80,4 +80,4 @@ module_init(init_rc_map_tt_1500) | |||
80 | module_exit(exit_rc_map_tt_1500) | 80 | module_exit(exit_rc_map_tt_1500) |
81 | 81 | ||
82 | MODULE_LICENSE("GPL"); | 82 | MODULE_LICENSE("GPL"); |
83 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 83 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-videomate-s350.c b/drivers/media/rc/keymaps/rc-videomate-s350.c index 8bfc3e8d909d..8a354775a2d8 100644 --- a/drivers/media/rc/keymaps/rc-videomate-s350.c +++ b/drivers/media/rc/keymaps/rc-videomate-s350.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -83,4 +83,4 @@ module_init(init_rc_map_videomate_s350) | |||
83 | module_exit(exit_rc_map_videomate_s350) | 83 | module_exit(exit_rc_map_videomate_s350) |
84 | 84 | ||
85 | MODULE_LICENSE("GPL"); | 85 | MODULE_LICENSE("GPL"); |
86 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 86 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c b/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c index 390ce9431b35..eb0cda7766c4 100644 --- a/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c +++ b/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -85,4 +85,4 @@ module_init(init_rc_map_videomate_tv_pvr) | |||
85 | module_exit(exit_rc_map_videomate_tv_pvr) | 85 | module_exit(exit_rc_map_videomate_tv_pvr) |
86 | 86 | ||
87 | MODULE_LICENSE("GPL"); | 87 | MODULE_LICENSE("GPL"); |
88 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 88 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c b/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c index 2852bf705064..c1dd598e828e 100644 --- a/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c +++ b/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -80,4 +80,4 @@ module_init(init_rc_map_winfast_usbii_deluxe) | |||
80 | module_exit(exit_rc_map_winfast_usbii_deluxe) | 80 | module_exit(exit_rc_map_winfast_usbii_deluxe) |
81 | 81 | ||
82 | MODULE_LICENSE("GPL"); | 82 | MODULE_LICENSE("GPL"); |
83 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 83 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/keymaps/rc-winfast.c b/drivers/media/rc/keymaps/rc-winfast.c index 2df1cba23600..8a779da1e973 100644 --- a/drivers/media/rc/keymaps/rc-winfast.c +++ b/drivers/media/rc/keymaps/rc-winfast.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -100,4 +100,4 @@ module_init(init_rc_map_winfast) | |||
100 | module_exit(exit_rc_map_winfast) | 100 | module_exit(exit_rc_map_winfast) |
101 | 101 | ||
102 | MODULE_LICENSE("GPL"); | 102 | MODULE_LICENSE("GPL"); |
103 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 103 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h index dc3b0b798035..da536c93c978 100644 --- a/drivers/media/rc/rc-core-priv.h +++ b/drivers/media/rc/rc-core-priv.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Remote Controller core raw events header | 2 | * Remote Controller core raw events header |
3 | * | 3 | * |
4 | * Copyright (C) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2010 by Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * 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 | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c index fa8b9575a84c..2ec60f8d2777 100644 --- a/drivers/media/rc/rc-main.c +++ b/drivers/media/rc/rc-main.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* rc-main.c - Remote Controller core module | 1 | /* rc-main.c - Remote Controller core module |
2 | * | 2 | * |
3 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 3 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -1398,5 +1398,5 @@ int rc_core_debug; /* ir_debug level (0,1,2) */ | |||
1398 | EXPORT_SYMBOL_GPL(rc_core_debug); | 1398 | EXPORT_SYMBOL_GPL(rc_core_debug); |
1399 | module_param_named(debug, rc_core_debug, int, 0644); | 1399 | module_param_named(debug, rc_core_debug, int, 0644); |
1400 | 1400 | ||
1401 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 1401 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
1402 | MODULE_LICENSE("GPL"); | 1402 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/tuners/mt2063.c b/drivers/media/tuners/mt2063.c index 20cca405bf45..f640dcf4a81d 100644 --- a/drivers/media/tuners/mt2063.c +++ b/drivers/media/tuners/mt2063.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Driver for mt2063 Micronas tuner | 2 | * Driver for mt2063 Micronas tuner |
3 | * | 3 | * |
4 | * Copyright (c) 2011 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (c) 2011 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This driver came from a driver originally written by: | 6 | * This driver came from a driver originally written by: |
7 | * Henry Wang <Henry.wang@AzureWave.com> | 7 | * Henry Wang <Henry.wang@AzureWave.com> |
@@ -2298,6 +2298,6 @@ static int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe) | |||
2298 | } | 2298 | } |
2299 | #endif | 2299 | #endif |
2300 | 2300 | ||
2301 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 2301 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
2302 | MODULE_DESCRIPTION("MT2063 Silicon tuner"); | 2302 | MODULE_DESCRIPTION("MT2063 Silicon tuner"); |
2303 | MODULE_LICENSE("GPL"); | 2303 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c index d9ee43fae62d..319adc4f0561 100644 --- a/drivers/media/tuners/r820t.c +++ b/drivers/media/tuners/r820t.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Rafael Micro R820T driver | 2 | * Rafael Micro R820T driver |
3 | * | 3 | * |
4 | * Copyright (C) 2013 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2013 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This driver was written from scratch, based on an existing driver | 6 | * This driver was written from scratch, based on an existing driver |
7 | * that it is part of rtl-sdr git tree, released under GPLv2: | 7 | * that it is part of rtl-sdr git tree, released under GPLv2: |
@@ -2351,5 +2351,5 @@ err_no_gate: | |||
2351 | EXPORT_SYMBOL_GPL(r820t_attach); | 2351 | EXPORT_SYMBOL_GPL(r820t_attach); |
2352 | 2352 | ||
2353 | MODULE_DESCRIPTION("Rafael Micro r820t silicon tuner driver"); | 2353 | MODULE_DESCRIPTION("Rafael Micro r820t silicon tuner driver"); |
2354 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 2354 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
2355 | MODULE_LICENSE("GPL"); | 2355 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/usb/cx231xx/cx231xx-input.c b/drivers/media/usb/cx231xx/cx231xx-input.c index 0f7b42446826..46d52fac8680 100644 --- a/drivers/media/usb/cx231xx/cx231xx-input.c +++ b/drivers/media/usb/cx231xx/cx231xx-input.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cx231xx IR glue driver | 2 | * cx231xx IR glue driver |
3 | * | 3 | * |
4 | * Copyright (C) 2010 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2010 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * Polaris (cx231xx) has its support for IR's with a design close to MCE. | 6 | * Polaris (cx231xx) has its support for IR's with a design close to MCE. |
7 | * however, a few designs are using an external I2C chip for IR, instead | 7 | * however, a few designs are using an external I2C chip for IR, instead |
diff --git a/drivers/media/usb/dvb-usb-v2/az6007.c b/drivers/media/usb/dvb-usb-v2/az6007.c index c1051c347744..c3c4b98733bf 100644 --- a/drivers/media/usb/dvb-usb-v2/az6007.c +++ b/drivers/media/usb/dvb-usb-v2/az6007.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz | 7 | * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz |
8 | * The original driver's license is GPL, as declared with MODULE_LICENSE() | 8 | * The original driver's license is GPL, as declared with MODULE_LICENSE() |
9 | * | 9 | * |
10 | * Copyright (c) 2010-2012 Mauro Carvalho Chehab <mchehab@redhat.com> | 10 | * Copyright (c) 2010-2012 Mauro Carvalho Chehab |
11 | * Driver modified by in order to work with upstream drxk driver, and | 11 | * Driver modified by in order to work with upstream drxk driver, and |
12 | * tons of bugs got fixed, and converted to use dvb-usb-v2. | 12 | * tons of bugs got fixed, and converted to use dvb-usb-v2. |
13 | * | 13 | * |
@@ -975,7 +975,7 @@ static struct usb_driver az6007_usb_driver = { | |||
975 | module_usb_driver(az6007_usb_driver); | 975 | module_usb_driver(az6007_usb_driver); |
976 | 976 | ||
977 | MODULE_AUTHOR("Henry Wang <Henry.wang@AzureWave.com>"); | 977 | MODULE_AUTHOR("Henry Wang <Henry.wang@AzureWave.com>"); |
978 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 978 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
979 | MODULE_DESCRIPTION("Driver for AzureWave 6007 DVB-C/T USB2.0 and clones"); | 979 | MODULE_DESCRIPTION("Driver for AzureWave 6007 DVB-C/T USB2.0 and clones"); |
980 | MODULE_VERSION("2.0"); | 980 | MODULE_VERSION("2.0"); |
981 | MODULE_LICENSE("GPL"); | 981 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/media/usb/em28xx/em28xx-audio.c b/drivers/media/usb/em28xx/em28xx-audio.c index dfdfa772eb1e..566fa096eaf8 100644 --- a/drivers/media/usb/em28xx/em28xx-audio.c +++ b/drivers/media/usb/em28xx/em28xx-audio.c | |||
@@ -1008,7 +1008,7 @@ static void __exit em28xx_alsa_unregister(void) | |||
1008 | 1008 | ||
1009 | MODULE_LICENSE("GPL"); | 1009 | MODULE_LICENSE("GPL"); |
1010 | MODULE_AUTHOR("Markus Rechberger <mrechberger@gmail.com>"); | 1010 | MODULE_AUTHOR("Markus Rechberger <mrechberger@gmail.com>"); |
1011 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 1011 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
1012 | MODULE_DESCRIPTION(DRIVER_DESC " - audio interface"); | 1012 | MODULE_DESCRIPTION(DRIVER_DESC " - audio interface"); |
1013 | MODULE_VERSION(EM28XX_VERSION); | 1013 | MODULE_VERSION(EM28XX_VERSION); |
1014 | 1014 | ||
diff --git a/drivers/media/usb/em28xx/em28xx-input.c b/drivers/media/usb/em28xx/em28xx-input.c index 18f65d89d4bc..048e5b680499 100644 --- a/drivers/media/usb/em28xx/em28xx-input.c +++ b/drivers/media/usb/em28xx/em28xx-input.c | |||
@@ -845,7 +845,7 @@ static void __exit em28xx_rc_unregister(void) | |||
845 | } | 845 | } |
846 | 846 | ||
847 | MODULE_LICENSE("GPL"); | 847 | MODULE_LICENSE("GPL"); |
848 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 848 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
849 | MODULE_DESCRIPTION(DRIVER_DESC " - input interface"); | 849 | MODULE_DESCRIPTION(DRIVER_DESC " - input interface"); |
850 | MODULE_VERSION(EM28XX_VERSION); | 850 | MODULE_VERSION(EM28XX_VERSION); |
851 | 851 | ||
diff --git a/drivers/media/usb/tm6000/tm6000-alsa.c b/drivers/media/usb/tm6000/tm6000-alsa.c index 813c1ec53608..2c2a3818a8d9 100644 --- a/drivers/media/usb/tm6000/tm6000-alsa.c +++ b/drivers/media/usb/tm6000/tm6000-alsa.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * | 2 | * |
3 | * Support for audio capture for tm5600/6000/6010 | 3 | * Support for audio capture for tm5600/6000/6010 |
4 | * (c) 2007-2008 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * (c) 2007-2008 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * Based on cx88-alsa.c | 6 | * Based on cx88-alsa.c |
7 | * | 7 | * |
@@ -56,7 +56,7 @@ MODULE_PARM_DESC(index, "Index value for tm6000x capture interface(s)."); | |||
56 | ****************************************************************************/ | 56 | ****************************************************************************/ |
57 | 57 | ||
58 | MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000/tm6010 based TV cards"); | 58 | MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000/tm6010 based TV cards"); |
59 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 59 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
60 | MODULE_LICENSE("GPL"); | 60 | MODULE_LICENSE("GPL"); |
61 | MODULE_SUPPORTED_DEVICE("{{Trident,tm5600}," | 61 | MODULE_SUPPORTED_DEVICE("{{Trident,tm5600}," |
62 | "{{Trident,tm6000}," | 62 | "{{Trident,tm6000}," |
diff --git a/drivers/media/usb/tm6000/tm6000-dvb.c b/drivers/media/usb/tm6000/tm6000-dvb.c index 9fc1e940a82b..095f5db1a790 100644 --- a/drivers/media/usb/tm6000/tm6000-dvb.c +++ b/drivers/media/usb/tm6000/tm6000-dvb.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "xc5000.h" | 32 | #include "xc5000.h" |
33 | 33 | ||
34 | MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards"); | 34 | MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards"); |
35 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>"); | 35 | MODULE_AUTHOR("Mauro Carvalho Chehab"); |
36 | MODULE_LICENSE("GPL"); | 36 | MODULE_LICENSE("GPL"); |
37 | 37 | ||
38 | MODULE_SUPPORTED_DEVICE("{{Trident, tm5600}," | 38 | MODULE_SUPPORTED_DEVICE("{{Trident, tm5600}," |
diff --git a/drivers/media/usb/tm6000/tm6000-stds.c b/drivers/media/usb/tm6000/tm6000-stds.c index 5e28d6a2412f..93a4b2434b6e 100644 --- a/drivers/media/usb/tm6000/tm6000-stds.c +++ b/drivers/media/usb/tm6000/tm6000-stds.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * tm6000-stds.c - driver for TM5600/TM6000/TM6010 USB video capture devices | 2 | * tm6000-stds.c - driver for TM5600/TM6000/TM6010 USB video capture devices |
3 | * | 3 | * |
4 | * Copyright (C) 2007 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2007 Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * 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 | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/include/media/rc-core.h b/include/media/rc-core.h index 4a72176e04f6..5e7197e40c14 100644 --- a/include/media/rc-core.h +++ b/include/media/rc-core.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Remote Controller core header | 2 | * Remote Controller core header |
3 | * | 3 | * |
4 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (C) 2009-2010 by Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * 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 | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index b3224edf1b46..e5aa2409c0ea 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * rc-map.h - define RC map names used by RC drivers | 2 | * rc-map.h - define RC map names used by RC drivers |
3 | * | 3 | * |
4 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (c) 2010 by Mauro Carvalho Chehab |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * 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 | 7 | * it under the terms of the GNU General Public License as published by |