From patchwork Mon Jan 21 21:29:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 214271 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 C54142C007E for ; Tue, 22 Jan 2013 08:30:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 067588ABFC; Mon, 21 Jan 2013 21:30:35 +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 jvUy42LTU7Qk; Mon, 21 Jan 2013 21:30:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 17FD48AAB7; Mon, 21 Jan 2013 21:30:11 +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 371208F74B for ; Mon, 21 Jan 2013 21:30:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5C8948A5F0 for ; Mon, 21 Jan 2013 21:30:09 +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 JxwUkGyu9lLo for ; Mon, 21 Jan 2013 21:30:06 +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 96AD48ABFC for ; Mon, 21 Jan 2013 21:30:04 +0000 (UTC) Received: from asgard (host110.190-225-90.telecom.net.ar [190.225.90.110]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0LLTvmO026717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Jan 2013 21:30:00 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1358803802; bh=mfJLspE7o9XZva9uBt3jcMpZYcjzz5lG09JnnC+XnrU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ER28yjslHR39qjsXB/FqE6GcMlo5pLYfc9O5/wQeOq43Ul4T4E/f/y868nbkKhw2O aT/h7Qe7AUw84Y0cr7xTIA/4oh3o0FGuYZaV7uWfBYGeEaGw5jFsLTdPXHGBwZzDQt wVFWK2DWmeLmWb3a6zFxL/+yPX5jcsoQIhYl73/M= Received: by asgard (sSMTP sendmail emulation); Mon, 21 Jan 2013 18:29:57 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 21 Jan 2013 18:29:42 -0300 Message-Id: <1358803790-30245-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1358803790-30245-1-git-send-email-gustavo@zacarias.com.ar> References: <1358803790-30245-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 02/10] coreutils: 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 Signed-off-by: Gustavo Zacarias --- package/coreutils/coreutils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index d7d0779..4fc70f7 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -7,6 +7,8 @@ COREUTILS_VERSION = 8.18 COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz +COREUTILS_LICENSE = GPLv3 +COREUTILS_LICENSE_FILES = COPYING # If both coreutils and busybox are selected, make certain coreutils # wins the fight over who gets to have their utils actually installed.