aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/devpts
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-22 09:51:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-24 17:37:52 +0200
commitd691005856b059758b0d2d8454c2a6b251def18d (patch)
tree9e3b168926b642d165b6ccde8701f3df4ccf3e07 /fs/devpts
parenttreewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82 (diff)
downloadwireguard-linux-d691005856b059758b0d2d8454c2a6b251def18d.tar.xz
wireguard-linux-d691005856b059758b0d2d8454c2a6b251def18d.zip
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83
Based on 1 normalized pattern(s): this file is part of the linux kernel and is made available under the terms of the gnu general public license version 2 or at your option any later version incorporated herein by reference extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 18 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Richard Fontana <rfontana@redhat.com> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190520075211.321157221@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/devpts')
-rw-r--r--fs/devpts/inode.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/devpts/inode.c b/fs/devpts/inode.c
index 553a3f3300ae..2c14ae044dce 100644
--- a/fs/devpts/inode.c
+++ b/fs/devpts/inode.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/devpts/inode.c
*
* Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved
*
- * This file is part of the Linux kernel and is made available under
- * the terms of the GNU General Public License, version 2, or at your
- * option, any later version, incorporated herein by reference.
- *
* ------------------------------------------------------------------------- */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt