Remove unnecesssary license BUILD comment

This commit is contained in:
Chris Parsons 2019-10-21 17:01:57 -04:00
parent e59b620b39
commit 451577b188
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -1,6 +1,6 @@
load("//:bzl_library.bzl", "bzl_library")
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(default_visibility = ["//visibility:public"])