Commit 4f185e70 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Thomas Petazzoni
Browse files

bmon: fix license information



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

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 1c82a7a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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