Skip to content

Commit 153adc5

Browse files
authored
Remove root-BUILD-file config from proto/BUILD.bazel (#601)
The config has been moved to the root BUILD.bazel, and we forgot to delete it here. Signed-off-by: Steffen Smolka <smolkaj@google.com>
1 parent dc05994 commit 153adc5

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

proto/BUILD.bazel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
load("@rules_license//rules:license.bzl", "license")
2-
3-
package(
4-
default_applicable_licenses = [":license"],
5-
default_visibility = ["//visibility:public"],
6-
)
7-
8-
license(
9-
name = "license",
10-
license_kinds = ["@rules_license//licenses/spdx:Apache-2.0"],
11-
license_text = "LICENSE",
12-
)
13-
14-
exports_files(["LICENSE"])
15-
161
# -- Aliases for backward compatibility --------------------------------------
172
# TODO(https://github.com/p4lang/p4runtime/issues/576): Remove in 2.0.
183

0 commit comments

Comments
 (0)