Thanks, applied as 3f8529fb895b4308b61900cf6e81a253db3dde9f. Michael
[sent from post-receive hook] On Mon, 06 Jul 2020 08:31:58 +0200, Alexander Dahl <[email protected]> wrote: > There are SPDX license identifiers in the upstream source now. > > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/dropwatch.make b/rules/dropwatch.make > index 6f6ccbeed4e4..479437f77808 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 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
