Skip to content
Snippets Groups Projects
Commit 21fe0c1b authored by Michael Reneer's avatar Michael Reneer Committed by Zachary Garrett
Browse files

Normalize the `BUILD` file licenses comments.

PiperOrigin-RevId: 271416217
parent 86467ad9
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
exports_files(["LICENSE"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0 License
licenses(["notice"])
# This exists for the API doc generator. It needs to exist here because the
# api_docs directory gets blown away by the tool each time it runs.
......
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This exists for the API doc generator. The doc generator tool looks for API
# usage in tutorial content and links to the tutorials in the API doc content.
......
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
exports_files(["LICENSE"])
......
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "proto",
......
......@@ -2,7 +2,7 @@ load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "v0",
......
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "python",
......
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# NOTE: TFF code outside this directory can depend on libraries defined in this
# directory, but not the other way round. In particular, utility classes and
......
package(default_visibility = ["//tensorflow_federated:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# Modules outside the core/ directory should import this.
py_library(
......
package(default_visibility = ["//tensorflow_federated:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This is the import for other components of TFF that are layered upon the Core API.
py_library(
......
package(default_visibility = ["//tensorflow_federated:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "backends",
......
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "mapreduce",
......
package(default_visibility = ["//tensorflow_federated/python/core:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "framework",
......
......@@ -6,7 +6,7 @@ package(default_visibility = [
"//tensorflow_federated/python/core/utils:__subpackages__",
])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This package group is temporary and can be removed when all the appropriate
# modules have been moved to the `compiler` package.
......
......@@ -6,7 +6,7 @@ package(default_visibility = [
"//tensorflow_federated/python/core/utils:__subpackages__",
])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "compiler",
......
......@@ -7,7 +7,7 @@ package(default_visibility = [
"//tensorflow_federated/python/core/utils:__subpackages__",
])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "utils",
......
package(default_visibility = ["//tensorflow_federated/python/core:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This is the import for other components of TFF that are layered upon the Core
# utils.
......
package(default_visibility = ["//tensorflow_federated/python/learning:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This is the import for clients that use federated learning (see `README.md`).
py_library(
......
package(default_visibility = ["//tensorflow_federated/python/learning:__subpackages__"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
# This is the import for clients that contribute components to federated learning (see `../README.md`).
py_library(
......
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package_group(
name = "research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment