forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/usb/gspca/konica.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for USB webcams based on Konica chipset. This
34 * chipset is used in Intel YC76 camera.
....@@ -12,16 +13,6 @@
1213 * taken from the benq gspca subdriver which is:
1314 *
1415 * Copyright (C) 2009 Jean-Francois Moine (http://moinejf.free.fr)
15
- *
16
- * This program is free software; you can redistribute it and/or modify
17
- * it under the terms of the GNU General Public License as published by
18
- * the Free Software Foundation; either version 2 of the License, or
19
- * any later version.
20
- *
21
- * This program is distributed in the hope that it will be useful,
22
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- * GNU General Public License for more details.
2516 */
2617
2718 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt