forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/net/ppp/pppox.c
....@@ -1,9 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /** -*- linux-c -*- ***********************************************************
23 * Linux PPP over X/Ethernet (PPPoX/PPPoE) Sockets
34 *
45 * PPPoX --- Generic PPP encapsulation socket family
56 * PPPoE --- PPP over Ethernet (RFC 2516)
6
- *
77 *
88 * Version: 0.5.2
99 *
....@@ -12,11 +12,6 @@
1212 * 051000 : Initialization cleanup
1313 *
1414 * License:
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
19
- *
2015 */
2116
2217 #include <linux/string.h>