From patchwork Thu Nov 22 00:18:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200916 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 AB5CB2C0093 for ; Thu, 22 Nov 2012 11:22:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 20096A0395; Thu, 22 Nov 2012 00:22:41 +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 tPD8L4OoG3Md; Thu, 22 Nov 2012 00:22:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D1B9CA03C5; Thu, 22 Nov 2012 00: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 EAE528F74A for ; Thu, 22 Nov 2012 00:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BDC6D816CF for ; Thu, 22 Nov 2012 00:20:03 +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 M87OgH4TjsTP for ; Thu, 22 Nov 2012 00:19:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9458084787 for ; Thu, 22 Nov 2012 00:19:27 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id e12so1163520wge.10 for ; Wed, 21 Nov 2012 16:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=Li8UI9Q/JE1ni1cCb4kJHX5NoFR83XXc7cnGPr0sxgQ=; b=BriwgCfmyfoWZN3nlBpm0tRjlU1/DbN+Zl/IieP6sbkW2779gARTbRAJZ+tGdFc3wu fuYaLrO3GYOS6Yj+A9PerlYqVbF/4K0Xu/jqAb/6k5ppVdHvfsNtuNdVKLwGEVEbEEX8 GCV2FqMzA9SVT3YOxMa2f8TyZsrcW8B8z5D//Pp0ArwAq6jsaBnwa7eojJCqNSDkyIvN FhN6Hl0zZ6ZgI2tCrT2C/NA/X/jI6LPn2EzaVDXS9zkvibIhAfxtdvs8YXnpltY5LtXr gY8UQ/fxeA635sXz07+ohQk0PktbCia6416JtpTxhospbCVMgSN6vMJP2bUomVzG9meu Et8Q== Received: by 10.181.11.233 with SMTP id el9mr1776677wid.3.1353543567745; Wed, 21 Nov 2012 16:19:27 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id r10sm1847697wiz.0.2012.11.21.16.19.26 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:19:27 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:18:19 +0100 Message-Id: <1353543503-8952-30-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> References: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 29/33] ltp-testsuite: add license info 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: Samuel Martin --- package/ltp-testsuite/ltp-testsuite.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index c6b34f0..72d3a08 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -6,5 +6,7 @@ LTP_TESTSUITE_VERSION = 20101031 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).bz2 LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION) +LTP_TESTSUITE_LICENSE = GPLv2 +LTP_TESTSUITE_LICENSE_FILES = COPYING $(eval $(autotools-package))