From e3bf4617986c7b9b11b0441ff05a263a5301b675 Mon Sep 17 00:00:00 2001 From: Ankur19 Date: Fri, 20 Oct 2023 13:08:41 -0400 Subject: [PATCH] Update license kind to Apache2.0 instead of generic notice --- 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", )