From: Martin Kepplinger <martink@posteo.de>
To: dmitry.torokhov@gmail.com
Cc: gregkh@linuxfoundation.org, pombredanne@nexb.com,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Martin Kepplinger <martink@posteo.de>
Subject: [PATCH v2] input: pegasus_notetaker: add license information
Date: Mon, 27 Nov 2017 08:44:01 +0100 [thread overview]
Message-ID: <20171127074401.16388-1-martink@posteo.de> (raw)
In-Reply-To: <20171126004259.xjl2icw3gbyg3hck@dtor-ws>
This adds an SPDX license identifier to this driver I wrote some time back.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
Thanks for the feedback. GPL2+ was what I had in mind. My bad. And as I
already see a lot of SPDX tags using /**/ comments, I'll use that too.
I think if it is hand-written, it shouldn't look too ugly. And in case
that's really a no-go, it seems that many many files need to be changed
again in any case.
martin
patch revisions
---------------
v2: use /**/ comments and fix the license tag to match MODULE_LICENSE()
drivers/input/tablet/pegasus_notetaker.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c
index 47de5a81172f..93fe8ecab767 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
*
--
2.11.0
next prev parent reply other threads:[~2017-11-27 7:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-18 8:45 [PATCH] " Martin Kepplinger
2017-11-26 0:42 ` Dmitry Torokhov
2017-11-26 8:59 ` Greg Kroah-Hartman
2017-11-26 11:28 ` Philippe Ombredanne
2017-11-27 7:55 ` Greg Kroah-Hartman
2017-11-27 7:44 ` Martin Kepplinger [this message]
2017-11-27 7:52 ` [PATCH v2] " Greg KH
2017-11-27 8:02 ` [PATCH v3] " Martin Kepplinger
2017-11-27 8:07 ` Greg KH
2017-11-27 10:19 ` Philippe Ombredanne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171127074401.16388-1-martink@posteo.de \
--to=martink@posteo.de \
--cc=dmitry.torokhov@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pombredanne@nexb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome