aboutsummaryrefslogtreecommitdiff
path: root/hid-tmt248.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-09-23 16:00:06 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-09-23 16:00:06 +0300
commitb2872a893afd0f9cd0bfd4644348f3b8645edbed (patch)
tree9372d681caf6372feb1d382b652aed9a5444cbad /hid-tmt248.c
parente52d645750a885e44bc3cedab10b54da3626d521 (diff)
downloadhid-tmff2-b2872a893afd0f9cd0bfd4644348f3b8645edbed.tar.gz
hid-tmff2-b2872a893afd0f9cd0bfd4644348f3b8645edbed.zip
update SPDX-comments
+ Module uses MODULE_LICENSE("GPL") which corresponds to GPL-2.0-or-later, not GPL-2.0. Also makes LICENSE file compliant.
Diffstat (limited to 'hid-tmt248.c')
-rw-r--r--hid-tmt248.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid-tmt248.c b/hid-tmt248.c
index 606cff5..386f6d8 100644
--- a/hid-tmt248.c
+++ b/hid-tmt248.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-or-later
#include <linux/usb.h>
#include <linux/hid.h>
#include "hid-tmff2.h"