hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/Space.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * INET An implementation of the TCP/IP protocol suite for the LINUX
34 * operating system. INET is implemented using the BSD Socket
....@@ -21,11 +22,6 @@
2122 * Paul Gortmaker (06/98):
2223 * - sort probes in a sane way, make sure all (safe) probes
2324 * get run once & failed autoprobes don't autoprobe again.
24
- *
25
- * This program is free software; you can redistribute it and/or
26
- * modify it under the terms of the GNU General Public License
27
- * as published by the Free Software Foundation; either version
28
- * 2 of the License, or (at your option) any later version.
2925 */
3026 #include <linux/netdevice.h>
3127 #include <linux/etherdevice.h>