Reviewed-by: Allison Randal <allison@xxxxxxxxxxx> On 5/20/19 3:18 AM, Thomas Gleixner wrote: > 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@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=baacad760976 > --- > ipc/msgutil.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- 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> > >