Remove license comments from BUILD files, as these can become stale.

PiperOrigin-RevId: 366846007
Change-Id: Ibf098eff1091436cc9be2bdaec232a19fe5cc4a5
This commit is contained in:
Russell Power
2021-04-05 12:06:15 -07:00
committed by TensorFlower Gardener
parent 5dfa796725
commit cf83547233
16 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(default_visibility = ["//visibility:private"])

View File

@@ -1,6 +1,6 @@
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(default_visibility = [":friends"])

View File

@@ -7,7 +7,7 @@ load(
"go_grpc_library",
)
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(default_visibility = ["//visibility:public"])

View File

@@ -9,7 +9,7 @@ package(
default_visibility = [
"//tensorflow/core:__subpackages__",
],
licenses = ["notice"], # Apache 2.0
licenses = ["notice"],
)
exports_files(

View File

@@ -19,7 +19,7 @@ package(
default_visibility = ["//tensorflow:internal"],
)
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
tf_gpu_library(
name = "blas_gemm",

View File

@@ -1,4 +1,4 @@
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
filegroup(
name = "flex_delegate",

View File

@@ -6,7 +6,7 @@ load("//tensorflow/lite:build_def.bzl", "tflite_copts")
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
exports_files(
srcs = ["flex_delegate_jni.cc"],

View File

@@ -1,4 +1,4 @@
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
filegroup(
name = "hexagon_delegate",

View File

@@ -2,11 +2,11 @@
# Java Native Interface (JNI) library intended for implementing the
# TensorFlow Lite Hexagon delegate Java API using the TensorFlow Lite CC library.
package(default_visibility = ["//tensorflow/lite/delegates/hexagon/java:__subpackages__"])
load("//tensorflow/lite:build_def.bzl", "tflite_copts")
licenses(["notice"]) # Apache 2.0
package(default_visibility = ["//tensorflow/lite/delegates/hexagon/java:__subpackages__"])
licenses(["notice"])
cc_library(
name = "native",

View File

@@ -19,7 +19,7 @@ visibility = [
package(
default_visibility = visibility,
licenses = ["notice"], # Apache 2.0
licenses = ["notice"],
)
tf_cc_shared_object(

View File

@@ -3,7 +3,7 @@
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
sh_binary(
name = "build_pip_package",

View File

@@ -1,7 +1,7 @@
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
load("//tensorflow:tensorflow.bzl", "tf_copts")
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(default_visibility = ["//tensorflow/stream_executor:__subpackages__"])

View File

@@ -14,7 +14,7 @@ load(
package(
default_visibility = ["//tensorflow/tools/consistency_integration_test:__subpackages__"],
licenses = ["notice"], # Apache 2.0
licenses = ["notice"],
)
licenses(["notice"])

View File

@@ -5,7 +5,7 @@ load(
"py_test",
)
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
package(
default_visibility = [
@@ -13,7 +13,7 @@ package(
],
)
licenses(["notice"]) # Apache 2.0
licenses(["notice"])
py_library(
name = "compat_checker",

View File

@@ -1,6 +1,6 @@
package(
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
licenses = ["notice"],
)
exports_files(["LICENSE.txt"])

View File

@@ -2,7 +2,7 @@
package(
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
licenses = ["notice"],
)
# The LICENSE from this package is used during pip package generation.