[U-Boot] [PATCH 1/2] common: fsl: Fix broken SPDX-License-Identifier change

Michal Simek michal.simek at xilinx.com
Wed Oct 16 09:06:31 CEST 2013


This bug was introduced by:
"Add GPL-2.0+ SPDX-License-Identifier to source files"
(sha1: 1a4596601fd395f3afb8f82f3f840c5e00bdd57a)

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
Compilation error:
cmd_mfsl.c:1:1: error: unknown type name 've'
cmd_mfsl.c:1:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
cmd_mfsl.c:1:13: error: unknown type name 'a'
cmd_mfsl.c:2:29: error: expected identifier or '(' before 'if'
---
 common/cmd_mfsl.c | 8 ++++----
 1 file 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 at monstr.eu>
  *
  * SPDX-License-Identifier:	GPL-2.0+
  */
--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131016/f24b703b/attachment.pgp>


More information about the U-Boot mailing list