From: Felicitas Jung <[email protected]> Signed-off-by: Felicitas Jung <[email protected]> [rhi: classify as NIST-PD, which was accepted by SPDX in the meantime] Reviewed-by: Roland Hieber <[email protected]> Signed-off-by: Roland Hieber <[email protected]> --- PATCH v2: - use NIST-PD instead of "unknown"
PULL v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/simplerpl.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/simplerpl.make b/rules/simplerpl.make index 4dad7465b60e..904503d07dcc 100644 --- a/rules/simplerpl.make +++ b/rules/simplerpl.make @@ -21,6 +21,8 @@ SIMPLERPL_SUFFIX := tar.gz SIMPLERPL_URL := http://cakelab.org/~eintopf/RPL/$(SIMPLERPL).$(SIMPLERPL_SUFFIX) SIMPLERPL_SOURCE := $(SRCDIR)/$(SIMPLERPL).$(SIMPLERPL_SUFFIX) SIMPLERPL_DIR := $(BUILDDIR)/$(SIMPLERPL) +SIMPLERPL_LICENSE := NIST-PD +SIMPLERPL_LICENSE_FILES := file://LICENSE.txt;md5=05ed185d8aa70ee449a71246bc9b0d18 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
