mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
6919ab5787
PiperOrigin-RevId: 215948571
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
licenses(["notice"]) # custom notice-style license, see LICENSE.md
|
|
|
|
filegroup(
|
|
name = "LICENSE.md",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "jpeg",
|
|
linkopts = ["-ljpeg"],
|
|
visibility = ["//visibility:public"],
|
|
)
|