forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ttpci/budget-patch.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * budget-patch.c: driver for Budget Patch,
34 * hardware modification of DVB-S cards enabling full TS
....@@ -8,21 +9,6 @@
89 *
910 * Special thanks to Holger Waechtler, Michael Hunold, Marian Durkovic
1011 * and Metzlerbros
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License
14
- * as published by the Free Software Foundation; either version 2
15
- * of the License, or (at your option) any later version.
16
- *
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
22
- *
23
- * To obtain the license, point your browser to
24
- * http://www.gnu.org/copyleft/gpl.html
25
- *
2612 *
2713 * the project's page is at https://linuxtv.org
2814 */