.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* DVB USB compliant linux driver for Technotrend DVB USB boxes and clones |
---|
2 | 3 | * (e.g. Pinnacle 400e DVB-S USB2.0). |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> |
---|
6 | 7 | * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de> |
---|
7 | 8 | * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify it |
---|
9 | | - * under the terms of the GNU General Public License as published by the Free |
---|
10 | | - * Software Foundation, version 2. |
---|
11 | | - * |
---|
12 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
---|
| 9 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
---|
13 | 10 | */ |
---|
14 | 11 | #ifndef _DVB_USB_TTUSB2_H_ |
---|
15 | 12 | #define _DVB_USB_TTUSB2_H_ |
---|