summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c_core.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-07-24 09:25:40 -0400
committerTom Rini <trini@ti.com>2013-07-25 08:51:42 -0400
commit8dde4ca90ee12a9dd40f42b80e51107ecd26ebe0 (patch)
treee47e079c6866f66f39e82c36e8310cb4e3e81888 /drivers/i2c/i2c_core.c
parentc2120fbfbc4d1f6953228f86be8bdbf38bacfdab (diff)
downloadblackbird-obmc-uboot-8dde4ca90ee12a9dd40f42b80e51107ecd26ebe0.tar.gz
blackbird-obmc-uboot-8dde4ca90ee12a9dd40f42b80e51107ecd26ebe0.zip
drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers
Acked-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/i2c/i2c_core.c')
-rw-r--r--drivers/i2c/i2c_core.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c
index 3c01893c9c..d1072e819b 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>
OpenPOWER on IntegriCloud