forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/net/ethernet/altera/altera_tse.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* Altera Triple-Speed Ethernet MAC driver
23 * Copyright (C) 2008-2014 Altera Corporation. All rights reserved
34 *
....@@ -14,18 +15,6 @@
1415 *
1516 * Original driver contributed by SLS.
1617 * 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/>.
2918 */
3019
3120 #ifndef __ALTERA_TSE_H__