diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-10-16 09:06:31 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-16 09:24:38 -0400 |
commit | 100ea07e331b7898dc774aeba108d66bdd5a5cf5 (patch) | |
tree | 5ef1a5b0511be03aacb22e6c7812922582293732 /common | |
parent | 06503f16c34b722ed07cda98aa6e268941c4dd46 (diff) | |
download | u-boot-imx-100ea07e331b7898dc774aeba108d66bdd5a5cf5.zip u-boot-imx-100ea07e331b7898dc774aeba108d66bdd5a5cf5.tar.gz u-boot-imx-100ea07e331b7898dc774aeba108d66bdd5a5cf5.tar.bz2 |
common: fsl: Fix broken SPDX-License-Identifier change
This bug was introduced by:
"Add GPL-2.0+ SPDX-License-Identifier to source files"
(sha1: 1a4596601fd395f3afb8f82f3f840c5e00bdd57a)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_mfsl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/cmd_mfsl.c b/common/cmd_mfsl.c index d735c9e..e8e8e3c 100644 --- a/common/cmd_mfsl.c +++ b/common/cmd_mfsl.c @@ -1,7 +1,7 @@ -ve received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * who contributed to this - * project. +/* + * (C) Copyright 2007 Michal Simek + * + * Michal SIMEK <monstr@monstr.eu> * * SPDX-License-Identifier: GPL-2.0+ */ |