From b9c98cc7cbbcc44009c5fbda7ba7f57ff9f7471c Mon Sep 17 00:00:00 2001 From: anksaiki Date: Fri, 20 Oct 2023 13:26:59 -0400 Subject: [PATCH] Update license kind to Apache2.0 instead of generic notice (#464) --- proto/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/BUILD.bazel b/proto/BUILD.bazel index 85e89c69..3bafbd4e 100644 --- a/proto/BUILD.bazel +++ b/proto/BUILD.bazel @@ -13,7 +13,7 @@ package( license( name = "license", - license_kinds = ["@rules_license//licenses/generic:notice"], + license_kinds = ["@rules_license//licenses/spdx:Apache-2.0"], license_text = "LICENSE", )