From patchwork Mon Nov 27 07:44:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger-Novakovic X-Patchwork-Id: 10076021 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8A820602BD for ; Mon, 27 Nov 2017 07:53:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C19328A4C for ; Mon, 27 Nov 2017 07:53:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7063728BB8; Mon, 27 Nov 2017 07:53:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4874728A4C for ; Mon, 27 Nov 2017 07:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751180AbdK0HxQ (ORCPT ); Mon, 27 Nov 2017 02:53:16 -0500 Received: from mout01.posteo.de ([185.67.36.65]:39630 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbdK0HxQ (ORCPT ); Mon, 27 Nov 2017 02:53:16 -0500 X-Greylist: delayed 537 seconds by postgrey-1.27 at vger.kernel.org; Mon, 27 Nov 2017 02:53:15 EST Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E181B21334 for ; Mon, 27 Nov 2017 08:44:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1511768656; bh=RKQY+SvUKp3vIImvMMw/iCBfGFRTyKFt7UxyN08puls=; h=From:To:Cc:Subject:Date:From; b=lvOEZumn+pgursPpFzq4/614iaKuaP5jTUR/6S40sn/0/wHXL4hNAIDWZYdjFLAcT oLYlnTPbf5GLuSSKlxvxLPTHoyUTb3HtgcqBHK/GziNIKb+jXYRQr++hcehWgP27I8 wwy2zro9BQUMd8L1q6DFTeacini5gf7/+tFja8oCJAUveV/I4cWct0nX0c5RR3hvvv YR2yCC/nJ0bNRU/g0Ov1La3K6rn5irvJHLCBXvl695crW7MBdzV/bbBiz7+hISKA5c Wlgg6PF25kun089qxyK0yKPZJ+D01FhQgaNmioBXghQ5b8vWLPLhzOeGmd6m5uKxgs ePK0VdKhlZRMg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3ylf27293Bz9rxW; Mon, 27 Nov 2017 08:44:15 +0100 (CET) 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-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 *