linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Enrico Weigelt, metux IT consult" <info@metux.net>
To: linux-spdx@vger.kernel.org
Cc: tglx@linutronix.de, armijn@tjaldur.nl
Subject: [PATCH] drivers: input: touchscreen: elants_i2c: Replace GPLv2 boilerplate/reference with SPDX
Date: Mon,  3 Jun 2019 12:49:03 +0200	[thread overview]
Message-ID: <1559558943-24157-2-git-send-email-info@metux.net> (raw)
In-Reply-To: <1559558943-24157-1-git-send-email-info@metux.net>

Replace the GPLVv2 boilerplate w/ machine readable SPDX header.

Doing manual replacement, as rule 233 didn't fit exactly and would
have left empty comments.

Signed-off-by: Enrico Weigelt <info@metux.net>
---
 drivers/input/touchscreen/elants_i2c.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c
index f2cb231..5c60061 100644
--- a/drivers/input/touchscreen/elants_i2c.c
+++ b/drivers/input/touchscreen/elants_i2c.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Elan Microelectronics touch panels with I2C interface
  *
@@ -10,7 +11,6 @@
  *  Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com>
  *  Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France
  *
- *
  * This code is partly based on i2c-hid.c:
  *
  * Copyright (c) 2012 Benjamin Tissoires <benjamin.tissoires@gmail.com>
@@ -18,12 +18,6 @@
  * Copyright (c) 2012 Red Hat, Inc
  */
 
-/*
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- */
-
 #include <linux/module.h>
 #include <linux/input.h>
 #include <linux/interrupt.h>
-- 
1.9.1


  reply	other threads:[~2019-06-03 10:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <05aed1e-78ec-b2bb-af3d-fc21cc3ad65f@metux.net>
2019-06-03 10:40 ` [PATCH] drivers: input: touchscreen: elants_i2c: Replace GPLv2 boilerplate/reference with SPDX Enrico Weigelt, metux IT consult
2019-06-03 11:37   ` Greg KH
2019-06-03 12:44     ` Enrico Weigelt, metux IT consult
2019-06-03 10:49 ` fixed: drivers: input: touchscreen: elants_i2c: Replace GPLv2 Enrico Weigelt, metux IT consult
2019-06-03 10:49   ` Enrico Weigelt, metux IT consult [this message]
2019-06-03 11:38     ` [PATCH] drivers: input: touchscreen: elants_i2c: Replace GPLv2 boilerplate/reference with SPDX Greg KH
2019-06-04  8:03       ` Enrico Weigelt, metux IT consult
2019-06-04  8:14         ` Thomas Gleixner

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=1559558943-24157-2-git-send-email-info@metux.net \
    --to=info@metux.net \
    --cc=armijn@tjaldur.nl \
    --cc=linux-spdx@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).