| .. | .. |
|---|
| 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 |
|---|
| .. | .. |
|---|
| 14 | 15 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
|---|
| 15 | 16 | * Alan Cox, <gw4pts@gw4pts.ampr.org> |
|---|
| 16 | 17 | * Lawrence V. Stefani, <stefani@lkg.dec.com> |
|---|
| 17 | | - * |
|---|
| 18 | | - * This program is free software; you can redistribute it and/or |
|---|
| 19 | | - * modify it under the terms of the GNU General Public License |
|---|
| 20 | | - * as published by the Free Software Foundation; either version |
|---|
| 21 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 22 | 18 | */ |
|---|
| 23 | 19 | #ifndef _LINUX_HIPPIDEVICE_H |
|---|
| 24 | 20 | #define _LINUX_HIPPIDEVICE_H |
|---|