Commit 2ac6f630 authored by James Hogan's avatar James Hogan Committed by Mauro Carvalho Chehab

[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: default avatarDavid Härdeman <david@hardeman.nu>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 163438b8
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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 contains core img-ir code for setting up the driver. The two interfaces * This contains core img-ir code for setting up the driver. The two interfaces
* (raw and hardware decode) are handled separately. * (raw and hardware decode) are handled separately.
*/ */
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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. Protocol support is * This ties into the input subsystem using the RC-core. Protocol support is
* provided in separate modules which provide the parameters and scancode * provided in separate modules which provide the parameters and scancode
* translation functions to set up the hardware decoder and interpret the * translation functions to set up the hardware decoder and interpret the
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Hardware Decoder found in PowerDown Controller. * ImgTec IR Hardware Decoder found in PowerDown Controller.
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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.
*/ */
#ifndef _IMG_IR_HW_H_ #ifndef _IMG_IR_HW_H_
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Decoder setup for JVC protocol. * ImgTec IR Decoder setup for JVC protocol.
* *
* Copyright 2012-2014 Imagination Technologies Ltd. * Copyright 2012-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.
*/ */
#include "img-ir-hw.h" #include "img-ir-hw.h"
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Decoder setup for NEC protocol. * ImgTec IR Decoder setup for NEC protocol.
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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.
*/ */
#include "img-ir-hw.h" #include "img-ir-hw.h"
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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 * 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. * signal edges are reported and decoded by generic software decoders.
*/ */
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Raw Decoder found in PowerDown Controller. * ImgTec IR Raw Decoder found in PowerDown Controller.
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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.
*/ */
#ifndef _IMG_IR_RAW_H_ #ifndef _IMG_IR_RAW_H_
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
* *
* Copyright 2012-2014 Imagination Technologies Ltd. * Copyright 2012-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.
*
* From ir-sanyo-decoder.c: * From ir-sanyo-decoder.c:
* *
* This protocol uses the NEC protocol timings. However, data is formatted as: * This protocol uses the NEC protocol timings. However, data is formatted as:
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Decoder setup for Sharp protocol. * ImgTec IR Decoder setup for Sharp protocol.
* *
* Copyright 2012-2014 Imagination Technologies Ltd. * Copyright 2012-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.
*/ */
#include "img-ir-hw.h" #include "img-ir-hw.h"
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Decoder setup for Sony (SIRC) protocol. * ImgTec IR Decoder setup for Sony (SIRC) protocol.
* *
* Copyright 2012-2014 Imagination Technologies Ltd. * Copyright 2012-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.
*/ */
#include "img-ir-hw.h" #include "img-ir-hw.h"
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
* ImgTec IR Decoder found in PowerDown Controller. * ImgTec IR Decoder found in PowerDown Controller.
* *
* Copyright 2010-2014 Imagination Technologies Ltd. * 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.
*/ */
#ifndef _IMG_IR_H_ #ifndef _IMG_IR_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment