From: Thomas Gleixner tglx@xxxxxxxxxxxxx Based on 1 normalized pattern(s): as all part of the linux kernel this file is gpl extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 4 file(s). Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch16&id=0ee0dedd4f02 --- net/wireless/wext-core.c | 3 +-- net/wireless/wext-priv.c | 3 +-- net/wireless/wext-proc.c | 3 +-- net/wireless/wext-spy.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) --- a/net/wireless/wext-core.c +++ b/net/wireless/wext-core.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * This file implement the Wireless Extensions core API. * * Authors : Jean Tourrilhes - HPL - <jt@xxxxxxxxxx> * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. * Copyright 2009 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> - * - * (As all part of the Linux kernel, this file is GPL) */ #include <linux/kernel.h> #include <linux/netdevice.h> --- a/net/wireless/wext-priv.c +++ b/net/wireless/wext-priv.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * This file implement the Wireless Extensions priv API. * * Authors : Jean Tourrilhes - HPL - <jt@xxxxxxxxxx> * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. * Copyright 2009 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> - * - * (As all part of the Linux kernel, this file is GPL) */ #include <linux/slab.h> #include <linux/wireless.h> --- a/net/wireless/wext-proc.c +++ b/net/wireless/wext-proc.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * This file implement the Wireless Extensions proc API. * * Authors : Jean Tourrilhes - HPL - <jt@xxxxxxxxxx> * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. - * - * (As all part of the Linux kernel, this file is GPL) */ /* --- a/net/wireless/wext-spy.c +++ b/net/wireless/wext-spy.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * This file implement the Wireless Extensions spy API. * * Authors : Jean Tourrilhes - HPL - <jt@xxxxxxxxxx> * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. - * - * (As all part of the Linux kernel, this file is GPL) */ #include <linux/wireless.h>