| .. | .. |
|---|
| 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 |
|---|
| .. | .. |
|---|
| 15 | 16 | * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
|---|
| 16 | 17 | * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> |
|---|
| 17 | 18 | * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be> |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is free software; you can redistribute it and/or |
|---|
| 20 | | - * modify it under the terms of the GNU General Public License |
|---|
| 21 | | - * as published by the Free Software Foundation; either version |
|---|
| 22 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 23 | 19 | */ |
|---|
| 24 | 20 | #ifndef _LINUX_IF_FDDI_H |
|---|
| 25 | 21 | #define _LINUX_IF_FDDI_H |
|---|