summaryrefslogtreecommitdiff
path: root/src/boot/efi
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-29 10:54:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-29 11:41:27 +0100
commitc062cd9dde8f3a578c552d3bd04f77ee5d78a0b8 (patch)
treed251ad5e046bdb25f078b85ba8e11336a1013c8a /src/boot/efi
parent448e7440c2d6e682d55032d15076b840521ab120 (diff)
downloadsystemd-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.c1
-rw-r--r--src/boot/efi/crc32.h2
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>