.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * XGE PCSR module initialisation |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Authors: Sandeep Nair <sandeep_n@ti.com> |
---|
6 | 7 | * WingMan Kwok <w-kwok2@ti.com> |
---|
7 | 8 | * |
---|
8 | | - * This program is free software; you can redistribute it and/or |
---|
9 | | - * modify it under the terms of the GNU General Public License as |
---|
10 | | - * published by the Free Software Foundation version 2. |
---|
11 | | - * |
---|
12 | | - * This program is distributed "as is" WITHOUT ANY WARRANTY of any |
---|
13 | | - * kind, whether express or implied; without even the implied warranty |
---|
14 | | - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
15 | | - * GNU General Public License for more details. |
---|
16 | 9 | */ |
---|
17 | 10 | #include "netcp.h" |
---|
18 | 11 | |
---|