diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /include/net | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ax88796.h | 6 | ||||
-rw-r--r-- | include/net/cfg80211-wext.h | 5 | ||||
-rw-r--r-- | include/net/cfg80211.h | 5 | ||||
-rw-r--r-- | include/net/ethoc.h | 5 | ||||
-rw-r--r-- | include/net/kcm.h | 5 | ||||
-rw-r--r-- | include/net/mac80211.h | 5 | ||||
-rw-r--r-- | include/net/netfilter/nf_conntrack_acct.h | 5 | ||||
-rw-r--r-- | include/net/strparser.h | 5 |
8 files changed, 8 insertions, 33 deletions
diff --git a/include/net/ax88796.h b/include/net/ax88796.h index 84b3785d0e66..aa52b2e8ff7b 100644 --- a/include/net/ax88796.h +++ b/include/net/ax88796.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* include/net/ax88796.h | 2 | /* include/net/ax88796.h |
2 | * | 3 | * |
3 | * Copyright 2005 Simtec Electronics | 4 | * Copyright 2005 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef __NET_AX88796_PLAT_H | 8 | #ifndef __NET_AX88796_PLAT_H |
diff --git a/include/net/cfg80211-wext.h b/include/net/cfg80211-wext.h index 25baddc4fbed..ad77caf2ffde 100644 --- a/include/net/cfg80211-wext.h +++ b/include/net/cfg80211-wext.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef __NET_CFG80211_WEXT_H | 2 | #ifndef __NET_CFG80211_WEXT_H |
2 | #define __NET_CFG80211_WEXT_H | 3 | #define __NET_CFG80211_WEXT_H |
3 | /* | 4 | /* |
4 | * 802.11 device and configuration interface -- wext handlers | 5 | * 802.11 device and configuration interface -- wext handlers |
5 | * | 6 | * |
6 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> | 7 | * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/netdevice.h> | 10 | #include <linux/netdevice.h> |
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 87dae868707e..3c5f241edaed 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef __NET_CFG80211_H | 2 | #ifndef __NET_CFG80211_H |
2 | #define __NET_CFG80211_H | 3 | #define __NET_CFG80211_H |
3 | /* | 4 | /* |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright 2013-2014 Intel Mobile Communications GmbH | 8 | * Copyright 2013-2014 Intel Mobile Communications GmbH |
8 | * Copyright 2015-2017 Intel Deutschland GmbH | 9 | * Copyright 2015-2017 Intel Deutschland GmbH |
9 | * Copyright (C) 2018-2019 Intel Corporation | 10 | * Copyright (C) 2018-2019 Intel Corporation |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/netdevice.h> | 13 | #include <linux/netdevice.h> |
diff --git a/include/net/ethoc.h b/include/net/ethoc.h index 29ba069a1d93..78519ed42ab4 100644 --- a/include/net/ethoc.h +++ b/include/net/ethoc.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/net/ethoc.h | 3 | * linux/include/net/ethoc.h |
3 | * | 4 | * |
4 | * Copyright (C) 2008-2009 Avionic Design GmbH | 5 | * Copyright (C) 2008-2009 Avionic Design GmbH |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Written by Thierry Reding <thierry.reding@avionic-design.de> | 7 | * Written by Thierry Reding <thierry.reding@avionic-design.de> |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/include/net/kcm.h b/include/net/kcm.h index 2a8965819db0..2d704f8f4905 100644 --- a/include/net/kcm.h +++ b/include/net/kcm.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Kernel Connection Multiplexor | 3 | * Kernel Connection Multiplexor |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Tom Herbert <tom@herbertland.com> | 5 | * Copyright (c) 2016 Tom Herbert <tom@herbertland.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __NET_KCM_H_ | 8 | #ifndef __NET_KCM_H_ |
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 72080d9d617e..456f2edf78dc 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * mac80211 <-> driver interface | 3 | * mac80211 <-> driver interface |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright 2013-2014 Intel Mobile Communications GmbH | 8 | * Copyright 2013-2014 Intel Mobile Communications GmbH |
8 | * Copyright (C) 2015 - 2017 Intel Deutschland GmbH | 9 | * Copyright (C) 2015 - 2017 Intel Deutschland GmbH |
9 | * Copyright (C) 2018 - 2019 Intel Corporation | 10 | * Copyright (C) 2018 - 2019 Intel Corporation |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #ifndef MAC80211_H | 13 | #ifndef MAC80211_H |
diff --git a/include/net/netfilter/nf_conntrack_acct.h b/include/net/netfilter/nf_conntrack_acct.h index bc6745d3010e..1fee733c18a7 100644 --- a/include/net/netfilter/nf_conntrack_acct.h +++ b/include/net/netfilter/nf_conntrack_acct.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl> | 3 | * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _NF_CONNTRACK_ACCT_H | 6 | #ifndef _NF_CONNTRACK_ACCT_H |
diff --git a/include/net/strparser.h b/include/net/strparser.h index f177c87ce38b..1d20b98493a1 100644 --- a/include/net/strparser.h +++ b/include/net/strparser.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Stream Parser | 3 | * Stream Parser |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Tom Herbert <tom@herbertland.com> | 5 | * Copyright (c) 2016 Tom Herbert <tom@herbertland.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __NET_STRPARSER_H_ | 8 | #ifndef __NET_STRPARSER_H_ |