diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-07 21:07:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-28 13:20:46 +0100 |
commit | 1e80af4ccbf5f70bae7d1dde50ed0e66e2e0a8c8 (patch) | |
tree | 514f939afa8e4928cd97bed2b0a7f5394735b268 /drivers/staging | |
parent | 2baffb7205e0f4da158cabcf1116e4422af188a6 (diff) | |
download | linux-1e80af4ccbf5f70bae7d1dde50ed0e66e2e0a8c8.tar.gz linux-1e80af4ccbf5f70bae7d1dde50ed0e66e2e0a8c8.tar.bz2 linux-1e80af4ccbf5f70bae7d1dde50ed0e66e2e0a8c8.zip |
staging: xgifb: add SPDX identifiers to the remaining holdout file
It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.
Update the xgifb/XGI_main_26.c file 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: Arnaud Patard <arnaud.patard@rtp-net.org>
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/xgifb/XGI_main_26.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c index b813f1d460ce..6feecc55d2bc 100644 --- a/drivers/staging/xgifb/XGI_main_26.c +++ b/drivers/staging/xgifb/XGI_main_26.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * XG20, XG21, XG40, XG42 frame buffer device * for Linux kernels 2.5.x, 2.6.x |