forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ttpci/av7110_ca.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * av7110_ca.c: CA and CI stuff
34 *
....@@ -6,21 +7,6 @@
67 *
78 * originally based on code by:
89 * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.de>
9
- *
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 2
13
- * of the License, or (at your option) any later version.
14
- *
15
- *
16
- * This program is distributed in the hope that it will be useful,
17
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- * GNU General Public License for more details.
20
- *
21
- * To obtain the license, point your browser to
22
- * http://www.gnu.org/copyleft/gpl.html
23
- *
2410 *
2511 * the project's page is at https://linuxtv.org
2612 */