Commit f7056d33 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files



It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Update the wlan-ng driver files with the correct SPDX license identifier
based on the license text in the file itself.  The SPDX identifier is a
legally binding shorthand, which can be used instead of the full boiler
plate text.

This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 903ac63f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* hfa384x.h
 *
 * Defines the constants and data structures for the hfa384x
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/hfa384x_usb.c
 *
 * Functions that talk to the USB variantof the Intersil hfa384x MAC
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c
 *
 * Ether/802.11 conversions and packet buffer routines
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211conv.h
 *
 * Ether/802.11 conversions and packet buffer routines
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211hdr.h
 *
 * Macros, types, and functions for handling 802.11 MAC headers
Loading