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 1XYE3W-00008A-3U for ptxdist@pengutronix.de; Sun, 28 Sep 2014 14:58:26 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id A984AA04590 for ; Sun, 28 Sep 2014 14:58:18 +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 WAr18BJfoDcH for ; Sun, 28 Sep 2014 14:58:18 +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 41299A04590 for ; Sun, 28 Sep 2014 14:58:18 +0200 (CEST) From: Andreas Pretzsch Date: Sun, 28 Sep 2014 14:57:54 +0200 Message-Id: <1411909083-13510-8-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 07/16] libdaemon: 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/libdaemon.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libdaemon.make b/rules/libdaemon.make index 6cd0e6e..395e190 100644 --- a/rules/libdaemon.make +++ b/rules/libdaemon.make @@ -24,6 +24,7 @@ LIBDAEMON_SUFFIX := tar.gz LIBDAEMON_URL := http://0pointer.de/lennart/projects/libdaemon/$(LIBDAEMON).$(LIBDAEMON_SUFFIX) LIBDAEMON_SOURCE := $(SRCDIR)/$(LIBDAEMON).$(LIBDAEMON_SUFFIX) LIBDAEMON_DIR := $(BUILDDIR)/$(LIBDAEMON) +LIBDAEMON_LICENSE := LGPLv2.1+ # ---------------------------------------------------------------------------- # Prepare -- 2.1.0 -- ptxdist mailing list ptxdist@pengutronix.de