.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /** -*- linux-c -*- *********************************************************** |
---|
2 | 3 | * Linux PPP over X/Ethernet (PPPoX/PPPoE) Sockets |
---|
3 | 4 | * |
---|
4 | 5 | * PPPoX --- Generic PPP encapsulation socket family |
---|
5 | 6 | * PPPoE --- PPP over Ethernet (RFC 2516) |
---|
6 | | - * |
---|
7 | 7 | * |
---|
8 | 8 | * Version: 0.5.2 |
---|
9 | 9 | * |
---|
.. | .. |
---|
12 | 12 | * 051000 : Initialization cleanup |
---|
13 | 13 | * |
---|
14 | 14 | * License: |
---|
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 | | - * |
---|
20 | 15 | */ |
---|
21 | 16 | |
---|
22 | 17 | #include <linux/string.h> |
---|