[Buildroot] [git commit] bmon: fix license information

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 1 20:32:56 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=4f185e709bed9df1ca387b13825e472afbca4075
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

bmon is licensed under two licenses BSD-2c and MIT.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/bmon/bmon.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/bmon/bmon.mk b/package/bmon/bmon.mk
index 9a4312f..b1dc399 100644
--- a/package/bmon/bmon.mk
+++ b/package/bmon/bmon.mk
@@ -7,8 +7,8 @@
 BMON_VERSION = 3.6
 BMON_SITE = https://github.com/tgraf/bmon/releases/download/v$(BMON_VERSION)
 BMON_DEPENDENCIES = host-pkgconf libconfuse libnl ncurses
-BMON_LICENSE = BSD-2c
-BMON_LICENSE_FILES = LICENSE
+BMON_LICENSE = BSD-2c, MIT
+BMON_LICENSE_FILES = LICENSE.BSD LICENSE.MIT
 # For 0001-build-uclinux-is-also-linux.patch
 BMON_AUTORECONF = YES
 


More information about the buildroot mailing list