.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * ddbridge-regs.h: Digital Devices PCIe bridge driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * modify it under the terms of the GNU General Public License |
---|
8 | 9 | * version 2 only, as published by the Free Software Foundation. |
---|
9 | 10 | * |
---|
10 | | - * |
---|
11 | 11 | * This program is distributed in the hope that it will be useful, |
---|
12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | 14 | * GNU General Public License for more details. |
---|
15 | | - * |
---|
16 | | - * To obtain the license, point your browser to |
---|
17 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
18 | 15 | */ |
---|
19 | 16 | |
---|
20 | 17 | #ifndef __DDBRIDGE_REGS_H__ |
---|