tensorflow/third_party/pybind11_protobuf/remove_license.patch
Russell Power d702027b3c Introduce C++ OperationHandle type and move simple methods from ops.py::Operation onto it.
Over time we would like to move most graph manipulation machinery out of Python and into these internal classes.

PiperOrigin-RevId: 509274663
2023-02-13 10:55:38 -08:00

13 lines
421 B
Diff

diff --git third_party/pybind11_protobuf/BUILD third_party/pybind11_protobuf/BUILD
index b62eb91..b7d1240 100644
--- a/pybind11_protobuf/BUILD
+++ b/pybind11_protobuf/BUILD
@@ -3,8 +3,6 @@
load("@pybind11_bazel//:build_defs.bzl", "pybind_library")
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
-licenses(["notice"])
-
pybind_library(
name = "enum_type_caster",
hdrs = ["enum_type_caster.h"],