diff options
| author | Tom Rini <trini@ti.com> | 2013-07-24 09:25:40 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-25 08:51:42 -0400 | 
| commit | 8dde4ca90ee12a9dd40f42b80e51107ecd26ebe0 (patch) | |
| tree | e47e079c6866f66f39e82c36e8310cb4e3e81888 /drivers/i2c/fti2c010.h | |
| parent | c2120fbfbc4d1f6953228f86be8bdbf38bacfdab (diff) | |
| download | olio-uboot-2014.01-8dde4ca90ee12a9dd40f42b80e51107ecd26ebe0.tar.xz olio-uboot-2014.01-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/fti2c010.h')
| -rw-r--r-- | drivers/i2c/fti2c010.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/i2c/fti2c010.h b/drivers/i2c/fti2c010.h index 18aec2c97..b9d0eb74a 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 |