Skip to content

Commit

Permalink
BUILD cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469537143
  • Loading branch information
Sonnet Contributor authored and copybara-github committed Aug 23, 2022
1 parent c92ac8e commit 7298417
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/ext/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "link_tf_api",
Expand Down
2 changes: 1 addition & 1 deletion examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//visibility:private"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

py_binary(
name = "simple_mnist",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library")

package(default_visibility = ["//visibility:private"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "sonnet",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/nets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library")

package(default_visibility = ["//sonnet:__pkg__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "nets",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "base",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/conformance/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package(
default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"],
)

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "goldens",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/conformance/checkpoints/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package(
default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"],
)

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

py_binary(
name = "generate",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/distribute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "distributed_batch_norm",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/nets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "mlp",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/nets/dnc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "control",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/src/optimizers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"])

licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])

snt_py_library(
name = "optimizer_tests",
Expand Down

0 comments on commit 7298417

Please sign in to comment.