.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for the Conexant CX23885/7/8 PCIe bridge |
---|
3 | 4 | * |
---|
.. | .. |
---|
18 | 19 | * Copyright (C) 2004, 2005 Chris Pascoe |
---|
19 | 20 | * Copyright (C) 2003, 2004 Gerd Knorr |
---|
20 | 21 | * Copyright (C) 2003 Pavel Machek |
---|
21 | | - * |
---|
22 | | - * This program is free software; you can redistribute it and/or |
---|
23 | | - * modify it under the terms of the GNU General Public License |
---|
24 | | - * as published by the Free Software Foundation; either version 2 |
---|
25 | | - * of the License, or (at your option) any later version. |
---|
26 | | - * |
---|
27 | | - * This program is distributed in the hope that it will be useful, |
---|
28 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
29 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
30 | | - * GNU General Public License for more details. |
---|
31 | 22 | */ |
---|
32 | 23 | |
---|
33 | 24 | #include "cx23885.h" |
---|