You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/09/17 04:56:17 UTC

[incubator-hudi] branch master updated: [HUDI-252] Identify packages which are under non-apache license in LICENSE file

This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 96a46d8  [HUDI-252] Identify packages which are under non-apache license in LICENSE file
96a46d8 is described below

commit 96a46d870122914dd7cc1f9f20a5489b8fe03187
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Mon Sep 16 16:19:59 2019 -0700

    [HUDI-252] Identify packages which are under non-apache license in LICENSE file
---
 LICENSE | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/LICENSE b/LICENSE
index 73b95bb..258c990 100644
--- a/LICENSE
+++ b/LICENSE
@@ -202,7 +202,8 @@
    limitations under the License.
 
 ----
-This project bundles some packages under the terms of the MIT license.
+This project bundles org.slf4j:slf4j-api, org.slf4j:slf4j-log4j under the terms of the MIT license.
+
 
     The MIT License
     Permission is hereby granted, free of charge, to any person obtaining
@@ -225,7 +226,7 @@ This project bundles some packages under the terms of the MIT license.
     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 ----
-This project bundles some packages available under a '3-clause BSD' license.
+This project bundles asm:asm, org.fusesource.leveldbjni:leveldbjni-all, com.esotericsoftware:kryo-shaded, org.antlr:stringtemplate, com.jcraf:JSch, com.esotericsoftware:minlog, com.google.protobuf:protobuf-java  under a '3-clause BSD' license
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
@@ -238,7 +239,7 @@ Redistribution and use in source and binary forms, with or without modification,
 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 PROF [...]
 
 ----
-This project bundles some packages under the terms of the CDDL 1.1 license.
+This project bundles com.sun.jersey:jersey-json, com.sun.jersey:jersey-core, com.sun.jersey:jersey-server, javax.servlet:javax.servlet-api, com.sun.xml.bind:jaxb-ri, javax.servlet:servlet-api under the terms of the CDDL 1.1 license
 
 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) 
 Version 1.1
@@ -317,15 +318,15 @@ NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
 The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.
 
 ---
-This project bundles some packages under the terms of the New BSD License
 
-Copyright (c),
-All rights reserved.
+This project bundles xmlenc:xmlenc which is licensed under 2-clause 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.
-Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-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 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) HOWEVE [...]
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+2. 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 PROF [...]
+
 ---