| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * public header file of the frontend drivers for mobile DVB-T demodulators |
|---|
| 3 | 4 | * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/) |
|---|
| .. | .. |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * Copyright (C) 2004 Amaury Demol for DiBcom |
|---|
| 10 | 11 | * |
|---|
| 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 | | - * |
|---|
| 15 | 12 | * Acknowledgements |
|---|
| 16 | 13 | * |
|---|
| 17 | 14 | * Amaury Demol from DiBcom for providing specs and driver |
|---|
| 18 | 15 | * sources, on which this driver (and the dvb-dibusb) are based. |
|---|
| 19 | 16 | * |
|---|
| 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 |
|---|
| 22 | 18 | */ |
|---|
| 23 | 19 | |
|---|
| 24 | 20 | #ifndef DIB3000_H |
|---|