All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enric Balletbo i Serra <enric.balletbo@collabora.com>
To: linux-kernel@vger.kernel.org
Cc: Gwendal Grignou <gwendal@chromium.org>,
	kernel@collabora.com, Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	linux-input@vger.kernel.org
Subject: [PATCH v3 10/12] Input: cros_ec_keyb - Switch to SPDX identifier.
Date: Wed,  6 Jun 2018 17:08:58 +0200	[thread overview]
Message-ID: <20180606150900.8342-11-enric.balletbo@collabora.com> (raw)
In-Reply-To: <20180606150900.8342-1-enric.balletbo@collabora.com>

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---

Changes in v3: None
Changes in v2: None

 drivers/input/keyboard/cros_ec_keyb.c | 34 ++++++++++-----------------
 1 file changed, 12 insertions(+), 22 deletions(-)

diff --git a/drivers/input/keyboard/cros_ec_keyb.c b/drivers/input/keyboard/cros_ec_keyb.c
index 9dd8c146699f..dd1b356d0004 100644
--- a/drivers/input/keyboard/cros_ec_keyb.c
+++ b/drivers/input/keyboard/cros_ec_keyb.c
@@ -1,25 +1,15 @@
-/*
- * ChromeOS EC keyboard driver
- *
- * Copyright (C) 2012 Google, 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * This driver uses the Chrome OS EC byte-level message-based protocol for
- * communicating the keyboard state (which keys are pressed) from a keyboard EC
- * to the AP over some bus (such as i2c, lpc, spi).  The EC does debouncing,
- * but everything else (including deghosting) is done here.  The main
- * motivation for this is to keep the EC firmware as simple as possible, since
- * it cannot be easily upgraded and EC flash/IRAM space is relatively
- * expensive.
- */
+// SPDX-License-Identifier: GPL-2.0
+// ChromeOS EC keyboard driver
+//
+// Copyright (C) 2012 Google, Inc.
+//
+// This driver uses the ChromeOS EC byte-level message-based protocol for
+// communicating the keyboard state (which keys are pressed) from a keyboard EC
+// to the AP over some bus (such as i2c, lpc, spi).  The EC does debouncing,
+// but everything else (including deghosting) is done here.  The main
+// motivation for this is to keep the EC firmware as simple as possible, since
+// it cannot be easily upgraded and EC flash/IRAM space is relatively
+// expensive.
 
 #include <linux/module.h>
 #include <linux/bitops.h>
-- 
2.17.1

  parent reply	other threads:[~2018-06-06 15:09 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06 15:08 [PATCH v3 00/12] cros_ec: Match licenses and switch to SPDX identifier Enric Balletbo i Serra
2018-06-06 15:08 ` Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 01/12] platform/chrome: Make license text and module license match Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 02/12] platform/chrome: Switch to SPDX identifier Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 03/12] mfd: cros_ec: Make license text and module license match Enric Balletbo i Serra
2018-06-18  7:18   ` Lee Jones
2018-06-18  7:20     ` Lee Jones
2018-06-18  7:53       ` Enric Balletbo Serra
2018-06-18  8:13         ` Lee Jones
2018-06-18  8:42           ` Enric Balletbo Serra
2018-06-06 15:08 ` [PATCH v3 04/12] mfd: cros_ec: Switch to SPDX identifier Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 05/12] rtc: cros-ec: Make license text and module license match Enric Balletbo i Serra
2018-06-06 15:51   ` Alexandre Belloni
2018-06-06 15:08 ` [PATCH v3 06/12] rtc: cros-ec: Switch to SPDX identifier Enric Balletbo i Serra
2018-06-06 15:52   ` Alexandre Belloni
2018-06-06 15:08 ` [PATCH v3 07/12] extcon: usbc-cros-ec: Make license text and module license match Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 08/12] extcon: usbc-cros-ec: Switch to SPDX identifier Enric Balletbo i Serra
2018-06-06 15:08 ` [PATCH v3 09/12] Input: cros_ec_keyb - Make license text and module license match Enric Balletbo i Serra
2018-06-12 23:30   ` Dmitry Torokhov
2018-06-06 15:08 ` Enric Balletbo i Serra [this message]
2018-06-12 23:30   ` [PATCH v3 10/12] Input: cros_ec_keyb - Switch to SPDX identifier Dmitry Torokhov
2018-06-06 15:08 ` [PATCH v3 11/12] iio: cros_ec: " Enric Balletbo i Serra
2018-06-06 15:09 ` [PATCH v3 12/12] i2c: i2c-cros-ec-tunnel: " Enric Balletbo i Serra
2018-12-17 22:10   ` Wolfram Sang
2018-06-06 15:42 ` [PATCH v3 00/12] cros_ec: Match licenses and switch " Joe Perches
2018-06-06 15:42   ` Joe Perches
2018-06-06 15:42   ` Joe Perches
2018-06-08  8:58   ` Enric Balletbo i Serra
2018-06-08  8:58     ` Enric Balletbo i Serra

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=20180606150900.8342-11-enric.balletbo@collabora.com \
    --to=enric.balletbo@collabora.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gwendal@chromium.org \
    --cc=kernel@collabora.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.