commit | 451577b1888f5ffcb40cdc06fd917394f07a8632 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Mon Oct 21 17:01:57 2019 -0400 |
committer | Chris Parsons <cparsons@google.com> | Mon Oct 21 17:01:57 2019 -0400 |
tree | ae5ec759931cbd99217a1bf05ed0259be50dccac | |
parent | e59b620b392a8ebbcf25879fc3fde52b4dc77535 [diff] |
Remove unnecesssary license BUILD comment
diff --git a/BUILD b/BUILD index 191752b..9999fb5 100644 --- a/BUILD +++ b/BUILD
@@ -1,6 +1,6 @@ load("//:bzl_library.bzl", "bzl_library") -licenses(["notice"]) # Apache 2.0 +licenses(["notice"]) package(default_visibility = ["//visibility:public"])