From patchwork Fri Dec 7 10:12:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Hoffmann X-Patchwork-Id: 204444 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 90D212C00C8 for ; Fri, 7 Dec 2012 21:12:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 708EB30CA9; Fri, 7 Dec 2012 10:12:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cTREzMZCBHND; Fri, 7 Dec 2012 10:12:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5798E30CBC; Fri, 7 Dec 2012 10:12:41 +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 907628F753 for ; Fri, 7 Dec 2012 10:12:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AE6418C78B for ; Fri, 7 Dec 2012 10:12:39 +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 GwoXv1Gj+NGb for ; Fri, 7 Dec 2012 10:12:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 098FA8C64F for ; Fri, 7 Dec 2012 10:12:37 +0000 (UTC) Received: from stephan-desktop (p54BBC7C5.dip.t-dialin.net [84.187.199.197]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0M1ohG-1Ssfx02lL8-00tcp4; Fri, 07 Dec 2012 11:12:36 +0100 Received: by stephan-desktop (Postfix, from userid 1000) id 347C4500BF1; Fri, 7 Dec 2012 11:12:35 +0100 (CET) From: Stephan Hoffmann To: buildroot@busybox.net Date: Fri, 7 Dec 2012 11:12:36 +0100 Message-Id: <1354875156-28654-1-git-send-email-sho@relinux.de> X-Mailer: git-send-email 1.7.0.4 X-Provags-ID: V02:K0:/Eg6TA+2b0RwZClCeYkTTR3ifrIQ2bzcnqwUwK2Rqf6 abZivzlnFZYab36kyKnV4XuHtrjXZgDEuu3vByJ8cksNoBEQL0 C5j+OL1UGIPE2y/DGCNe+QdaFwrkEz6SOxRfB15/uMTprpT6XF VAfIFuKEsFa61UIEPRNWDl+3zg/8gLapqn33DuUUBijpoJ2WRB 9Dghs6m+ibgXqi0iU5d36sopK6WvYQmYocFLfgVmCmIW9oB2Dt Nz6rxL4VPPOBsVfBUgoSG4E7qLHSgejWNU1JTWwngQ9rYi0ice EmTdamMxaQgOcHKef0z9wnd+ZS84/nQD/HC6ous0wN98ZueCgx 8YNaLdIVANbJYWrAt2ZP3nBCyllUtbFm0lHFKWqdcVk1JUwBRR BJxzqghgHkV+w== Subject: [Buildroot] [PATCH] fbv: 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: Stephan Hoffmann --- package/fbv/fbv.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk index 7949e99..f697fe8 100644 --- a/package/fbv/fbv.mk +++ b/package/fbv/fbv.mk @@ -7,6 +7,9 @@ FBV_VERSION:=1.0b FBV_SOURCE:=fbv-$(FBV_VERSION).tar.gz FBV_SITE:=http://s-tech.elsat.net.pl/fbv +FBV_LICENSE = GPLv2 +FBV_LICENSE_FILES = COPYING + ### image format dependencies and configure options FBV_DEPENDENCIES = # empty FBV_CONFIGURE_OPTS = # empty