aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-09-02 19:21:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-02 19:25:56 -0700
commitd57572e996dce24abf4d9cf6ea04e7104b3d743b (patch)
treeec8f6620e0f3231a8b739a2b6574a2db813e85b3 /third_party
parentddba1e0aadabe26063a28c5d1c48e2cfce44e30f (diff)
Merge changes from github.
PiperOrigin-RevId: 167401527
Diffstat (limited to 'third_party')
-rw-r--r--third_party/sqlite.BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/sqlite.BUILD b/third_party/sqlite.BUILD
index f593b71542..9840d7b151 100644
--- a/third_party/sqlite.BUILD
+++ b/third_party/sqlite.BUILD
@@ -2,9 +2,9 @@
# Sqlite3 library. Provides utilities for interacting
# with sqlite3 databases.
-licenses(["notice"]) # BSD/MIT-like license
+licenses(["unencumbered"]) # Public Domain
-exports_files(["LICENSE"])
+# exports_files(["LICENSE"])
cc_library(
name = "sqlite",