forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/media/pci/tw68/tw68-risc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * tw68_risc.c
34 * Part of the device driver for Techwell 68xx based cards
....@@ -14,16 +15,6 @@
1415 * Refactored and updated to the latest v4l core frameworks:
1516 *
1617 * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl>
17
- *
18
- * This program is free software; you can redistribute it and/or modify
19
- * it under the terms of the GNU General Public License as published by
20
- * the Free Software Foundation; either version 2 of the License, or
21
- * (at your option) any later version.
22
- *
23
- * This program is distributed in the hope that it will be useful,
24
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
25
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
- * GNU General Public License for more details.
2718 */
2819
2920 #include "tw68.h"