On Tue, 28 May 2019, Thomas Gleixner wrote: > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > Based on 1 normalized pattern(s): > > license this code can be distributed under the terms of the gnu > general public license gpl version 2 provided that the above header > down to and including this sentence is retained in full Interesting question ... > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > 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=batch10&id=c4f50073c7c3 > --- > arch/x86/crypto/aes-x86_64-asm_64.S | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/arch/x86/crypto/aes-x86_64-asm_64.S > +++ b/arch/x86/crypto/aes-x86_64-asm_64.S > @@ -1,11 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* AES (Rijndael) implementation (FIPS PUB 197) for x86_64 > * > * Copyright (C) 2005 Andreas Steinmetz, <ast@xxxxxxxx> > - * > - * License: > - * This code can be distributed under the terms of the GNU General Public > - * License (GPL) Version 2 provided that the above header down to and > - * including this sentence is retained in full. > */ > > .extern crypto_ft_tab > > >