forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/cx23885/cx23885-input.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for the Conexant CX23885/7/8 PCIe bridge
34 *
....@@ -18,16 +19,6 @@
1819 * Copyright (C) 2004, 2005 Chris Pascoe
1920 * Copyright (C) 2003, 2004 Gerd Knorr
2021 * Copyright (C) 2003 Pavel Machek
21
- *
22
- * This program is free software; you can redistribute it and/or
23
- * modify it under the terms of the GNU General Public License
24
- * as published by the Free Software Foundation; either version 2
25
- * of the License, or (at your option) any later version.
26
- *
27
- * This program is distributed in the hope that it will be useful,
28
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
29
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30
- * GNU General Public License for more details.
3122 */
3223
3324 #include "cx23885.h"