aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-common.c')
-rw-r--r--drivers/media/v4l2-core/v4l2-common.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/v4l2-core/v4l2-common.c b/drivers/media/v4l2-core/v4l2-common.c
index b5778b2ffa27..c9efb2de710d 100644
--- a/drivers/media/v4l2-core/v4l2-common.c
+++ b/drivers/media/v4l2-core/v4l2-common.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * Video for Linux Two 3 * Video for Linux Two
3 * 4 *
@@ -7,14 +8,8 @@
7 * This file replaces the videodev.c file that comes with the 8 * This file replaces the videodev.c file that comes with the
8 * regular kernel distribution. 9 * regular kernel distribution.
9 * 10 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 *
15 * Author: Bill Dirks <bill@thedirks.org> 11 * Author: Bill Dirks <bill@thedirks.org>
16 * based on code by Alan Cox, <alan@cymru.net> 12 * based on code by Alan Cox, <alan@cymru.net>
17 *
18 */ 13 */
19 14
20/* 15/*
@@ -23,11 +18,6 @@
23 * A generic video device interface for the LINUX operating system 18 * A generic video device interface for the LINUX operating system
24 * using a set of device structures/vectors for low level operations. 19 * using a set of device structures/vectors for low level operations.
25 * 20 *
26 * This program is free software; you can redistribute it and/or
27 * modify it under the terms of the GNU General Public License
28 * as published by the Free Software Foundation; either version
29 * 2 of the License, or (at your option) any later version.
30 *
31 * Author: Alan Cox, <alan@lxorguk.ukuu.org.uk> 21 * Author: Alan Cox, <alan@lxorguk.ukuu.org.uk>
32 * 22 *
33 * Fixes: 23 * Fixes: