Skip to content
Snippets Groups Projects
Commit 8dde4ca9 authored by Tom Rini's avatar Tom Rini
Browse files

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


Acked-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent c2120fbf
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
* (C) Copyright 2010 Faraday Technology * (C) Copyright 2010 Faraday Technology
* Dante Su <dantesu@faraday-tech.com> * Dante Su <dantesu@faraday-tech.com>
* *
* This file is released under the terms of GPL v2 and any later version. * SPDX-License-Identifier: GPL-2.0+
* See the file COPYING in the root directory of the source tree for details.
*/ */
#include <common.h> #include <common.h>
......
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
* (C) Copyright 2010 Faraday Technology * (C) Copyright 2010 Faraday Technology
* Dante Su <dantesu@faraday-tech.com> * Dante Su <dantesu@faraday-tech.com>
* *
* This file is released under the terms of GPL v2 and any later version. * SPDX-License-Identifier: GPL-2.0+
* See the file COPYING in the root directory of the source tree for details.
*/ */
#ifndef __FTI2C010_H #ifndef __FTI2C010_H
......
...@@ -6,19 +6,7 @@ ...@@ -6,19 +6,7 @@
* *
* Multibus/multiadapter I2C core functions (wrappers) * Multibus/multiadapter I2C core functions (wrappers)
* *
* This program is free software; you can redistribute it and/or modify * SPDX-License-Identifier: GPL-2.0+
* 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.
*/ */
#include <common.h> #include <common.h>
#include <i2c.h> #include <i2c.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment