From fc7fb6fbaaf1b28c7ea4985507e5430f81a05332 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Sep 2021 13:37:30 -0400 Subject: grpc-go: update license to Apache-2.0 The LICENSE was incorrect in grpc-go. According to the LICENSE file, it is Apache-2.0, so we update the recipe accordingly. Signed-off-by: Bruce Ashfield --- recipes-devtools/go/grpc-go_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/go/grpc-go_git.bb b/recipes-devtools/go/grpc-go_git.bb index c52b5352..363e79dc 100644 --- a/recipes-devtools/go/grpc-go_git.bb +++ b/recipes-devtools/go/grpc-go_git.bb @@ -1,8 +1,8 @@ DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC" HOMEPAGE = "https://github.com/grpc/grpc-go" SECTION = "devel/go" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=a4bad33881612090c6035d8393175996" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRCNAME = "grpc-go" -- cgit v1.2.3-54-g00ecf