media: ir-spi: add SPDX identifier

Replace the original license statement with the SPDX identifier.

Update also the copyright owner adding myself as co-owner of the
copyright.

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Andi Shyti 2017-12-12 02:47:20 -05:00 committed by Mauro Carvalho Chehab
parent f81a8158d4
commit 8ea636dcec
1 changed files with 5 additions and 10 deletions

View File

@ -1,13 +1,8 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2016 Samsung Electronics Co., Ltd. // SPI driven IR LED device driver
* Author: Andi Shyti <andi.shyti@samsung.com> //
* // Copyright (c) 2016 Samsung Electronics Co., Ltd.
* This program is free software; you can redistribute it and/or modify // Copyright (c) Andi Shyti <andi.shyti@samsung.com>
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* SPI driven IR LED device driver
*/
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/fs.h> #include <linux/fs.h>