Remove comments for license declarations. These can get out of date/stale.
PiperOrigin-RevId: 365936646
This commit is contained in:
parent
00552afdd3
commit
3be9874d82
2
BUILD
2
BUILD
|
@ -2,7 +2,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl", "td_library")
|
||||||
|
|
||||||
package(
|
package(
|
||||||
default_visibility = ["//visibility:public"],
|
default_visibility = ["//visibility:public"],
|
||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"],
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files([
|
exports_files([
|
||||||
|
|
Loading…
Reference in New Issue