We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc05994 commit 153adc5Copy full SHA for 153adc5
1 file changed
proto/BUILD.bazel
@@ -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
16
# -- Aliases for backward compatibility --------------------------------------
17
# TODO(https://github.com/p4lang/p4runtime/issues/576): Remove in 2.0.
18
0 commit comments