.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /*************************************************************************** |
---|
2 | 3 | * Linux PPP over X - Generic PPP transport layer sockets |
---|
3 | 4 | * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516) |
---|
.. | .. |
---|
6 | 7 | * (pppox.c). All version information wrt this file is located in pppox.c |
---|
7 | 8 | * |
---|
8 | 9 | * License: |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License |
---|
11 | | - * as published by the Free Software Foundation; either version |
---|
12 | | - * 2 of the License, or (at your option) any later version. |
---|
13 | | - * |
---|
14 | 10 | */ |
---|
15 | 11 | #ifndef __LINUX_IF_PPPOX_H |
---|
16 | 12 | #define __LINUX_IF_PPPOX_H |
---|