diff options
author | Stefano Babic <sbabic@denx.de> | 2017-08-17 13:55:20 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-08-23 10:45:45 +0200 |
commit | 7c09cbf68bd1881450dbac13f38486aab5640090 (patch) | |
tree | de337ee3724b8a3951ca2884848b11b973f3fd3d /arch/arm/include/asm/arch-mx35/mmc_host_def.h | |
parent | fa85b0217db0ceb024e5018db979d78f97651ff6 (diff) |
imx: fix licensing in i.MX files
Some files for i.MX do not yet have the SPDX ID to reference the correct
license.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx35/mmc_host_def.h')
-rw-r--r-- | arch/arm/include/asm/arch-mx35/mmc_host_def.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/arch/arm/include/asm/arch-mx35/mmc_host_def.h b/arch/arm/include/asm/arch-mx35/mmc_host_def.h index 775b9552ca..0775511491 100644 --- a/arch/arm/include/asm/arch-mx35/mmc_host_def.h +++ b/arch/arm/include/asm/arch-mx35/mmc_host_def.h @@ -3,23 +3,7 @@ * Texas Instruments, <www.ti.com> * Syed Mohammed Khasim <khasim@ti.com> * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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's version 2 of - * the License. - * - * 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., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0 */ #ifndef MMC_HOST_DEF_H |