diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-20 09:18:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-24 17:36:42 +0200 |
commit | 8e8ccf4338416b1f3daa6837801591ce6106363d (patch) | |
tree | fcd7346d8132fbae938b3fd224182d381c854e3a | |
parent | aec89d292c33e4caa13c133db7f004eec5a44331 (diff) | |
download | linux-8e8ccf4338416b1f3daa6837801591ce6106363d.tar.gz linux-8e8ccf4338416b1f3daa6837801591ce6106363d.tar.bz2 linux-8e8ccf4338416b1f3daa6837801591ce6106363d.zip |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52
Based on 1 normalized pattern(s):
this file is released under gnu general public licence version 2 or
at your option any later version see the file copying for more
details
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 1 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520071857.941092988@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | ipc/msgutil.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c index e65593742e2b..3149b4a379de 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -1,11 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * linux/ipc/msgutil.c * Copyright (C) 1999, 2004 Manfred Spraul - * - * This file is released under GNU General Public Licence version 2 or - * (at your option) any later version. - * - * See the file COPYING for more details. */ #include <linux/spinlock.h> |