.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Liberally adapted from alpha/termios.h. In particular, the c_cc[] |
---|
3 | 4 | * fields have been reordered so that termio & termios share the |
---|
4 | 5 | * common subset in the same order (for brain dead programs that don't |
---|
5 | 6 | * know or care about the differences). |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or |
---|
8 | | - * modify it under the terms of the GNU General Public License |
---|
9 | | - * as published by the Free Software Foundation; either version |
---|
10 | | - * 2 of the License, or (at your option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | #ifndef _ASM_POWERPC_TERMIOS_H |
---|
13 | 9 | #define _ASM_POWERPC_TERMIOS_H |
---|