From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jqtl3-0007fl-8q for ptxdist@pengutronix.de; Thu, 02 Jul 2020 09:35:45 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 87E722A7C for ; Thu, 2 Jul 2020 09:35:44 +0200 (CEST) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jpeyOBmPvnbW for ; Thu, 2 Jul 2020 09:35:44 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1jqtky-0006HT-5c for ptxdist@pengutronix.de; Thu, 02 Jul 2020 09:35:40 +0200 From: Alexander Dahl Date: Thu, 2 Jul 2020 09:35:38 +0200 Message-Id: <20200702073540.24100-2-ada@thorsis.com> In-Reply-To: <20200702073540.24100-1-ada@thorsis.com> References: <20200702073540.24100-1-ada@thorsis.com> Subject: [ptxdist] [PATCH 1/3] dropwatch: Update license information List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de There are SPDX license identifiers in the upstream source now. Signed-off-by: Alexander Dahl --- 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 ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de