hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 */