From 50c4fd9363c1e7ee864e3892e7c066ce4b38fdd4 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Sat, 11 Dec 2021 21:23:35 +0100 Subject: [PATCH] package/grpc: add missing licenses Some of the third party code is BSD-licensed. In addition, the roots.pem certificate store is MPL-licensed. This was probably already the case in earlier versions as well, but it was only noticed while updating to 1.42.0 because the LICENSE file was adapted for it. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/grpc/grpc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk index 1bb4bd2b98..110e5e640a 100644 --- a/package/grpc/grpc.mk +++ b/package/grpc/grpc.mk @@ -6,7 +6,7 @@ GRPC_VERSION = 1.41.0 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION)) -GRPC_LICENSE = Apache-2.0 +GRPC_LICENSE = Apache-2.0, BSD-3-Clause (third_party code), MPL-2.0 (etc/roots.pem) GRPC_LICENSE_FILES = LICENSE GRPC_CPE_ID_VENDOR = grpc