There are SPDX license identifiers in the upstream source now. Signed-off-by: Alexander Dahl <[email protected]> --- rules/dropwatch.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/dropwatch.make b/rules/dropwatch.make index 6f6ccbeed..479437f77 100644 --- a/rules/dropwatch.make +++ b/rules/dropwatch.make @@ -21,7 +21,8 @@ DROPWATCH_SUFFIX := tar.gz DROPWATCH_URL := https://github.com/nhorman/dropwatch/archive/v$(DROPWATCH_VERSION).${DROPWATCH_SUFFIX} DROPWATCH_SOURCE := $(SRCDIR)/$(DROPWATCH).$(DROPWATCH_SUFFIX) DROPWATCH_DIR := $(BUILDDIR)/$(DROPWATCH) -DROPWATCH_LICENSE := GPL-2.0-only +DROPWATCH_LICENSE := GPL-2.0-or-later +DROPWATCH_LICENSE_FILES := file://COPYING;md5=eb723b61539feef013de476e68b5c50a # ---------------------------------------------------------------------------- # Prepare -- 2.26.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
