hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/802/hippi.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
....@@ -13,11 +14,6 @@
1314 * Florian La Roche, <rzsfl@rz.uni-sb.de>
1415 * Alan Cox, <gw4pts@gw4pts.ampr.org>
1516 * Jes Sorensen, <Jes.Sorensen@cern.ch>
16
- *
17
- * This program is free software; you can redistribute it and/or
18
- * modify it under the terms of the GNU General Public License
19
- * as published by the Free Software Foundation; either version
20
- * 2 of the License, or (at your option) any later version.
2117 */
2218
2319 #include <linux/module.h>