diff mbox series

[v6,4/5] i2c: ocores: add SPDX tag

Message ID 20190211164913.5988-5-federico.vaga@cern.ch
State Superseded
Headers show
Series i2c: ocores: improvements | expand

Commit Message

Federico Vaga Feb. 11, 2019, 4:49 p.m. UTC
It adds the SPDX tag and it removes the old text about the GPLv2.

Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
---
 drivers/i2c/busses/i2c-ocores.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Wolfram Sang Feb. 11, 2019, 4:54 p.m. UTC | #1
On Mon, Feb 11, 2019 at 05:49:12PM +0100, Federico Vaga wrote:
> It adds the SPDX tag and it removes the old text about the GPLv2.
> 
> Signed-off-by: Federico Vaga <federico.vaga@cern.ch>

I can convert the platform_data header to SPDX again. No need to resend
because of that.
Federico Vaga Feb. 12, 2019, 8:10 a.m. UTC | #2
On Monday, February 11, 2019 5:54:54 PM CET Wolfram Sang wrote:
> On Mon, Feb 11, 2019 at 05:49:12PM +0100, Federico Vaga wrote:
> > It adds the SPDX tag and it removes the old text about the GPLv2.
> > 
> > Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
> 
> I can convert the platform_data header to SPDX again. No need to resend
> because of that.

Sorry, and thanks
diff mbox series

Patch

diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index 5dea7b9..78085a8 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)
@@ -6,10 +7,6 @@ 
  *
  * Support for the GRLIB port of the controller by
  * Andreas Larsson <andreas@gaisler.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.
  */
 
 #include <linux/clk.h>