diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-01 04:08:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 11:37:16 -0400 |
commit | 28c61a66abd6925b574adfd48811254bb6a211b2 (patch) | |
tree | 3b7f8bb56c4318d5f55234e8f9b58d5e3ab7dc58 | |
parent | bb9b83dfc91aa0a72438d0f53b0bc25a0a9c4951 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432
Based on 1 normalized pattern(s):
this file is gplv2 as found in copying
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@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190114.657082701@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | net/mac80211/cfg.c | 3 | ||||
-rw-r--r-- | net/mac80211/ethtool.c | 3 | ||||
-rw-r--r-- | net/mac80211/tdls.c | 3 | ||||
-rw-r--r-- | net/wireless/sysfs.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 52e6a091b7e4..a1973a26c7fc 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 configuration hooks for cfg80211 | 3 | * mac80211 configuration hooks for cfg80211 |
3 | * | 4 | * |
@@ -5,8 +6,6 @@ | |||
5 | * Copyright 2013-2015 Intel Mobile Communications GmbH | 6 | * Copyright 2013-2015 Intel Mobile Communications GmbH |
6 | * Copyright (C) 2015-2017 Intel Deutschland GmbH | 7 | * Copyright (C) 2015-2017 Intel Deutschland GmbH |
7 | * Copyright (C) 2018 Intel Corporation | 8 | * Copyright (C) 2018 Intel Corporation |
8 | * | ||
9 | * This file is GPLv2 as found in COPYING. | ||
10 | */ | 9 | */ |
11 | 10 | ||
12 | #include <linux/ieee80211.h> | 11 | #include <linux/ieee80211.h> |
diff --git a/net/mac80211/ethtool.c b/net/mac80211/ethtool.c index 5ac743816b59..99a2e30b3833 100644 --- a/net/mac80211/ethtool.c +++ b/net/mac80211/ethtool.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 ethtool hooks for cfg80211 | 3 | * mac80211 ethtool hooks for cfg80211 |
3 | * | 4 | * |
@@ -5,8 +6,6 @@ | |||
5 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> | 6 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> |
6 | * Copyright 2014 Intel Corporation (Author: Johannes Berg) | 7 | * Copyright 2014 Intel Corporation (Author: Johannes Berg) |
7 | * Copyright (C) 2018 Intel Corporation | 8 | * Copyright (C) 2018 Intel Corporation |
8 | * | ||
9 | * This file is GPLv2 as found in COPYING. | ||
10 | */ | 9 | */ |
11 | #include <linux/types.h> | 10 | #include <linux/types.h> |
12 | #include <net/cfg80211.h> | 11 | #include <net/cfg80211.h> |
diff --git a/net/mac80211/tdls.c b/net/mac80211/tdls.c index 24c37f91ca46..ca97e1598c28 100644 --- a/net/mac80211/tdls.c +++ b/net/mac80211/tdls.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 TDLS handling code | 3 | * mac80211 TDLS handling code |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Copyright 2014 Intel Mobile Communications GmbH | 7 | * Copyright 2014 Intel Mobile Communications GmbH |
7 | * Copyright 2015 - 2016 Intel Deutschland GmbH | 8 | * Copyright 2015 - 2016 Intel Deutschland GmbH |
8 | * Copyright (C) 2019 Intel Corporation | 9 | * Copyright (C) 2019 Intel Corporation |
9 | * | ||
10 | * This file is GPLv2 as found in COPYING. | ||
11 | */ | 10 | */ |
12 | 11 | ||
13 | #include <linux/ieee80211.h> | 12 | #include <linux/ieee80211.h> |
diff --git a/net/wireless/sysfs.c b/net/wireless/sysfs.c index 6ab32f6a1961..3ac1f48195d2 100644 --- a/net/wireless/sysfs.c +++ b/net/wireless/sysfs.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This file provides /sys/class/ieee80211/<wiphy name>/ | 3 | * This file provides /sys/class/ieee80211/<wiphy name>/ |
3 | * and some default attributes. | 4 | * and some default attributes. |
4 | * | 5 | * |
5 | * Copyright 2005-2006 Jiri Benc <jbenc@suse.cz> | 6 | * Copyright 2005-2006 Jiri Benc <jbenc@suse.cz> |
6 | * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> | 7 | * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> |
7 | * | ||
8 | * This file is GPLv2 as found in COPYING. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/device.h> | 10 | #include <linux/device.h> |