hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/net/appletalk/aarp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * AARP: An implementation of the AppleTalk AARP protocol for
34 * Ethernet 'ELAP'.
....@@ -13,12 +14,6 @@
1314 * Use neighbour discovery code.
1415 * Token Ring Support.
1516 *
16
- * This program is free software; you can redistribute it and/or
17
- * modify it under the terms of the GNU General Public License
18
- * as published by the Free Software Foundation; either version
19
- * 2 of the License, or (at your option) any later version.
20
- *
21
- *
2217 * References:
2318 * Inside AppleTalk (2nd Ed).
2419 * Fixes:
....@@ -26,7 +21,6 @@
2621 * Rob Newberry - Added proxy AARP and AARP proc fs,
2722 * moved probing from DDP module.
2823 * Arnaldo C. Melo - don't mangle rx packets
29
- *
3024 */
3125
3226 #include <linux/if_arp.h>