<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Make it more cleaner. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1020 from ulysses-you/incubating. Closes #1020 5ae2d0d4 [ulysses-you] fix Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: Kent Yao <yao@apache.org>
50 lines
2.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
|
|
Apache Kyuubi (Incubating)
|
|
Copyright 2021 and onwards The Apache Software Foundation.
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (https://www.apache.org/).
|
|
|
|
|
|
Apache Spark
|
|
Copyright 2014 and onwards The Apache Software Foundation.
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
|
|
Export Control Notice
|
|
---------------------
|
|
|
|
This distribution includes cryptographic software. The country in which you currently reside may have
|
|
restrictions on the import, possession, use, and/or re-export to another country, of encryption software.
|
|
BEFORE using any encryption software, please check your country's laws, regulations and policies concerning
|
|
the import, possession, or use, and re-export of encryption software, to see if this is permitted. See
|
|
<http://www.wassenaar.org/> for more information.
|
|
|
|
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this
|
|
software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software
|
|
using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache
|
|
Software Foundation distribution makes it eligible for export under the License Exception ENC Technology
|
|
Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for
|
|
both object code and source code.
|
|
|
|
The following provides more details on the included cryptographic software:
|
|
|
|
This software uses Apache Commons Crypto (https://commons.apache.org/proper/commons-crypto/) to
|
|
support authentication, and encryption and decryption of data sent across the network between
|
|
services.
|
|
|
|
|
|
Metrics
|
|
Copyright 2010-2013 Coda Hale and Yammer, Inc.
|
|
|
|
This product includes software developed by Coda Hale and Yammer, Inc.
|
|
|
|
This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64,
|
|
LongAdder), which was released with the following comments:
|
|
|
|
Written by Doug Lea with assistance from members of JCP JSR-166
|
|
Expert Group and released to the public domain, as explained at
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|