From 1b7b9a43871e005fb8f8cd1d89c42fb052fe6866 Mon Sep 17 00:00:00 2001 From: Jae Yoo Date: Sun, 9 Feb 2020 10:51:04 +0900 Subject: [PATCH] Add licenses to BUILD files --- release/BUILD | 2 ++ tensorflow_quantum/BUILD | 2 ++ tensorflow_quantum/core/BUILD | 2 ++ tensorflow_quantum/datasets/BUILD | 2 ++ tensorflow_quantum/python/layers/BUILD | 2 ++ tensorflow_quantum/python/layers/circuit_construction/BUILD | 2 ++ tensorflow_quantum/python/layers/circuit_executors/BUILD | 2 ++ tensorflow_quantum/python/layers/high_level/BUILD | 2 ++ 8 files changed, 16 insertions(+) diff --git a/release/BUILD b/release/BUILD index d982c00fb..2405d8c97 100644 --- a/release/BUILD +++ b/release/BUILD @@ -1,3 +1,5 @@ +licenses(["notice"]) + sh_binary( name = "build_pip_package", srcs = ["build_pip_package.sh"], diff --git a/tensorflow_quantum/BUILD b/tensorflow_quantum/BUILD index 91739acab..fd4e75c2e 100644 --- a/tensorflow_quantum/BUILD +++ b/tensorflow_quantum/BUILD @@ -1,4 +1,6 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/core/BUILD b/tensorflow_quantum/core/BUILD index 91739acab..fd4e75c2e 100644 --- a/tensorflow_quantum/core/BUILD +++ b/tensorflow_quantum/core/BUILD @@ -1,4 +1,6 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/datasets/BUILD b/tensorflow_quantum/datasets/BUILD index 350f8b58f..2d398635c 100644 --- a/tensorflow_quantum/datasets/BUILD +++ b/tensorflow_quantum/datasets/BUILD @@ -1,5 +1,7 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/python/layers/BUILD b/tensorflow_quantum/python/layers/BUILD index 91739acab..fd4e75c2e 100644 --- a/tensorflow_quantum/python/layers/BUILD +++ b/tensorflow_quantum/python/layers/BUILD @@ -1,4 +1,6 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/python/layers/circuit_construction/BUILD b/tensorflow_quantum/python/layers/circuit_construction/BUILD index 467e90d00..da238d6f7 100644 --- a/tensorflow_quantum/python/layers/circuit_construction/BUILD +++ b/tensorflow_quantum/python/layers/circuit_construction/BUILD @@ -1,5 +1,7 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/python/layers/circuit_executors/BUILD b/tensorflow_quantum/python/layers/circuit_executors/BUILD index 4ac436019..3da240569 100644 --- a/tensorflow_quantum/python/layers/circuit_executors/BUILD +++ b/tensorflow_quantum/python/layers/circuit_executors/BUILD @@ -1,5 +1,7 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"]) diff --git a/tensorflow_quantum/python/layers/high_level/BUILD b/tensorflow_quantum/python/layers/high_level/BUILD index 06dad1917..0dba9b740 100644 --- a/tensorflow_quantum/python/layers/high_level/BUILD +++ b/tensorflow_quantum/python/layers/high_level/BUILD @@ -1,5 +1,7 @@ package(default_visibility = ["//visibility:public"]) +licenses(["notice"]) + # Export for the PIP package. exports_files(["__init__.py"])