diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-21 16:36:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-04 19:31:26 -0500 |
commit | d76f28f2c3f19f4e2043a220e92e3fc8ec73ba90 (patch) | |
tree | ccd81cfea92b014460f6fbba3082258832a4c19b /drivers/media | |
parent | 8fdb226ee11a417e19d17483aea244d6d5e00122 (diff) |
[media] mt2063: Properly document the author of the original driver
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/common/tuners/mt2063.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index 5e9655a21e12..b2678a468a0e 100644 --- a/drivers/media/common/tuners/mt2063.c +++ b/drivers/media/common/tuners/mt2063.c | |||
@@ -3,9 +3,11 @@ | |||
3 | * | 3 | * |
4 | * Copyright (c) 2011 Mauro Carvalho Chehab <mchehab@redhat.com> | 4 | * Copyright (c) 2011 Mauro Carvalho Chehab <mchehab@redhat.com> |
5 | * | 5 | * |
6 | * This driver came from a driver originally written by Henry, made available | 6 | * This driver came from a driver originally written by: |
7 | * by Terratec, at: | 7 | * Henry Wang <Henry.wang@AzureWave.com> |
8 | * Made publicly available by Terratec, at: | ||
8 | * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz | 9 | * http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz |
10 | * The original driver's license is GPL, as declared with MODULE_LICENSE() | ||
9 | * | 11 | * |
10 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |