[CARBONDATA-2756] added BSD license for zstd-jni dependency

[CARBONDATA-2756] added BSD license for zstd-jni dependency

This closes #2525


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/5cc91885
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/5cc91885
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/5cc91885

Branch: refs/heads/branch-1.4
Commit: 5cc91885fa3bc47a96efefeea1add516b040c464
Parents: 3cde160
Author: kunal642 <kunalkapoor...@gmail.com>
Authored: Thu Jul 19 12:17:04 2018 +0530
Committer: ravipesala <ravi.pes...@gmail.com>
Committed: Tue Jul 31 00:10:41 2018 +0530

----------------------------------------------------------------------
 LICENSE                              | 11 +++++++++++
 licenses-binary/LICENSE-zstd-jni.txt | 26 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/5cc91885/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index d645695..7b41455 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,14 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+
+   ---------------------------------------------------------------------------
+   This product bundles various third-party components under other open source 
licenses.
+   This section summarizes those components and their licenses. See 
licenses-binary/
+   for text of these licenses.
+
+   BSD 2-Clause
+   ------------
+
+   com.github.luben:zstd-jni
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/carbondata/blob/5cc91885/licenses-binary/LICENSE-zstd-jni.txt
----------------------------------------------------------------------
diff --git a/licenses-binary/LICENSE-zstd-jni.txt 
b/licenses-binary/LICENSE-zstd-jni.txt
new file mode 100644
index 0000000..0b03234
--- /dev/null
+++ b/licenses-binary/LICENSE-zstd-jni.txt
@@ -0,0 +1,26 @@
+Zstd-jni: JNI bindings to Zstd Library
+
+Copyright (c) 2015-2016, Luben Karavelov/ All rights reserved.
+
+BSD License
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, 
this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Reply via email to