From patchwork Sun Aug 19 20:08:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 178585 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 A2B242C00A6 for ; Mon, 20 Aug 2012 06:11:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 87A328C92C; Sun, 19 Aug 2012 20:11:04 +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 Z3k5taAeCrmw; Sun, 19 Aug 2012 20:11:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4DE8E8D8E5; Sun, 19 Aug 2012 20:10:56 +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 D665A8F753 for ; Sun, 19 Aug 2012 20:10:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 46C158C92C for ; Sun, 19 Aug 2012 20:10:04 +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 Xi8QSMkFaRKC for ; Sun, 19 Aug 2012 20:09:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id E3BF78D63F for ; Sun, 19 Aug 2012 20:09:57 +0000 (UTC) Received: by weyx43 with SMTP id x43so7717898wey.16 for ; Sun, 19 Aug 2012 13:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=aCA6TX5F+EpovFhMSUQNU0h/kyJ6kg4MAXzMmpNZUt4=; b=URE3pMWwW4EKn+aDHv19Y3Bw+yOoIcLUDPeyhn5cf3GiuKViylzHGDX7vq1ACcSvrf ptUIh2e1ZUbn+M/I9RBFyPVetNP+WWS4YtZEJlCF7jKhEvgARF6mBgIcUnQtSu8+OLCO rrzu3xHBPqE03MG+iPUmBjYoZg6JglJrfXBH/VVvRRYc4pbbMzzc0Gr0yJ5aWe9GwQKZ 54PKOv/9frwISyb/irudPVvoIea6jMXlATOpsf2RGE4XnOPgzL6tkFHgcnVjBGSFxf9U 3Ilnhu0GPvPD8ZtZRXkuuHdjnhkyyT3Uy1rrxKTNyf9kZQcqry8dV5DkbWBc8GOXrwfY XPaw== Received: by 10.180.86.3 with SMTP id l3mr21921231wiz.16.1345406995631; Sun, 19 Aug 2012 13:09:55 -0700 (PDT) Received: from localhost.localdomain (host-92-25-116-72.as13285.net. [92.25.116.72]) by mx.google.com with ESMTPS id j6sm35612735wiy.4.2012.08.19.13.09.54 (version=SSLv3 cipher=OTHER); Sun, 19 Aug 2012 13:09:55 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Sun, 19 Aug 2012 21:08:44 +0100 Message-Id: <1345406924-6574-4-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345406924-6574-1-git-send-email-spdawson@gmail.com> References: <1345406924-6574-1-git-send-email-spdawson@gmail.com> Subject: [Buildroot] [PATCH 4/4] zxing: 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/zxing/zxing.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/zxing/zxing.mk b/package/zxing/zxing.mk index 54383e7..543d038 100644 --- a/package/zxing/zxing.mk +++ b/package/zxing/zxing.mk @@ -6,6 +6,8 @@ ZXING_VERSION = 2.0 ZXING_SITE = http://zxing.googlecode.com/files ZXING_SOURCE = ZXing-$(ZXING_VERSION).zip +ZXING_LICENSE = Apache +ZXING_LICENSE_FILES = COPYING ZXING_INSTALL_STAGING = YES ifneq ($(BR2_ENABLE_LOCALE),y)