From: Fabrice Fontaine Date: Fri, 13 Mar 2020 20:56:16 +0000 (+0100) Subject: package/dropwatch: remove license comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3500470278c51309b75a25f5d3ec0a6000f7bdaa;p=buildroot.git package/dropwatch: remove license comment This comment is not needed since bump to version 1.5.2 and https://github.com/nhorman/dropwatch/commit/83a2b4e9bfe5ad26f59c15da5f77e86fbc0a6701 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/dropwatch/dropwatch.mk b/package/dropwatch/dropwatch.mk index 0ee9e5e0f6..4cebe041db 100644 --- a/package/dropwatch/dropwatch.mk +++ b/package/dropwatch/dropwatch.mk @@ -7,8 +7,6 @@ DROPWATCH_VERSION = 1.5.2 DROPWATCH_SITE = $(call github,nhorman,dropwatch,v$(DROPWATCH_VERSION)) DROPWATCH_DEPENDENCIES = libnl readline libpcap host-pkgconf $(TARGET_NLS_DEPENDENCIES) -# Until upstream updates their tree with a proper license -# blurb: https://github.com/nhorman/dropwatch/issues/14 DROPWATCH_LICENSE = GPL-2.0+ DROPWATCH_LICENSE_FILES = COPYING # From git