[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181029145051.31984-5-federico.vaga@cern.ch>
Date: Mon, 29 Oct 2018 15:50:50 +0100
From: Federico Vaga <federico.vaga@...n.ch>
To: Peter Korsgaard <peter@...sgaard.com>, <linux-i2c@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <federico.vaga@...n.ch>
Subject: [PATCH V2 4/5] i2c:ocores: add SPDX tag
It adds the SPDX tag and it removes the old text about the GPLv2.
Signed-off-by: Federico Vaga <federico.vaga@...n.ch>
---
drivers/i2c/busses/i2c-ocores.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index 2d71f11..e48173b 100644
--- a/drivers/i2c/busses/i2c-ocores.c
+++ b/drivers/i2c/busses/i2c-ocores.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* i2c-ocores.c: I2C bus driver for OpenCores I2C controller
* (https://opencores.org/project/i2c/overview)
@@ -7,9 +8,8 @@
* Support for the GRLIB port of the controller by
* Andreas Larsson <andreas@...sler.com>
*
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
+ * This program is licensed "as is" without any warranty of any kind,
+ * whether express or implied.
*/
#include <linux/clk.h>
--
2.15.0
Powered by blists - more mailing lists