Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506908397
Change-Id: I2aa555f421d19a816e8e70f0ffe6ccdde757ded8
  • Loading branch information
Googler authored and copybara-github committed Feb 3, 2023
1 parent 18a20b0 commit 18d9f10
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
package(default_visibility = ["//visibility:public"])
load("//tools/build_defs/license:license.bzl", "license")

package(
default_applicable_licenses = ["//third_party/bazel_rules/java_tools:license"],
default_visibility = ["//visibility:public"],
)

license(
name = "license",
package_name = "java_tools",
)

licenses(["notice"])

Expand Down

0 comments on commit 18d9f10

Please sign in to comment.