Skip to content

Commit

Permalink
Update BUILD.bazel (p4lang#4192)
Browse files Browse the repository at this point in the history
Clean up license declarations to conform with best practices.
  • Loading branch information
smolkaj authored Oct 13, 2023
1 parent ac0d049 commit fdf58f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ package(
license(
name = "license",
package_name = "com_github_p4lang_p4c",
license_kinds = [
"@rules_license//licenses/spdx:Apache-2.0",
],
license_kinds = ["@rules_license//licenses/spdx:Apache-2.0"],
license_text = "LICENSE",
)

exports_files(["LICENSE"])

filegroup(
name = "p4include",
srcs = glob(["p4include/**/*.p4"]),
Expand Down

0 comments on commit fdf58f1

Please sign in to comment.