.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* DVB USB compliant linux driver for mobile DVB-T USB devices based on |
---|
2 | 3 | * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P) |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * based on GPL code from DiBcom, which has |
---|
7 | 8 | * Copyright (C) 2004 Amaury Demol for DiBcom |
---|
8 | 9 | * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify it |
---|
10 | | - * under the terms of the GNU General Public License as published by the Free |
---|
11 | | - * Software Foundation, version 2. |
---|
12 | | - * |
---|
13 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
---|
| 10 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
---|
14 | 11 | */ |
---|
15 | 12 | #include "dibusb.h" |
---|
16 | 13 | |
---|