From patchwork Sun Aug 19 20:08:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 178586 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 535622C008B for ; Mon, 20 Aug 2012 06:11:37 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0D19D101DA3; Sun, 19 Aug 2012 20:11:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TpQjdDUmZ4fL; Sun, 19 Aug 2012 20:11:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1D2D0101D99; Sun, 19 Aug 2012 20:11:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 575488F753 for ; Sun, 19 Aug 2012 20:10:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1CFC38D69C for ; Sun, 19 Aug 2012 20:10:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id omUX8qS0bCSw for ; Sun, 19 Aug 2012 20:09:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0B6D08C91A for ; Sun, 19 Aug 2012 20:09:56 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so2440931wib.10 for ; Sun, 19 Aug 2012 13:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=9QQvfcoqY5cJa+/Q92mCVWqJZMDykL1L+jyzZAc+tfM=; b=H5pUnFt9LKrFegEhzcxKZ/E+d4fBw1fOd8idasalXtiPE9pFxjUoZKhsvaEWoph/iY FW+eBc0z6PxLhEc76GANuYinI8RJ07OXUxviPRQYGnx4dvjn5wuOZxww58hKapNF7Mq4 bZK9VZZpcdiWJFA2zAJz441P/7jQcKf+Mkv9XSpU2vuJdLGl7WWmarx+BHwM0LgK46J8 pO3ZAsSUQi9BgeOmlihDX6vjjnQVITZW/WHQArZ5MMPxs3vtf1Jk94iMvs/KrK8YuYoN QPtFGTfizxeoVcW/GE0rbJYlQIqWLvaKDcLA9IXoab/IpvDbbMNwu63pgvKK3vfrOMkt 0rng== Received: by 10.180.100.133 with SMTP id ey5mr674374wib.4.1345406994379; Sun, 19 Aug 2012 13:09:54 -0700 (PDT) Received: from localhost.localdomain (host-92-25-116-72.as13285.net. [92.25.116.72]) by mx.google.com with ESMTPS id j6sm35612735wiy.4.2012.08.19.13.09.53 (version=SSLv3 cipher=OTHER); Sun, 19 Aug 2012 13:09:53 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Sun, 19 Aug 2012 21:08:43 +0100 Message-Id: <1345406924-6574-3-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345406924-6574-1-git-send-email-spdawson@gmail.com> References: <1345406924-6574-1-git-send-email-spdawson@gmail.com> Subject: [Buildroot] [PATCH 3/4] zlib: add license information X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Simon Dawson Signed-off-by: Simon Dawson --- package/zlib/zlib.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk index a9d4a8f..2ddab62 100644 --- a/package/zlib/zlib.mk +++ b/package/zlib/zlib.mk @@ -7,6 +7,8 @@ ZLIB_VERSION = 1.2.7 ZLIB_SOURCE =zlib-$(ZLIB_VERSION).tar.bz2 ZLIB_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng +ZLIB_LICENSE = zlib license +ZLIB_LICENSE_FILES = README ZLIB_INSTALL_STAGING = YES ifeq ($(BR2_PREFER_STATIC_LIB),y)