diff options
Diffstat (limited to 'drivers/media/rc/ir-rc5-decoder.c')
-rw-r--r-- | drivers/media/rc/ir-rc5-decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |