This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 7e1bcb63958ad3e672322a005f441e5dd3a9d087 Author: Adar Dembo <[email protected]> AuthorDate: Tue Nov 12 23:26:18 2019 -0800 thirdparty: remove memkind from LICENSE.txt I'm getting kinda overwhelmed by the sheer number of license files we seem to be juggling. I guess that's how we missed this one. Change-Id: I7989fca644f573e90304af4cbf5dc2440fe37d3e Reviewed-on: http://gerrit.cloudera.org:8080/14703 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- thirdparty/LICENSE.txt | 60 -------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/thirdparty/LICENSE.txt b/thirdparty/LICENSE.txt index 8e0a2ef..b9faf73 100644 --- a/thirdparty/LICENSE.txt +++ b/thirdparty/LICENSE.txt @@ -512,66 +512,6 @@ Source: http://savannah.nongnu.org/projects/libunwind/ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -thirdparty/src/memkind-*/: BSD 3-clause license -libraries: libmemkind -Source: https://github.com/memkind/memkind - - Unless otherwise specified, files in the memkind source distribution are - subject to the following 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 Intel Corporation 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 THE COPYRIGHT OWNER 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. - -memkind bundles jemalloc which is licensed under the BSD 2-clause license: - - Unless otherwise specified, files in the jemalloc source distribution are - subject to the following license: - - Copyright (C) 2002-2017 Jason Evans <[email protected]>. - All rights reserved. - Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. - Copyright (C) 2009-2017 Facebook, Inc. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice(s), - this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice(s), - 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 HOLDER(S) ``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(S) 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. - --------------------------------------------------------------------------------- thirdparty/src/boost_*/: Boost Software License Source: http://www.boost.org/
