]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/sha256.c
headers: add spdx tags to imported files with a known license
[thirdparty/systemd.git] / src / boot / efi / sha256.c
index 40da636dc712aaa0372dafe8ce595136a27bd200..005e1902d4bed5d42c92e5109ecc8e2f3c22c085 100644 (file)
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+
 /* 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.