File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ genrule(
105
105
"@png_archive//:LICENSE" ,
106
106
"@protobuf_archive//:LICENSE" ,
107
107
"@snappy//:COPYING" ,
108
- "@sqlite_archive//:LICENSE" ,
109
108
"@zlib_archive//:zlib.h" ,
110
109
] + if_mkl ([
111
110
"//third_party/mkl:LICENSE" ,
@@ -141,7 +140,6 @@ genrule(
141
140
"@png_archive//:LICENSE" ,
142
141
"@protobuf_archive//:LICENSE" ,
143
142
"@snappy//:COPYING" ,
144
- "@sqlite_archive//:LICENSE" ,
145
143
"@zlib_archive//:zlib.h" ,
146
144
] + if_mkl ([
147
145
"//third_party/mkl:LICENSE" ,
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ filegroup(
125
125
"@protobuf_archive//:LICENSE" ,
126
126
"@six_archive//:LICENSE" ,
127
127
"@snappy//:COPYING" ,
128
- "@sqlite_archive//:LICENSE" ,
129
128
"@zlib_archive//:zlib.h" ,
130
129
"@org_python_pypi_backports_weakref//:LICENSE" ,
131
130
] + if_mkl ([
Original file line number Diff line number Diff line change 2
2
# Sqlite3 library. Provides utilities for interacting
3
3
# with sqlite3 databases.
4
4
5
- licenses(["notice "]) # BSD/MIT-like license
5
+ licenses(["unencumbered "]) # Public Domain
6
6
7
- exports_files(["LICENSE"])
7
+ # exports_files(["LICENSE"])
8
8
9
9
cc_library(
10
10
name = "sqlite",
You can’t perform that action at this time.
0 commit comments