From patchwork Tue May 7 20:54:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 242464 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 537042C00FD for ; Wed, 8 May 2013 06:54:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 44BD6A01A5; Tue, 7 May 2013 20:54:36 +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 TUQjyIq-5TuX; Tue, 7 May 2013 20:54:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3F676A011C; Tue, 7 May 2013 20:54:34 +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 BF5BE8F7AF for ; Tue, 7 May 2013 20:54:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1041D88B39 for ; Tue, 7 May 2013 20:54:34 +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 tof7H40PMhoy for ; Tue, 7 May 2013 20:54:33 +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 10275814A7 for ; Tue, 7 May 2013 20:54:32 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id y10so1165168wgg.32 for ; Tue, 07 May 2013 13:54:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=FsUr4TIrIpKSNDAm3Xi63EaY0owmfATutCj7dIm8KqE=; b=xt2Q5AZqAHkQYmylU2A0J0W8yJnxJo9flUtuejKSExpMVHjB7ykilN7tYr/9rLviyq esZHYHpOWbD64F+JfeQUSqPKo7MfWEpSzRDO7XvjCvRezgzDUbB0GO0nEBVu2nEW73XJ RcCHzghFEDMzz0OBUJ5jcvAlG1Z46I4NFFRoKZPP9H+d5R/vRW6QVPbKRjyydSOji4pI C8e33/PkOL0CFmprFFSVYar1VdOOXGFM8fDFMdLEbOL+hqyn79Dv1fCTvjD2EeALz1qo reTrV9AAiqCy7JP5q6FdNNHjblYrho/yHQo8Hw0Rt22Qjc5Fr4Nq0cvKonvrZA4vKb1A MZ3A== X-Received: by 10.180.79.69 with SMTP id h5mr17231095wix.14.1367960071519; Tue, 07 May 2013 13:54:31 -0700 (PDT) Received: from percy.lan (host-2-97-77-206.as13285.net. [2.97.77.206]) by mx.google.com with ESMTPSA id o3sm5661782wia.2.2013.05.07.13.54.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 May 2013 13:54:30 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Tue, 7 May 2013 21:54:28 +0100 Message-Id: <1367960068-14286-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] gperf: 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/gperf/gperf.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk index 1254f0c..59c5a09 100644 --- a/package/gperf/gperf.mk +++ b/package/gperf/gperf.mk @@ -6,6 +6,8 @@ GPERF_VERSION = 3.0.4 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf +GPERF_LICENSE = GPLv3+ +GPERF_LICENSE_FILES = COPYING $(eval $(autotools-package)) $(eval $(host-autotools-package))