From 7c09cbf68bd1881450dbac13f38486aab5640090 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Thu, 17 Aug 2017 13:55:20 +0200 Subject: 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 Reviewed-by: Wolfgang Denk --- arch/arm/include/asm/arch-mx5/iomux-mx51.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'arch/arm/include/asm/arch-mx5') diff --git a/arch/arm/include/asm/arch-mx5/iomux-mx51.h b/arch/arm/include/asm/arch-mx5/iomux-mx51.h index 5c636acc03..522512eec3 100644 --- a/arch/arm/include/asm/arch-mx5/iomux-mx51.h +++ b/arch/arm/include/asm/arch-mx5/iomux-mx51.h @@ -3,12 +3,7 @@ * Copyright (C) 2010 Freescale Semiconductor, Inc. * Copyright (C) 2009-2012 Genesi USA, Inc. * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html + * SPDX-License-Identifier: GPL-2.0+ */ /* -- cgit