SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / include / u-boot / sha1.h
index 2634a29c20d9d8c736f62a8d0725c33d04ae70fa..283f103293628c9c25ca6764a43253718a0ee695 100644 (file)
@@ -1,11 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1 */
 /**
  * \file sha1.h
  * based from http://xyssl.org/code/source/sha1/
  *  FIPS-180-1 compliant SHA-1 implementation
  *
  *  Copyright (C) 2003-2006  Christophe Devine
- *
- * SPDX-License-Identifier:    LGPL-2.1
  */
 /*
  *  The SHA-1 standard was published by NIST in 1993.