.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* Altera Triple-Speed Ethernet MAC driver |
---|
2 | 3 | * Copyright (C) 2008-2014 Altera Corporation. All rights reserved |
---|
3 | 4 | * |
---|
.. | .. |
---|
14 | 15 | * |
---|
15 | 16 | * Original driver contributed by SLS. |
---|
16 | 17 | * Major updates contributed by GlobalLogic |
---|
17 | | - * |
---|
18 | | - * This program is free software; you can redistribute it and/or modify it |
---|
19 | | - * under the terms and conditions of the GNU General Public License, |
---|
20 | | - * version 2, as published by the Free Software Foundation. |
---|
21 | | - * |
---|
22 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
---|
23 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
24 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
25 | | - * more details. |
---|
26 | | - * |
---|
27 | | - * You should have received a copy of the GNU General Public License along with |
---|
28 | | - * this program. If not, see <http://www.gnu.org/licenses/>. |
---|
29 | 18 | */ |
---|
30 | 19 | |
---|
31 | 20 | #ifndef __ALTERA_TSE_H__ |
---|