diff options
| author | Greg Kroah-Hartman <[email protected]> | 2017-11-07 16:30:07 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-12-07 17:36:43 +0000 |
| commit | 989d42e85dc2f6823f39b8e9d080fd04bae0645d (patch) | |
| tree | 89dc96baef4a6af8644ee6cab7a356e409b38e7a /drivers/base/firmware.c | |
| parent | kobject: Remove redundant license text (diff) | |
| download | kernel-989d42e85dc2f6823f39b8e9d080fd04bae0645d.tar.gz kernel-989d42e85dc2f6823f39b8e9d080fd04bae0645d.zip | |
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 <[email protected]>
Cc: "Luis R. Rodriguez" <[email protected]>
Cc: William Breathitt Gray <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Kate Stewart <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware.c')
| -rw-r--r-- | drivers/base/firmware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/firmware.c b/drivers/base/firmware.c index 113815556809..0ef2a36de65e 100644 --- a/drivers/base/firmware.c +++ b/drivers/base/firmware.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * firmware.c - firmware subsystem hoohaw. * |
