aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sqlite.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite.BUILD')
-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",