driver core: add SPDX identifiers to all driver core files
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Nov 2017 16:30:07 +0000 (17:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2017 17:36:43 +0000 (18:36 +0100)
commit989d42e85dc2f6823f39b8e9d080fd04bae0645d
tree89dc96baef4a6af8644ee6cab7a356e409b38e7a
parent045c5f75b77177ad19fe747e33aae2249a12e827
driver core: add SPDX identifiers to all driver core 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 driver core files 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: Johannes Berg <johannes@sipsolutions.net>
Cc: "Luis R. Rodriguez" <mcgrof@kernel.org>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
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>
31 files changed:
drivers/base/attribute_container.c
drivers/base/bus.c
drivers/base/cacheinfo.c
drivers/base/class.c
drivers/base/component.c
drivers/base/container.c
drivers/base/core.c
drivers/base/cpu.c
drivers/base/dd.c
drivers/base/devcoredump.c
drivers/base/devres.c
drivers/base/dma-contiguous.c
drivers/base/dma-mapping.c
drivers/base/driver.c
drivers/base/firmware.c
drivers/base/firmware_class.c
drivers/base/hypervisor.c
drivers/base/init.c
drivers/base/isa.c
drivers/base/map.c
drivers/base/module.c
drivers/base/pinctrl.c
drivers/base/platform-msi.c
drivers/base/platform.c
drivers/base/property.c
drivers/base/soc.c
drivers/base/syscore.c
drivers/base/test/test_async_driver_probe.c
drivers/base/topology.c
drivers/base/transport_class.c
include/linux/device.h