Fix the license file name in hwloc archive.

PiperOrigin-RevId: 235804290
This commit is contained in:
Gunhan Gulsoy 2019-02-26 15:20:29 -08:00 committed by TensorFlower Gardener
parent 461b64c6e6
commit a57b2f36e9
3 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ genrule(
"@gemmlowp//:LICENSE",
"@gif_archive//:COPYING",
"@highwayhash//:LICENSE",
"@hwloc//:LICENSE",
"@hwloc//:COPYING",
"@icu//:icu4c/LICENSE",
"@jpeg//:LICENSE.md",
"@llvm//:LICENSE.TXT",
@ -200,7 +200,7 @@ genrule(
"@gemmlowp//:LICENSE",
"@gif_archive//:COPYING",
"@highwayhash//:LICENSE",
"@hwloc//:LICENSE",
"@hwloc//:COPYING",
"@icu//:icu4j/main/shared/licenses/LICENSE",
"@jpeg//:LICENSE.md",
"@llvm//:LICENSE.TXT",

View File

@ -171,7 +171,7 @@ filegroup(
"@gemmlowp//:LICENSE",
"@gif_archive//:COPYING",
"@highwayhash//:LICENSE",
"@hwloc//:LICENSE",
"@hwloc//:COPYING",
"@icu//:icu4c/LICENSE",
"@jpeg//:LICENSE.md",
"@keras_applications_archive//:LICENSE",

View File

@ -6,7 +6,7 @@ package(
licenses(["notice"])
exports_files(["LICENSE"])
exports_files(["COPYING"])
load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
load("@org_tensorflow//third_party:common.bzl", "template_rule")