From b2872a893afd0f9cd0bfd4644348f3b8645edbed Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 23 Sep 2023 16:00:06 +0300 Subject: 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. --- hid-tmff2.c | 2 +- hid-tmff2.h | 2 +- hid-tmt248.c | 2 +- hid-tmt300rs.c | 2 +- hid-tmt300rs.h | 2 +- hid-tmtx.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hid-tmff2.c b/hid-tmff2.c index cf805d7..44df1e3 100644 --- a/hid-tmff2.c +++ b/hid-tmff2.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later #include #include #include diff --git a/hid-tmff2.h b/hid-tmff2.h index 30f04c7..97d52a1 100644 --- a/hid-tmff2.h +++ b/hid-tmff2.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __HID_TMFF2_H #define __HID_TMFF2_H 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 #include #include "hid-tmff2.h" diff --git a/hid-tmt300rs.c b/hid-tmt300rs.c index 48d029d..4499687 100644 --- a/hid-tmt300rs.c +++ b/hid-tmt300rs.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later #include #include #include "hid-tmff2.h" diff --git a/hid-tmt300rs.h b/hid-tmt300rs.h index 9357ce1..9045341 100644 --- a/hid-tmt300rs.h +++ b/hid-tmt300rs.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __HID_TMT300RS_H #define __HID_TMT300RS_H diff --git a/hid-tmtx.c b/hid-tmtx.c index 9049f21..47d59ad 100644 --- a/hid-tmtx.c +++ b/hid-tmtx.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later #include #include #include "hid-tmff2.h" -- cgit v1.3