| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Swansea University Computer Society NET3 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 33 | 34 | * $Id: udp.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ |
|---|
| 34 | 35 | * $Id: we.c,v 0.8.4.10 1993/01/23 18:00:11 bir7 Exp $ |
|---|
| 35 | 36 | * $Id: wereg.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $ |
|---|
| 36 | | - * |
|---|
| 37 | | - * This program is free software; you can redistribute it and/or |
|---|
| 38 | | - * modify it under the terms of the GNU General Public License |
|---|
| 39 | | - * as published by the Free Software Foundation; either version |
|---|
| 40 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 41 | 37 | */ |
|---|
| 42 | 38 | #ifndef _LINUX_INET_H |
|---|
| 43 | 39 | #define _LINUX_INET_H |
|---|