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 1XYE3P-00007l-5a for ptxdist@pengutronix.de; Sun, 28 Sep 2014 14:58:19 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id BE420A04590 for ; Sun, 28 Sep 2014 14:58:11 +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 tOFUSbVXPKzR for ; Sun, 28 Sep 2014 14:58:11 +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 513E2A04590 for ; Sun, 28 Sep 2014 14:58:11 +0200 (CEST) From: Andreas Pretzsch Date: Sun, 28 Sep 2014 14:57:51 +0200 Message-Id: <1411909083-13510-5-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 04/16] gcclibs: 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/gcclibs.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/gcclibs.make b/rules/gcclibs.make index a1079c2..8c443da 100644 --- a/rules/gcclibs.make +++ b/rules/gcclibs.make @@ -21,6 +21,7 @@ GCCLIBS_VERSION := unknown else GCCLIBS_VERSION := $(shell $(CROSS_CC) -dumpversion) endif +GCCLIBS_LICENSE := LGPLv2.1, LGPLv2.1+, LGPLv3+ # ---------------------------------------------------------------------------- # Target-Install -- 2.1.0 -- ptxdist mailing list ptxdist@pengutronix.de