When introduced as package to ptxdist, log4cplus 1.1.0 README already
stated:

> This library is licensed under the Apache Public License 2.0 and two
> clause BSD license.  Please read the included LICENSE file for
> details.

Actually some files are under Apache-2.0 and other files are under
BSD-2-Clause, so both apply.

Fixes: 0ac556f6b55da4c9d41c5e191432ba51276a40eb
Cc: Bernhard Sessler <bernhard.sess...@corscience.de>
Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 rules/log4cplus.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/log4cplus.make b/rules/log4cplus.make
index 18fc53fb0..75959a32d 100644
--- a/rules/log4cplus.make
+++ b/rules/log4cplus.make
@@ -24,7 +24,8 @@ LOG4CPLUS_SUFFIX      := tar.xz
 LOG4CPLUS_URL          := $(call ptx/mirror, SF, 
log4cplus/$(LOG4CPLUS).$(LOG4CPLUS_SUFFIX))
 LOG4CPLUS_SOURCE       := $(SRCDIR)/$(LOG4CPLUS).$(LOG4CPLUS_SUFFIX)
 LOG4CPLUS_DIR          := $(BUILDDIR)/$(LOG4CPLUS)
-LOG4CPLUS_LICENSE      := Apache-2.0
+LOG4CPLUS_LICENSE      := Apache-2.0 AND BSD-2-Clause
+LOG4CPLUS_LICENSE_FILES        := 
file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to