aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss/iss_video.c
diff options
context:
space:
mode:
authorDaniel Graefe <daniel.graefe@fau.de>2018-06-26 17:30:56 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-09-12 08:27:15 -0400
commit730b0ac3a865f57b3a2b7506f79bf7adb3d840bb (patch)
tree165bc7ce50df74fcbc69c23629a13dbfdc1ca099 /drivers/staging/media/omap4iss/iss_video.c
parentmedia: mxl5xx: add a fall-trough annotation (diff)
downloadlinux-dev-730b0ac3a865f57b3a2b7506f79bf7adb3d840bb.tar.xz
linux-dev-730b0ac3a865f57b3a2b7506f79bf7adb3d840bb.zip
media: staging: media: omap4iss: Added SPDX license identifiers
Added missing SPDX license identifiers to all files of the omap4iss driver. Most files already have license texts which clearly state them to be licensed under GPL 2.0 or later. SPDX identifiers were added accordingly. Some files do not have any license text. SPDX identifiers for GPL 2.0 were added to them, in accordance with the default license of the kernel. Signed-off-by: Daniel Graefe <daniel.graefe@fau.de> Signed-off-by: Roman Sommer <roman.sommer@fau.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/staging/media/omap4iss/iss_video.c')
-rw-r--r--drivers/staging/media/omap4iss/iss_video.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/media/omap4iss/iss_video.c b/drivers/staging/media/omap4iss/iss_video.c
index 124f304907b6..c1322aeaf01e 100644
--- a/drivers/staging/media/omap4iss/iss_video.c
+++ b/drivers/staging/media/omap4iss/iss_video.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* TI OMAP4 ISS V4L2 Driver - Generic video node
*
* Copyright (C) 2012 Texas Instruments, Inc.
*
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com>
- *
- * 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 <linux/clk.h>