aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph/nlohmann_json.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ngraph/nlohmann_json.BUILD')
-rw-r--r--third_party/ngraph/nlohmann_json.BUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/third_party/ngraph/nlohmann_json.BUILD b/third_party/ngraph/nlohmann_json.BUILD
index a0b18a51cb..04c8db6a96 100644
--- a/third_party/ngraph/nlohmann_json.BUILD
+++ b/third_party/ngraph/nlohmann_json.BUILD
@@ -1,14 +1,6 @@
licenses(["notice"]) # 3-Clause BSD
-exports_files(["license.txt"])
-
-filegroup(
- name = "LICENSE",
- srcs = [
- "license.txt",
- ],
- visibility = ["//visibility:public"],
-)
+exports_files(["LICENSE.MIT"])
cc_library(
name = "nlohmann_json_lib",