.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
---|
3 | 4 | * operating system. INET is implemented using the BSD Socket |
---|
.. | .. |
---|
11 | 12 | * Donald Becker, <becker@super.org> |
---|
12 | 13 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
---|
13 | 14 | * 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. |
---|
19 | 15 | */ |
---|
20 | 16 | #ifndef _LINUX_IF_ETHER_H |
---|
21 | 17 | #define _LINUX_IF_ETHER_H |
---|