diff mbox

[v3] input: pegasus_notetaker: add license information

Message ID 20171127080239.16846-1-martink@posteo.de (mailing list archive)
State New, archived
Headers show

Commit Message

Martin Kepplinger Nov. 27, 2017, 8:02 a.m. UTC
This adds an SPDX license identifier to this driver I wrote some time back.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---

ok. thanks for the license-cleanup efforts. I think it's important.

                          martin

patch revisions
---------------
v3: use // comments
v2: use /**/ comments and fix the license tag to match MODULE_LICENSE()


 drivers/input/tablet/pegasus_notetaker.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Greg Kroah-Hartman Nov. 27, 2017, 8:07 a.m. UTC | #1
On Mon, Nov 27, 2017 at 09:02:39AM +0100, Martin Kepplinger wrote:
> This adds an SPDX license identifier to this driver I wrote some time back.
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>
> ---

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Philippe Ombredanne Nov. 27, 2017, 10:19 a.m. UTC | #2
On Mon, Nov 27, 2017 at 9:02 AM, Martin Kepplinger <martink@posteo.de> wrote:
> This adds an SPDX license identifier to this driver I wrote some time back.
>
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>

FWIW!
diff mbox

Patch

diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c
index 47de5a81172f..6d8975f49e76 100644
--- a/drivers/input/tablet/pegasus_notetaker.c
+++ b/drivers/input/tablet/pegasus_notetaker.c
@@ -1,3 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Pegasus Mobile Notetaker Pen input tablet driver
  *