diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-01 14:47:11 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-11 13:42:54 +0100 |
commit | 688c73c64d1acdb73565656dd2ea1cf8a4e5b2a3 (patch) | |
tree | 5f54d391112de375aef8ff9dcc8a18fb7799dc4b /drivers/media/rc/keymaps/rc-avermedia-a16d.c | |
parent | media: usb: add SPDX identifiers to some code I wrote (diff) | |
download | linux-688c73c64d1acdb73565656dd2ea1cf8a4e5b2a3.tar.xz linux-688c73c64d1acdb73565656dd2ea1cf8a4e5b2a3.zip |
media: rc keymaps: add SPDX identifiers to the code I wrote
As we're now using SPDX identifiers, on the several
RC keymap files I wrote, add the proper SPDX, identifying
the license I meant.
As we're now using the short license, it doesn't make sense to
keep the original license text.
Also, fix MODULE_LICENSE to identify GPL v2, as this is the
minimal license requirement for those modles.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/keymaps/rc-avermedia-a16d.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-avermedia-a16d.c | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/drivers/media/rc/keymaps/rc-avermedia-a16d.c b/drivers/media/rc/keymaps/rc-avermedia-a16d.c index 510dc90ebf49..5549c043cfe4 100644 --- a/drivers/media/rc/keymaps/rc-avermedia-a16d.c +++ b/drivers/media/rc/keymaps/rc-avermedia-a16d.c @@ -1,14 +1,9 @@ -/* avermedia-a16d.h - Keytable for avermedia_a16d Remote Controller - * - * keymap imported from ir-keymaps.c - * - * Copyright (c) 2010 by Mauro Carvalho Chehab - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0+ +// avermedia-a16d.h - Keytable for avermedia_a16d Remote Controller +// +// keymap imported from ir-keymaps.c +// +// Copyright (c) 2010 by Mauro Carvalho Chehab #include <media/rc-map.h> #include <linux/module.h> |