diff options
author | Hans Verkuil <[email protected]> | 2012-09-25 04:44:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2012-09-26 17:53:21 -0300 |
commit | 6a3ca5f551a99281e50cc974ab48329c1261f88b (patch) | |
tree | 257a234fe3a07949c0739a25227282c2854b5d60 | |
parent | 617ade61ea88a370c89960918eddfa10c41316f5 (diff) |
[media] tvaudio: add back lost tda9875 copyright
When the separate tda9875 driver was merged into tvaudio the copyright
line of the tda9875 driver was dropped inadvertently. Add it back.
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/i2c/tvaudio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/i2c/tvaudio.c b/drivers/media/i2c/tvaudio.c index 321b3153df87..b123e561b0ca 100644 --- a/drivers/media/i2c/tvaudio.c +++ b/drivers/media/i2c/tvaudio.c @@ -7,6 +7,10 @@ * Steve VanDeBogart ([email protected]) * Greg Alexander ([email protected]) * + * For the TDA9875 part: + * Copyright (c) 2000 Guillaume Delvit based on Gerd Knorr source + * and Eric Sandeen + * * Copyright(c) 2005-2008 Mauro Carvalho Chehab * - Some cleanups, code fixes, etc * - Convert it to V4L2 API |