From patchwork Sat May 24 13:21:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Abraham X-Patchwork-Id: 352109 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id A60B91400A8 for ; Sat, 24 May 2014 23:21:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4CC668C2D7; Sat, 24 May 2014 13:21:24 +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 Hei2ZRa0Q2bp; Sat, 24 May 2014 13:21:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 081328BD5F; Sat, 24 May 2014 13:21:22 +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 8BA8F1BFA1E for ; Sat, 24 May 2014 13:21:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 888B48BD5F for ; Sat, 24 May 2014 13:21:20 +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 92I7k+msNx-o for ; Sat, 24 May 2014 13:21:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mout.web.de (mout.web.de [212.227.15.14]) by whitealder.osuosl.org (Postfix) with ESMTPS id ADE708BBBD for ; Sat, 24 May 2014 13:21:19 +0000 (UTC) Received: from localhost.localdomain ([77.2.129.113]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0Lc8Xx-1WP3of41un-00jZ9l; Sat, 24 May 2014 15:21:17 +0200 From: Heiko Abraham To: buildroot@busybox.net Date: Sat, 24 May 2014 15:21:01 +0200 Message-Id: <1400937661-10089-1-git-send-email-abrahamh@web.de> X-Mailer: git-send-email 1.7.9.5 X-Provags-ID: V03:K0:kVWktDW/gZHa3obSf0L/Bjjv2SwP3sMRRQVHojL7aPs0I70Nv0g Ebcf5X1xasP31OhDbM7K5q+ZdcBWoErryOQSbBOaFZBp2PbZqW8GJ8Zs/8ASQfvmomnLHYW D0Z4peOI3JqO8sHUZhnhw2p5NxQdNkUnicCyo6s/3yr9HBJWe4jQFWg8HBM2BZ1HvaAviv1 ljUPvkT+rJ+65bkclBWzQ== Cc: Heiko Abraham Subject: [Buildroot] [PATCH] attr: 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 Add missing license info and file for package 'attr' --- package/attr/attr.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/attr/attr.mk b/package/attr/attr.mk index f7179a2..9118cf9 100644 --- a/package/attr/attr.mk +++ b/package/attr/attr.mk @@ -9,6 +9,8 @@ ATTR_SOURCE = attr-$(ATTR_VERSION).src.tar.gz ATTR_SITE = http://download.savannah.gnu.org/releases/attr ATTR_INSTALL_STAGING = YES ATTR_CONF_OPT = --enable-gettext=no +ATTR_LICENSE = GPLv2 LGPGv2.1 +ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL # While the configuration system uses autoconf, the Makefiles are # hand-written and do not use automake. Therefore, we have to hack