From patchwork Thu Oct 10 01:05:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 282104 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 4B2822C010A for ; Thu, 10 Oct 2013 12:05:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F02FC32D38; Thu, 10 Oct 2013 01:05:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G0WNEHIxYVcs; Thu, 10 Oct 2013 01:05:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1A0E532CA9; Thu, 10 Oct 2013 01:05:14 +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 40FD41BF9C5 for ; Thu, 10 Oct 2013 01:05:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3A6C88BE56 for ; Thu, 10 Oct 2013 01:05:12 +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 QpajzY0e+t0F for ; Thu, 10 Oct 2013 01:05:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 694C98BE5C for ; Thu, 10 Oct 2013 01:05:10 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp2so1756764pbb.28 for ; Wed, 09 Oct 2013 18:05:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=mq2FwDEbzQJxOqxKOe5YY1NuoYN+IrGUznDvcTqOzqw=; b=eGrbp5ASbVNhIjLTeyClQdlur4pBlwwz11JHlhydyZmyVW39cPdQUwxchpHpn4yItc pb0yNkMSBlE2PCEMi4F9FArEnLpng7giCoQIqn4Q8ra9DHvQ2sYdqpm4ptZRKwFOmOLJ vnsufgabtN8y+o8nIz+tnShCiL3+u1gC+JCECkE6Do95+Qjv2bAyuBKQ0npnGTr/29BD Cx+PuL35cdmTh7EjIpECU4/PwSspugGjQK/P539SYw9pXhK61Tzq5yEMDW4/6KBgNjXN mjYuWLO1Hrdsnp2CkUkRGb91tklqALp6uwUns1ukpbZaYByqDzVVynsjV+8Y7gnCPwNx pVLA== X-Gm-Message-State: ALoCoQk2kqVDy/CyEbfvmYmA9GHwcvkmPElMdUNdwBA94ONvMQ+vkIKlZ1hIwWd1Z1VAcJD0i7w3 X-Received: by 10.66.145.166 with SMTP id sv6mr12318555pab.31.1381367109780; Wed, 09 Oct 2013 18:05:09 -0700 (PDT) Received: from [192.168.1.108] (111-240-48-148.dynamic.hinet.net. [111.240.48.148]) by mx.google.com with ESMTPSA id og5sm49371897pbb.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 18:05:08 -0700 (PDT) Message-ID: <1381367104.4248.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Thu, 10 Oct 2013 09:05:04 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH v2 1/2] xmlstarlet: 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin Acked-by: Arnout Vandecappelle --- v2: Address Arnout's comment: The COPYING and Copyright files are identical, so no need to copy both of them. package/xmlstarlet/xmlstarlet.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/xmlstarlet/xmlstarlet.mk b/package/xmlstarlet/xmlstarlet.mk index f0a26c2..4a30feb 100644 --- a/package/xmlstarlet/xmlstarlet.mk +++ b/package/xmlstarlet/xmlstarlet.mk @@ -6,6 +6,8 @@ XMLSTARLET_VERSION = 1.3.0 XMLSTARLET_SITE = http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$(XMLSTARLET_VERSION) +XMLSTARLET_LICENSE = MIT +XMLSTARLET_LICENSE_FILES = COPYING XMLSTARLET_DEPENDENCIES += libxml2 libxslt \ $(if $(BR2_PACKAGE_LIBICONV),libiconv)