efi_loader: correct includes in efi_variable.c
[oweals/u-boot.git] / lib / sha256.c
index 7f5a3618d0da90686fe45eb3df5b671b2a64574d..c1fe93de012dc8006abd14e7c95c5f6c4852c58c 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * FIPS-180-2 compliant SHA-256 implementation
  *
  * Copyright (C) 2001-2003  Christophe Devine
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef USE_HOSTCC