diff options
Diffstat (limited to 'drivers/media/rc/ite-cir.c')
-rw-r--r-- | drivers/media/rc/ite-cir.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/rc/ite-cir.c b/drivers/media/rc/ite-cir.c index 1d48a9e59f93..3ab6cec0dc3b 100644 --- a/drivers/media/rc/ite-cir.c +++ b/drivers/media/rc/ite-cir.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for ITE Tech Inc. IT8712F/IT8512 CIR | 3 | * Driver for ITE Tech Inc. IT8712F/IT8512 CIR |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Juan Jesús García de Soria <skandalfo@gmail.com> | 5 | * Copyright (C) 2010 Juan Jesús García de Soria <skandalfo@gmail.com> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation; either version 2 of the | ||
9 | * License, or (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License for more details. | ||
15 | * | ||
16 | * Inspired by the original lirc_it87 and lirc_ite8709 drivers, on top of the | 7 | * Inspired by the original lirc_it87 and lirc_ite8709 drivers, on top of the |
17 | * skeleton provided by the nuvoton-cir driver. | 8 | * skeleton provided by the nuvoton-cir driver. |
18 | * | 9 | * |