public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: ledtrig-transient: Add SPDX license identifiers
@ 2018-01-10 16:35 Shuah Khan
  2018-01-10 16:35 ` [PATCH] media: v4l2-core: v4l2-mc: Add SPDX license identifier Shuah Khan
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Shuah Khan @ 2018-01-10 16:35 UTC (permalink / raw)
  To: rpurdie, jacek.anaszewski, pavel, keescook, shuah
  Cc: Shuah Khan, linux-leds, linux-kernel

Replace GPL license statements with SPDX GPL-2.0 license identifiers
and and correct the module license to GPLv2.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
 drivers/leds/trigger/ledtrig-transient.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/leds/trigger/ledtrig-transient.c b/drivers/leds/trigger/ledtrig-transient.c
index 7acce64b692a..f0578af858e7 100644
--- a/drivers/leds/trigger/ledtrig-transient.c
+++ b/drivers/leds/trigger/ledtrig-transient.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * LED Kernel Transient Trigger
  *
@@ -8,10 +9,6 @@
  * Design and use-case input from Jonas Bonn <jonas@southpole.se> and
  * Neil Brown <neilb@suse.de>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
  */
 /*
  * Transient trigger allows one shot timer activation. Please refer to
@@ -238,4 +235,4 @@ module_exit(transient_trig_exit);
 
 MODULE_AUTHOR("Shuah Khan <shuahkhan@gmail.com>");
 MODULE_DESCRIPTION("Transient LED trigger");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-01-11 22:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 16:35 [PATCH] leds: ledtrig-transient: Add SPDX license identifiers Shuah Khan
2018-01-10 16:35 ` [PATCH] media: v4l2-core: v4l2-mc: Add SPDX license identifier Shuah Khan
2018-01-11 12:55   ` Laurent Pinchart
2018-01-11 15:45     ` Shuah Khan
2018-01-11 18:42       ` Laurent Pinchart
2018-01-11 20:44         ` Shuah Khan
2018-01-11 21:33           ` Laurent Pinchart
2018-01-11 22:10             ` Shuah Khan
2018-01-10 16:35 ` [PATCH] selftests: gen_kselftest_tar.h: " Shuah Khan
2018-01-10 16:35 ` [PATCH] selftests: kselftest.h: " Shuah Khan
2018-01-10 16:35 ` [PATCH] selftests: kselftest_install.sh: " Shuah Khan
2018-01-10 16:35 ` [PATCH] selftests: media_tests: " Shuah Khan
2018-01-10 20:40 ` [PATCH] leds: ledtrig-transient: Add SPDX license identifiers Jacek Anaszewski
2018-01-10 22:43   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox