imx: mx6ul_14x14_evk: fix link issue
[oweals/u-boot.git] / lib / crc32c.c
index 322c08ff5d39f5c95649328f028d3a079e41b536..016b34a523b8952d53f7caf1dffb470903e349a1 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copied from Linux kernel crypto/crc32c.c
  * Copyright (c) 2004 Cisco Systems, Inc.
@@ -7,7 +8,6 @@
  * under the terms of the GNU General Public License as published by the Free
  * Software Foundation; either version 2 of the License, or (at your option)
  * any later version.
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>