forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/net/ethernet/ti/netcp_sgmii.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * SGMI module initialisation
34 *
....@@ -6,14 +7,6 @@
67 * Sandeep Paulraj <s-paulraj@ti.com>
78 * Wingman Kwok <w-kwok2@ti.com>
89 *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License as
11
- * published by the Free Software Foundation version 2.
12
- *
13
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
14
- * kind, whether express or implied; without even the implied warranty
15
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
1710 */
1811
1912 #include "netcp.h"