aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov9640.h
diff options
context:
space:
mode:
authorPetr Cvek <petrcvekcz@gmail.com>2018-12-13 10:39:15 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-16 13:30:44 -0500
commitf8de593d5348259c25bb383e80698213b9af4ff0 (patch)
treec752b3ddfbb3a39cde01cc77252eda0003dfefd8 /drivers/media/i2c/ov9640.h
parentmedia: MAINTAINERS: add Petr Cvek as a maintainer for the ov9640 driver (diff)
downloadlinux-dev-f8de593d5348259c25bb383e80698213b9af4ff0.tar.xz
linux-dev-f8de593d5348259c25bb383e80698213b9af4ff0.zip
media: i2c: ov9640: add missing SPDX identifiers
Add missing SPDX identifiers to .c and .h files of the sensor driver. Signed-off-by: Petr Cvek <petrcvekcz@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/ov9640.h')
-rw-r--r--drivers/media/i2c/ov9640.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/i2c/ov9640.h b/drivers/media/i2c/ov9640.h
index be5e4b29ac69..a8ed6992c1a8 100644
--- a/drivers/media/i2c/ov9640.h
+++ b/drivers/media/i2c/ov9640.h
@@ -1,11 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* OmniVision OV96xx Camera Header File
*
* Copyright (C) 2009 Marek Vasut <marek.vasut@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#ifndef __DRIVERS_MEDIA_VIDEO_OV9640_H__