lib: Add SPDX identifiers to files missing them
commitfb8876d3565ccf8efbd5d73c08a59983ab68222a
authorMartin Roth <gaumless@gmail.com>
Sun, 7 Aug 2022 21:12:12 +0000 (7 15:12 -0600)
committerMartin L Roth <gaumless@gmail.com>
Thu, 11 Aug 2022 17:53:29 +0000 (11 17:53 +0000)
tree6b0bffa2a5366b86ff82a394416102a0cd8a6073
parentf18034c1b3866074eb388d01c833cbe6c79673c1
lib: Add SPDX identifiers to files missing them

This adds SPDX identifiers to the remaining source files in the
lib directory that don't already have them.

A note on gcov-iov.h - As machine generated content, this file is
believed to be uncopyrightable, and therefore in the public domain, so
gets the CC-PDDC license even though there is code in the file.

Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Change-Id: Ifcb584d78a55e56c1b5c02d424a7e950a7f115dc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66502
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
19 files changed:
src/lib/cb.ads
src/lib/compute_ip_checksum.c
src/lib/delay.c
src/lib/fallback_boot.c
src/lib/gcov-io.c
src/lib/gcov-io.h
src/lib/gcov-iov.h
src/lib/libgcov.c
src/lib/lzma.c
src/lib/malloc.c
src/lib/memchr.c
src/lib/memcmp.c
src/lib/memcpy.c
src/lib/memmove.c
src/lib/memset.c
src/lib/ramtest.c
src/lib/rmodule.ld
src/lib/string.c
src/lib/version.c