diff options
author | Patrick Boettcher <patrick.boettcher@posteo.de> | 2016-01-24 12:56:58 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-25 12:01:08 -0200 |
commit | 99e44da7928d4abb3028258ac3cd23a48495cd61 (patch) | |
tree | 224cd08fec82713a9f9fe165a9928688dfe3134b /drivers/media/dvb-frontends/dibx000_common.c | |
parent | 7ef930a7b33677b8227d0a19dcc32d891d3cde8d (diff) | |
download | linux-99e44da7928d4abb3028258ac3cd23a48495cd61.tar.gz |
[media] media: change email address
Soon my dibcom.fr/parrot.com-address won't respond anymore.
Thus I'm replacing it. And, while being at it,
let's adapt some other (old) email-addresses as well.
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dibx000_common.c')
-rw-r--r-- | drivers/media/dvb-frontends/dibx000_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/dibx000_common.c b/drivers/media/dvb-frontends/dibx000_common.c index 43be7238311e..723358d7ca84 100644 --- a/drivers/media/dvb-frontends/dibx000_common.c +++ b/drivers/media/dvb-frontends/dibx000_common.c @@ -510,6 +510,6 @@ u32 systime(void) } EXPORT_SYMBOL(systime); -MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>"); +MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@posteo.de>"); MODULE_DESCRIPTION("Common function the DiBcom demodulator family"); MODULE_LICENSE("GPL"); |