From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751684AbdK0HoV (ORCPT ); Mon, 27 Nov 2017 02:44:21 -0500 Received: from mout01.posteo.de ([185.67.36.65]:51674 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbdK0HoT (ORCPT ); Mon, 27 Nov 2017 02:44:19 -0500 From: Martin Kepplinger To: dmitry.torokhov@gmail.com Cc: gregkh@linuxfoundation.org, pombredanne@nexb.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH v2] input: pegasus_notetaker: add license information Date: Mon, 27 Nov 2017 08:44:01 +0100 Message-Id: <20171127074401.16388-1-martink@posteo.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171126004259.xjl2icw3gbyg3hck@dtor-ws> References: <20171126004259.xjl2icw3gbyg3hck@dtor-ws> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds an SPDX license identifier to this driver I wrote some time back. Signed-off-by: Martin Kepplinger --- 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