From patchwork Mon Dec 14 13:10:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 556454 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0CF3A14030D for ; Tue, 15 Dec 2015 00:12:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=vEPIeeyj; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8F20194BB3; Mon, 14 Dec 2015 13:12: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 EQbDeT+ODU3t; Mon, 14 Dec 2015 13:12:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C92DD94C01; Mon, 14 Dec 2015 13:12:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 55E8C1C1039 for ; Mon, 14 Dec 2015 13:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 52BAE8DD64 for ; Mon, 14 Dec 2015 13:12: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 4yxdtqg4u4Hn for ; Mon, 14 Dec 2015 13:12:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 35C9A8D86F for ; Mon, 14 Dec 2015 13:12:33 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBEDCQjs027604 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 13:12:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1450098750; bh=fzaGQY1BcHIQXZSKAe9+f2GxSs5tyh7yr0KWFV2WQWk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vEPIeeyj8zGVlQH9DDcppgsygiTtFmi3AtytK8WcJSrExCuWsCo0T1RuHW+klEJae tiyS1x5wxOpySjLA16YyMS+7PGQeK/Je5PugPvXT7UqM2CoSsEXFhYi9nGMWrmP1qw vcKEqj4tW+H+u4DFPtJx+S7JyX41O0wFfh7qbmVo= Received: by asgard (sSMTP sendmail emulation); Mon, 14 Dec 2015 10:12:25 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 14 Dec 2015 10:10:50 -0300 Message-Id: <1450098684-17399-12-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> References: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 11/45] liboping: comma separate licenses X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/liboping/liboping.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/liboping/liboping.mk b/package/liboping/liboping.mk index aeaaa8a..94de73c 100644 --- a/package/liboping/liboping.mk +++ b/package/liboping/liboping.mk @@ -9,7 +9,7 @@ LIBOPING_SITE = http://noping.cc/files LIBOPING_INSTALL_STAGING = YES LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses) LIBOPING_CONF_OPTS = --without-perl-bindings -LIBOPING_LICENSE = LGPLv2.1+ GPLv2 +LIBOPING_LICENSE = LGPLv2.1+, GPLv2 LIBOPING_LICENSE_FILES = COPYING $(eval $(autotools-package))