diff mbox

[U-Boot] drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers

Message ID 1374672400-22227-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini July 24, 2013, 1:26 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 drivers/i2c/fti2c010.c |    3 +--
 drivers/i2c/fti2c010.h |    3 +--
 drivers/i2c/i2c_core.c |   14 +-------------
 3 files changed, 3 insertions(+), 17 deletions(-)

Comments

Heiko Schocher July 25, 2013, 5:02 a.m. UTC | #1
Hello Tom,

Am 24.07.2013 15:26, schrieb Tom Rini:
> Signed-off-by: Tom Rini<trini@ti.com>
> ---
>   drivers/i2c/fti2c010.c |    3 +--
>   drivers/i2c/fti2c010.h |    3 +--
>   drivers/i2c/i2c_core.c |   14 +-------------
>   3 files changed, 3 insertions(+), 17 deletions(-)

Thanks! I just Ack this patch, as I think this is easier here, Ok?

Acked-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
Tom Rini July 25, 2013, 1:06 p.m. UTC | #2
On Wed, Jul 24, 2013 at 09:26:40AM -0400, Tom Rini wrote:

> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  drivers/i2c/fti2c010.c |    3 +--
>  drivers/i2c/fti2c010.h |    3 +--
>  drivers/i2c/i2c_core.c |   14 +-------------
>  3 files changed, 3 insertions(+), 17 deletions(-)

Applied to u-boot/master.
diff mbox

Patch

diff --git a/drivers/i2c/fti2c010.c b/drivers/i2c/fti2c010.c
index 24c4bb5..ddeb941 100644
--- a/drivers/i2c/fti2c010.c
+++ b/drivers/i2c/fti2c010.c
@@ -4,8 +4,7 @@ 
  * (C) Copyright 2010 Faraday Technology
  * Dante Su <dantesu@faraday-tech.com>
  *
- * This file is released under the terms of GPL v2 and any later version.
- * See the file COPYING in the root directory of the source tree for details.
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 
 #include <common.h>
diff --git a/drivers/i2c/fti2c010.h b/drivers/i2c/fti2c010.h
index 18aec2c..b9d0eb7 100644
--- a/drivers/i2c/fti2c010.h
+++ b/drivers/i2c/fti2c010.h
@@ -4,8 +4,7 @@ 
  * (C) Copyright 2010 Faraday Technology
  * Dante Su <dantesu@faraday-tech.com>
  *
- * This file is released under the terms of GPL v2 and any later version.
- * See the file COPYING in the root directory of the source tree for details.
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 
 #ifndef __FTI2C010_H
diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c
index 3c01893..d1072e8 100644
--- a/drivers/i2c/i2c_core.c
+++ b/drivers/i2c/i2c_core.c
@@ -6,19 +6,7 @@ 
  *
  * Multibus/multiadapter I2C core functions (wrappers)
  *
- * 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.
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 #include <common.h>
 #include <i2c.h>