.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | #ifndef _PPP_CHANNEL_H_ |
---|
2 | 3 | #define _PPP_CHANNEL_H_ |
---|
3 | 4 | /* |
---|
.. | .. |
---|
10 | 11 | * number at the start, but not the address and control bytes. |
---|
11 | 12 | * |
---|
12 | 13 | * Copyright 1999 Paul Mackerras. |
---|
13 | | - * |
---|
14 | | - * This program is free software; you can redistribute it and/or |
---|
15 | | - * modify it under the terms of the GNU General Public License |
---|
16 | | - * as published by the Free Software Foundation; either version |
---|
17 | | - * 2 of the License, or (at your option) any later version. |
---|
18 | 14 | * |
---|
19 | 15 | * ==FILEVERSION 20000322== |
---|
20 | 16 | */ |
---|