From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 05 Dec 2021 01:42:31 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mtfbr-0006oY-97 for lore@lore.pengutronix.de; Sun, 05 Dec 2021 01:42:31 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mtfbq-00038X-Ug; Sun, 05 Dec 2021 01:42:30 +0100 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtfbW-00035a-8C; Sun, 05 Dec 2021 01:42:10 +0100 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mtfbV-009fzD-L6; Sun, 05 Dec 2021 01:42:09 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sun, 5 Dec 2021 01:41:57 +0100 Message-Id: <20211205004208.2306245-2-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211205004208.2306245-1-rhi@pengutronix.de> References: <20211205004208.2306245-1-rhi@pengutronix.de> MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH v2 02/13] calibrator: add license information X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Felicitas Jung , Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false From: Felicitas Jung Signed-off-by: Felicitas Jung [rhi: use "custom" instead of "unknown"] Reviewed-by: Roland Hieber Signed-off-by: Roland Hieber --- PATCH v2: - use "custom" instead of "unknown" PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de --- rules/calibrator.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/calibrator.make b/rules/calibrator.make index a7ac356456fb..92e891f43a65 100644 --- a/rules/calibrator.make +++ b/rules/calibrator.make @@ -21,6 +21,8 @@ CALIBRATOR_SUFFIX := tar.bz2 CALIBRATOR_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(CALIBRATOR).$(CALIBRATOR_SUFFIX) CALIBRATOR_SOURCE := $(SRCDIR)/$(CALIBRATOR).$(CALIBRATOR_SUFFIX) CALIBRATOR_DIR := $(BUILDDIR)/$(CALIBRATOR) +CALIBRATOR_LICENSE := custom +CALIBRATOR_LICENSE_FILES := file://calibrator.c;md5=8f7790f3cb58345fcb862c4ceab869ce;startline=6;endline=37 # ---------------------------------------------------------------------------- # Compile -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de