diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-29 10:54:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-29 11:41:27 +0100 |
commit | c062cd9dde8f3a578c552d3bd04f77ee5d78a0b8 (patch) | |
tree | d251ad5e046bdb25f078b85ba8e11336a1013c8a /src/boot/efi | |
parent | 448e7440c2d6e682d55032d15076b840521ab120 (diff) | |
download | systemd-c062cd9dde8f3a578c552d3bd04f77ee5d78a0b8.tar.gz |
headers: use custom LicenseRef- spdx tag for various "public domain" files
There is no spdx tag defined for those versions of "public domain", but we can
add a custom tag, see
https://spdx.github.io/spdx-spec/6-other-licensing-information-detected/.
crc32.h is updated to match crc32.c.
Diffstat (limited to 'src/boot/efi')
-rw-r--r-- | src/boot/efi/crc32.c | 1 | ||||
-rw-r--r-- | src/boot/efi/crc32.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/efi/crc32.c b/src/boot/efi/crc32.c index 46b9aeea90..5dfd3db265 100644 --- a/src/boot/efi/crc32.c +++ b/src/boot/efi/crc32.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LicenseRef-crc32-no-restriction */ /* This is copied from util-linux, which in turn copied in the version from Gary S. Brown */ /* diff --git a/src/boot/efi/crc32.h b/src/boot/efi/crc32.h index 64150ee948..3af543b84e 100644 --- a/src/boot/efi/crc32.h +++ b/src/boot/efi/crc32.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1+ */ +/* SPDX-License-Identifier: LicenseRef-crc32-no-restriction */ #pragma once #include <efi.h> |