| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* DVB USB compliant linux driver for |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * DM04/QQBOX DVB-S USB BOX LME2510C + SHARP:BS2F7HZ7395 |
|---|
| .. | .. |
|---|
| 12 | 13 | * |
|---|
| 13 | 14 | * MVB0001F (LME2510C+LGTDQT-P001F) |
|---|
| 14 | 15 | * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 16 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 17 | | - * Software Foundation, version 2. |
|---|
| 18 | 16 | * * |
|---|
| 19 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
|---|
| 17 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
|---|
| 20 | 18 | */ |
|---|
| 21 | 19 | #ifndef _DVB_USB_LME2510_H_ |
|---|
| 22 | 20 | #define _DVB_USB_LME2510_H_ |
|---|