forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Oxford Semiconductor OXNAS DWMAC glue layer
34 *
....@@ -5,13 +6,6 @@
56 * Copyright (C) 2014 Daniel Golle <daniel@makrotopia.org>
67 * Copyright (C) 2013 Ma Haijun <mahaijuns@gmail.com>
78 * Copyright (C) 2012 John Crispin <blogic@openwrt.org>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
12
- *
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
159 */
1610
1711 #include <linux/device.h>