From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XYE3f-00008q-Fc for ptxdist@pengutronix.de; Sun, 28 Sep 2014 14:58:35 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 1F91BA0459A for ; Sun, 28 Sep 2014 14:58:28 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iq-dP5gR2YLL for ; Sun, 28 Sep 2014 14:58:28 +0200 (CEST) Received: from ws-apr.office.loc (HSI-KBW-37-49-64-252.hsi14.kabel-badenwuerttemberg.de [37.49.64.252]) by mail.mars-solutions.de (Postfix) with ESMTP id 89665A0459A for ; Sun, 28 Sep 2014 14:58:27 +0200 (CEST) From: Andreas Pretzsch Date: Sun, 28 Sep 2014 14:57:58 +0200 Message-Id: <1411909083-13510-12-git-send-email-apr@cn-eng.de> In-Reply-To: <1411909083-13510-1-git-send-email-apr@cn-eng.de> References: <1411909083-13510-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH 11/16] lighttpd: add license information Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Andreas Pretzsch --- rules/lighttpd.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 92dd690..5648390 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -24,6 +24,7 @@ LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) LIGHTTPD_SOURCE := $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) LIGHTTPD_DIR := $(BUILDDIR)/$(LIGHTTPD) +LIGHTTPD_LICENSE := BSD # ---------------------------------------------------------------------------- # Prepare -- 2.1.0 -- ptxdist mailing list ptxdist@pengutronix.de