diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-03-26 17:08:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-06-17 11:04:55 -0400 |
commit | 2ac6f6305efef8c10994be48b20723cc70654189 (patch) | |
tree | 120ac27fbab1704141d5be9fd9ba52e9f8e22597 /drivers/media/rc/img-ir/img-ir-raw.h | |
parent | 163438b8c76aa0a49dd89bae88ad7cfb3e189c64 (diff) |
[media] rc: img-ir: Expand copyright headers with GPL notices
Add the basic GPLv2+ license notice to the copyright headers at the top
of all the source files in the img-ir driver.
Reported-by: David Härdeman <david@hardeman.nu>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/img-ir/img-ir-raw.h')
-rw-r--r-- | drivers/media/rc/img-ir/img-ir-raw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/rc/img-ir/img-ir-raw.h b/drivers/media/rc/img-ir/img-ir-raw.h index 9802ffd51b9a..4c9b7676e6fc 100644 --- a/drivers/media/rc/img-ir/img-ir-raw.h +++ b/drivers/media/rc/img-ir/img-ir-raw.h | |||
@@ -2,6 +2,11 @@ | |||
2 | * ImgTec IR Raw Decoder found in PowerDown Controller. | 2 | * ImgTec IR Raw Decoder found in PowerDown Controller. |
3 | * | 3 | * |
4 | * Copyright 2010-2014 Imagination Technologies Ltd. | 4 | * Copyright 2010-2014 Imagination Technologies Ltd. |
5 | * | ||
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 the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
5 | */ | 10 | */ |
6 | 11 | ||
7 | #ifndef _IMG_IR_RAW_H_ | 12 | #ifndef _IMG_IR_RAW_H_ |