Skip to content

Commit 0ac9824

Browse files
Johannes Ballécopybara-github
authored andcommitted
Tiny compliance update to BUILD files.
PiperOrigin-RevId: 348829639 Change-Id: I0a15b50e567d2a918df1cc1f55c0201baee0ade4
1 parent d722a35 commit 0ac9824

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tensorflow_compression/python/distributions/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(
22
default_visibility = ["//visibility:public"],
33
)
44

5-
licenses(["notice"]) # Apache 2.0
5+
licenses(["notice"])
66

77
py_library(
88
name = "deep_factorized",

tensorflow_compression/python/entropy_models/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(
22
default_visibility = ["//visibility:public"],
33
)
44

5-
licenses(["notice"]) # Apache 2.0
5+
licenses(["notice"])
66

77
py_library(
88
name = "continuous_base",

tensorflow_compression/python/layers/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(
22
default_visibility = ["//visibility:public"],
33
)
44

5-
licenses(["notice"]) # Apache 2.0
5+
licenses(["notice"])
66

77
py_library(
88
name = "entropy_models",

tensorflow_compression/python/ops/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(
22
default_visibility = ["//visibility:public"],
33
)
44

5-
licenses(["notice"]) # Apache 2.0
5+
licenses(["notice"])
66

77
py_library(
88
name = "math_ops",

tensorflow_compression/python/util/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(
22
default_visibility = ["//visibility:public"],
33
)
44

5-
licenses(["notice"]) # Apache 2.0
5+
licenses(["notice"])
66

77
py_library(
88
name = "packed_tensors",

0 commit comments

Comments
 (0)