aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/spk_priv_keyinfo.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-11 11:08:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 16:03:44 +0100
commit6496922817e1a1cba8a2d9939ca5de53c5d55239 (patch)
tree53b301cf9c1e02b2a4a25550e2a6d06a17052889 /drivers/staging/speakup/spk_priv_keyinfo.h
parentstaging: vc04_services: bcm2835-camera: remove redundant license text (diff)
downloadlinux-dev-6496922817e1a1cba8a2d9939ca5de53c5d55239.tar.xz
linux-dev-6496922817e1a1cba8a2d9939ca5de53c5d55239.zip
staging: speakup: add SPDX identifier.
It's good to have SPDX identifiers in all files to make it easier to audit the kernel tree for correct licenses. Fix up the remaining staging speakup files to have a proper SPDX 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> Cc: William Hubbs <w.d.hubbs@gmail.com> Cc: Chris Brannon <chris@the-brannons.com> Cc: Kirk Reiser <kirk@reisers.ca> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/spk_priv_keyinfo.h')
-rw-r--r--drivers/staging/speakup/spk_priv_keyinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/speakup/spk_priv_keyinfo.h b/drivers/staging/speakup/spk_priv_keyinfo.h
index c95b68ebd8e7..69a44c5c4649 100644
--- a/drivers/staging/speakup/spk_priv_keyinfo.h
+++ b/drivers/staging/speakup/spk_priv_keyinfo.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
/* spk_priv.h
* review functions for the speakup screen review package.
* originally written by: Kirk Reiser and Andy Berdan.