| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* -*- linux-c -*- --------------------------------------------------------- * |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * linux/include/linux/devpts_fs.h |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved |
|---|
| 6 | | - * |
|---|
| 7 | | - * This file is part of the Linux kernel and is made available under |
|---|
| 8 | | - * the terms of the GNU General Public License, version 2, or at your |
|---|
| 9 | | - * option, any later version, incorporated herein by reference. |
|---|
| 10 | 7 | * |
|---|
| 11 | 8 | * ------------------------------------------------------------------------- */ |
|---|
| 12 | 9 | |
|---|