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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2017-11-07 21:07:51 +01:00
parent 903ac63f91
commit f7056d335d
21 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* hfa384x.h /* hfa384x.h
* *
* Defines the constants and data structures for the hfa384x * Defines the constants and data structures for the hfa384x

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/hfa384x_usb.c /* src/prism2/driver/hfa384x_usb.c
* *
* Functions that talk to the USB variantof the Intersil hfa384x MAC * Functions that talk to the USB variantof the Intersil hfa384x MAC

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c /* src/p80211/p80211conv.c
* *
* Ether/802.11 conversions and packet buffer routines * Ether/802.11 conversions and packet buffer routines

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211conv.h /* p80211conv.h
* *
* Ether/802.11 conversions and packet buffer routines * Ether/802.11 conversions and packet buffer routines

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211hdr.h /* p80211hdr.h
* *
* Macros, types, and functions for handling 802.11 MAC headers * Macros, types, and functions for handling 802.11 MAC headers

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211ioctl.h /* p80211ioctl.h
* *
* Declares constants and types for the p80211 ioctls * Declares constants and types for the p80211 ioctls

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY.
* -------------------------------------------------------------------- * --------------------------------------------------------------------
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY.
* -------------------------------------------------------------------- * --------------------------------------------------------------------
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211mgmt.h /* p80211mgmt.h
* *
* Macros, types, and functions to handle 802.11 mgmt frames * Macros, types, and functions to handle 802.11 mgmt frames

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211msg.h /* p80211msg.h
* *
* Macros, constants, types, and funcs for req and ind messages * Macros, constants, types, and funcs for req and ind messages

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211knetdev.c /* src/p80211/p80211knetdev.c
* *
* Linux Kernel net device interface * Linux Kernel net device interface

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211netdev.h /* p80211netdev.h
* *
* WLAN net device structure and functions * WLAN net device structure and functions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211req.c /* src/p80211/p80211req.c
* *
* Request/Indication/MacMgmt interface handling functions * Request/Indication/MacMgmt interface handling functions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211req.h /* p80211req.h
* *
* Request handling functions * Request handling functions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* /*
* p80211types.h * p80211types.h
* *

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211wep.c /* src/p80211/p80211wep.c
* *
* WEP encode/decode for P80211. * WEP encode/decode for P80211.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* from src/prism2/download/prism2dl.c /* from src/prism2/download/prism2dl.c
* *
* utility for downloading prism2 images moved into kernelspace * utility for downloading prism2 images moved into kernelspace

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mgmt.c /* src/prism2/driver/prism2mgmt.c
* *
* Management request handler functions. * Management request handler functions.

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* prism2mgmt.h /* prism2mgmt.h
* *
* Declares the mgmt command handler functions * Declares the mgmt command handler functions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mib.c /* src/prism2/driver/prism2mib.c
* *
* Management request for mibset/mibget * Management request for mibset/mibget

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2sta.c /* src/prism2/driver/prism2sta.c
* *
* Implements the station functionality for prism2 * Implements the station functionality for prism2