forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/net/ethernet/amd/au1000_eth.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 *
34 * Alchemy Au1x00 ethernet driver include file
....@@ -5,24 +6,6 @@
56 * Author: Pete Popov <ppopov@mvista.com>
67 *
78 * Copyright 2001 MontaVista Software Inc.
8
- *
9
- * ########################################################################
10
- *
11
- * This program is free software; you can distribute it and/or modify it
12
- * under the terms of the GNU General Public License (Version 2) as
13
- * published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope it will be useful, but WITHOUT
16
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18
- * for more details.
19
- *
20
- * You should have received a copy of the GNU General Public License along
21
- * with this program; if not, see <http://www.gnu.org/licenses/>.
22
- *
23
- * ########################################################################
24
- *
25
- *
269 */
2710
2811