Commit 6a836631 authored by Shuah Khan's avatar Shuah Khan Committed by Jacek Anaszewski

leds: ledtrig-transient: Add SPDX license identifiers

Replace GPL license statements with SPDX GPL-2.0 license identifiers
and correct the module license to GPLv2.
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
parent a2169c9b
/* // SPDX-License-Identifier: GPL-2.0
* LED Kernel Transient Trigger //
* // LED Kernel Transient Trigger
* Copyright (C) 2012 Shuah Khan <shuahkhan@gmail.com> //
* // Transient trigger allows one shot timer activation. Please refer to
* Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's // Documentation/leds/ledtrig-transient.txt for details
* ledtrig-heartbeat.c // Copyright (C) 2012 Shuah Khan <shuahkhan@gmail.com>
* Design and use-case input from Jonas Bonn <jonas@southpole.se> and //
* Neil Brown <neilb@suse.de> // Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's
* // ledtrig-heartbeat.c
* This program is free software; you can redistribute it and/or modify // Design and use-case input from Jonas Bonn <jonas@southpole.se> and
* it under the terms of the GNU General Public License version 2 as // Neil Brown <neilb@suse.de>
* published by the Free Software Foundation.
*
*/
/*
* Transient trigger allows one shot timer activation. Please refer to
* Documentation/leds/ledtrig-transient.txt for details
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -238,4 +231,4 @@ module_exit(transient_trig_exit); ...@@ -238,4 +231,4 @@ module_exit(transient_trig_exit);
MODULE_AUTHOR("Shuah Khan <shuahkhan@gmail.com>"); MODULE_AUTHOR("Shuah Khan <shuahkhan@gmail.com>");
MODULE_DESCRIPTION("Transient LED trigger"); MODULE_DESCRIPTION("Transient LED trigger");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment