hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/dvb-frontends/dib3000.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * public header file of the frontend drivers for mobile DVB-T demodulators
34 * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/)
....@@ -8,17 +9,12 @@
89 *
910 * Copyright (C) 2004 Amaury Demol for DiBcom
1011 *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License as
13
- * published by the Free Software Foundation, version 2.
14
- *
1512 * Acknowledgements
1613 *
1714 * Amaury Demol from DiBcom for providing specs and driver
1815 * sources, on which this driver (and the dvb-dibusb) are based.
1916 *
20
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
21
- *
17
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
2218 */
2319
2420 #ifndef DIB3000_H