From 352f8567909a7fde994b4eca4366a90be7ad7d71 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) (cherry picked from commit 50c4fd9363c1e7ee864e3892e7c066ce4b38fdd4) Signed-off-by: Peter Korsgaard --- 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 f7a704dcd1..3094a77ade 100644 --- a/package/grpc/grpc.mk +++ b/package/grpc/grpc.mk @@ -6,7 +6,7 @@ GRPC_VERSION = 1.35.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