hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/if_ether.h
....@@ -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
....@@ -11,11 +12,6 @@
1112 * Donald Becker, <becker@super.org>
1213 * Alan Cox, <alan@lxorguk.ukuu.org.uk>
1314 * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk>
14
- *
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.
1915 */
2016 #ifndef _LINUX_IF_ETHER_H
2117 #define _LINUX_IF_ETHER_H