From patchwork Fri Jun 28 13:41:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 255373 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 393B72C00AF for ; Fri, 28 Jun 2013 23:42:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 74FF8A02E5; Fri, 28 Jun 2013 13:42:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EkvOsT2Qzfpg; Fri, 28 Jun 2013 13:42:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 12953A027F; Fri, 28 Jun 2013 13:42:23 +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 519CB8F79F for ; Fri, 28 Jun 2013 13:42:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 39C2B880AD for ; Fri, 28 Jun 2013 13:42:23 +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 KjiqUlhicYkM for ; Fri, 28 Jun 2013 13:42:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id F05368C7AA for ; Fri, 28 Jun 2013 13:41:52 +0000 (UTC) Received: from asgard (host74.190-225-100.telecom.net.ar [190.225.100.74]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r5SDfkQo032575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Jun 2013 13:41:48 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1372426910; bh=11F6sDZhaXtKAoesI9R9aTeFXFMcJbUnw4WLH8zyLv8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=wI8bhtwkanjG390TAZ/av9mweJ4nkeE3aZUlv9syMnXaBwctL8cL0F3f7SBdbUf7H ZgcegIQIF3Z8p3EAAhM5G+jtFICu2XmmeYJDgruD4o/GLHpzHXFHAIUDJ20PAFU25F n502+VbtCKBsLpgG/6zSVrKghkMuS54y4SagltAw= Received: by asgard (sSMTP sendmail emulation); Fri, 28 Jun 2013 10:41:45 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 28 Jun 2013 10:41:03 -0300 Message-Id: <1372426876-2258-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1372426876-2258-1-git-send-email-gustavo@zacarias.com.ar> References: <1372426876-2258-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 06/19] diffutils: define license 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 Signed-off-by: Gustavo Zacarias --- package/diffutils/diffutils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk index 1de9db4..bd46ec2 100644 --- a/package/diffutils/diffutils.mk +++ b/package/diffutils/diffutils.mk @@ -7,6 +7,8 @@ DIFFUTILS_VERSION = 3.2 DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils DIFFUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) +DIFFUTILS_LICENSE = GPLv3+ +DIFFUTILS_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_BUSYBOX),y) DIFFUTILS_DEPENDENCIES += busybox