Skip to content

Commit

Permalink
Update license kind to Apache2.0 instead of generic notice (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur19 committed Oct 20, 2023
1 parent 7e267bb commit b9c98cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit b9c98cc

Please sign in to comment.