]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: Add SPDX ids to some files in the wireless subsystem
authorTim Bird <tim.bird@sony.com>
Thu, 5 Mar 2026 22:04:21 +0000 (15:04 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Mar 2026 09:54:23 +0000 (10:54 +0100)
commit35de87bf598ca48d5cd5cc7f328ce00df2b5fb59
tree1bdb2fb144a84ccffe955f48503ee13402c6a216
parent98acd4c1d9f7dc9c426e840c16e81b57315ff84b
wifi: Add SPDX ids to some files in the wireless subsystem

Add SPDX-License-Identifier lines to some files where
they are missing in the net/wireless directory.
Remove licensing text from individual files headers (where
present) to canonicalize the library references.

Use (mostly) either GPL-2.0 or ISC, depending on the
license wording (or not) in the files.

radiotap.c does not mention which BSD variant it intends for the
license.  My selection of 'OR BSD-2-Clause' for radiotap.c was
based on research into this code's history and its licensing
elsewhere.  In OpenBSD, radiotap code (which likely either
derived from this code, or this code was derived from) has the
BSD-2-Clause license.  Very similar code in the radiotap library
user space tool, by the same authors Andy Green and Johannes
Berg, has an ISC license. Also the ISC license is used by
Johannes for other contributions in the Linux wireless system.
Since the radiotap.c license text here mentions BSD, but not a
specific version, I chose the closest BSD variant to ISC, which
is BSD-2-Clause.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260305220422.24161-1-tim.bird@sony.com
[modify subject since it's not all radiotap]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/of.c
net/wireless/radiotap.c
net/wireless/reg.c
net/wireless/reg.h
net/wireless/trace.c
net/wireless/wext-core.c
net/wireless/wext-priv.c
net/wireless/wext-proc.c