hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/dvb-frontends/stv0910.h
....@@ -1,3 +1,21 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
2
+/*
3
+ * Driver for the ST STV0910 DVB-S/S2 demodulator.
4
+ *
5
+ * Copyright (C) 2014-2015 Ralph Metzler <rjkm@metzlerbros.de>
6
+ * Marcus Metzler <mocm@metzlerbros.de>
7
+ * developed for Digital Devices GmbH
8
+ *
9
+ * This program is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU General Public License
11
+ * version 2 only, as published by the Free Software Foundation.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ */
18
+
119 #ifndef _STV0910_H_
220 #define _STV0910_H_
321