]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/sha256.c
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / boot / efi / sha256.c
index 40da636dc712aaa0372dafe8ce595136a27bd200..f23066d0acff34376cd144c74db5a5fbd08a3add 100644 (file)
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
 /* Stolen from glibc and converted to UEFI style. In glibc it comes with the following copyright blurb: */
 
 /* Functions to compute SHA256 message digest of files or memory blocks.