Skip to content

Commit dd135ce

Browse files
belieferwenfang
authored and
wenfang
committed
[INFRA] Correct the content of license file for XSQL.
What changes were proposed in this pull request? The LICENSE file is copied from Spark, so the content is incorrect for XSQL. This PR will update this file for XSQL How was this patch tested? No UT.
1 parent dff347d commit dd135ce

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

LICENSE

+2-21
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,7 @@ for text of these licenses.
210210
Apache Software Foundation License 2.0
211211
--------------------------------------
212212

213-
common/network-common/src/main/java/org/apache/spark/network/util/LimitedInputStream.java
214-
core/src/main/java/org/apache/spark/util/collection/TimSort.java
215-
core/src/main/resources/org/apache/spark/ui/static/bootstrap*
216-
core/src/main/resources/org/apache/spark/ui/static/jsonFormatter*
217-
core/src/main/resources/org/apache/spark/ui/static/vis*
218-
docs/js/vendor/bootstrap.js
213+
com/mongodb/spark/sql/xsql/MongoUtils.scala
219214

220215

221216
Python Software Foundation License
@@ -230,26 +225,12 @@ BSD 3-Clause
230225
python/lib/py4j-*-src.zip
231226
python/pyspark/cloudpickle.py
232227
python/pyspark/join.py
233-
core/src/main/resources/org/apache/spark/ui/static/d3.min.js
234228

235229
The CSS style for the navigation sidebar of the documentation was originally
236230
submitted by Óscar Nájera for the scikit-learn project. The scikit-learn project
237231
is distributed under the 3-Clause BSD license.
238232

239233

240-
MIT License
241-
-----------
242-
243-
core/src/main/resources/org/apache/spark/ui/static/dagre-d3.min.js
244-
core/src/main/resources/org/apache/spark/ui/static/*dataTables*
245-
core/src/main/resources/org/apache/spark/ui/static/graphlib-dot.min.js
246-
ore/src/main/resources/org/apache/spark/ui/static/jquery*
247-
core/src/main/resources/org/apache/spark/ui/static/sorttable.js
248-
docs/js/vendor/anchor.min.js
249-
docs/js/vendor/jquery*
250-
docs/js/vendor/modernizer*
251-
252-
253234
Creative Commons CC0 1.0 Universal Public Domain Dedication
254235
-----------------------------------------------------------
255236
(see LICENSE-CC0.txt)
@@ -258,4 +239,4 @@ data/mllib/images/kittens/29.5.a_b_EGDP022204.jpg
258239
data/mllib/images/kittens/54893.jpg
259240
data/mllib/images/kittens/DP153539.jpg
260241
data/mllib/images/kittens/DP802813.jpg
261-
data/mllib/images/multi-channel/chr30.4.184.jpg
242+
data/mllib/images/multi-channel/chr30.4.184.jpg

0 commit comments

Comments
 (0)