hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/dvb-frontends/mxl5xx.h
....@@ -1,3 +1,25 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
2
+/*
3
+ * Driver for the MaxLinear MxL5xx family of tuners/demods
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
+ * based on code:
10
+ * Copyright (c) 2011-2013 MaxLinear, Inc. All rights reserved
11
+ * which was released under GPL V2
12
+ *
13
+ * This program is free software; you can redistribute it and/or
14
+ * modify it under the terms of the GNU General Public License
15
+ * version 2, as published by the Free Software Foundation.
16
+ *
17
+ * This program is distributed in the hope that it will be useful,
18
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ * GNU General Public License for more details.
21
+ */
22
+
123 #ifndef _MXL5XX_H_
224 #define _MXL5XX_H_
325