OSDN Git Service

i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 6 Jun 2018 15:09:00 +0000 (17:09 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 17 Dec 2018 22:08:41 +0000 (23:08 +0100)
Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-cros-ec-tunnel.c

index eb76b76..82bcd9a 100644 (file)
@@ -1,13 +1,7 @@
-/*
- *  Copyright (C) 2013 Google, Inc
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- * Expose an I2C passthrough to the ChromeOS EC.
- */
+// SPDX-License-Identifier: GPL-2.0+
+// Expose an I2C passthrough to the ChromeOS EC.
+//
+// Copyright (C) 2013 Google, Inc.
 
 #include <linux/module.h>
 #include <linux/i2c.h>