summaryrefslogtreecommitdiff
path: root/drivers/media/rc/img-ir/img-ir-raw.c
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-03-26 18:08:33 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-06-17 12:04:55 -0300
commit2ac6f6305efef8c10994be48b20723cc70654189 (patch)
tree120ac27fbab1704141d5be9fd9ba52e9f8e22597 /drivers/media/rc/img-ir/img-ir-raw.c
parent163438b8c76aa0a49dd89bae88ad7cfb3e189c64 (diff)
downloadlwn-2ac6f6305efef8c10994be48b20723cc70654189.tar.gz
lwn-2ac6f6305efef8c10994be48b20723cc70654189.zip
[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.c')
-rw-r--r--drivers/media/rc/img-ir/img-ir-raw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/rc/img-ir/img-ir-raw.c b/drivers/media/rc/img-ir/img-ir-raw.c
index cfb01d9e571a..33f37ed87ad2 100644
--- a/drivers/media/rc/img-ir/img-ir-raw.c
+++ b/drivers/media/rc/img-ir/img-ir-raw.c
@@ -3,6 +3,11 @@
*
* Copyright 2010-2014 Imagination Technologies Ltd.
*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
* This ties into the input subsystem using the RC-core in raw mode. Raw IR
* signal edges are reported and decoded by generic software decoders.
*/