Skip to content

Commit 4ef8a4c

Browse files
committed
Update sqlite license to unencumbered.
SQLite is public domain.
1 parent ff35512 commit 4ef8a4c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

tensorflow/tools/lib_package/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ genrule(
105105
"@png_archive//:LICENSE",
106106
"@protobuf_archive//:LICENSE",
107107
"@snappy//:COPYING",
108-
"@sqlite_archive//:LICENSE",
109108
"@zlib_archive//:zlib.h",
110109
] + if_mkl([
111110
"//third_party/mkl:LICENSE",
@@ -141,7 +140,6 @@ genrule(
141140
"@png_archive//:LICENSE",
142141
"@protobuf_archive//:LICENSE",
143142
"@snappy//:COPYING",
144-
"@sqlite_archive//:LICENSE",
145143
"@zlib_archive//:zlib.h",
146144
] + if_mkl([
147145
"//third_party/mkl:LICENSE",

tensorflow/tools/pip_package/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ filegroup(
125125
"@protobuf_archive//:LICENSE",
126126
"@six_archive//:LICENSE",
127127
"@snappy//:COPYING",
128-
"@sqlite_archive//:LICENSE",
129128
"@zlib_archive//:zlib.h",
130129
"@org_python_pypi_backports_weakref//:LICENSE",
131130
] + if_mkl([

third_party/sqlite.BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Sqlite3 library. Provides utilities for interacting
33
# with sqlite3 databases.
44

5-
licenses(["notice"]) # BSD/MIT-like license
5+
licenses(["unencumbered"]) # Public Domain
66

7-
exports_files(["LICENSE"])
7+
# exports_files(["LICENSE"])
88

99
cc_library(
1010
name = "sqlite",

0 commit comments

Comments
 (0)