.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* Common methods for dibusb-based-receivers. |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) |
---|
4 | 5 | * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms of the GNU General Public License as published by the Free |
---|
7 | | - * Software Foundation, version 2. |
---|
8 | | - * |
---|
9 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
---|
| 6 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include "dibusb.h" |
---|