Apache Flink
Copyright 2014-2015 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

=======================================================================

Flink contains subcomponents with separate copyright notices and
license terms. Your use of the source code for the these subcomponents
is subject to the terms and conditions of their respective licenses.

See the LICENSE file for a list of subcomponents and dependencies and
their respective licenses.


=======================================================================
 NOTICE files corresponding to section 4(d) of the Apache License, 
 for bundled components and dependencies
=======================================================================

-----------------------------------------------------------------------
                      Apache Commons Codec
-----------------------------------------------------------------------

src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
contains test data from http://aspell.net/test/orig/batch0.tab.
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
	
The content of package org.apache.commons.codec.language.bm has been translated
from the original php source code available at http://stevemorse.org/phoneticinfo.htm
with permission from the original authors.
Original source copyright:
Copyright (c) 2008 Alexander Beider & Stephen P. Morse.

-----------------------------------------------------------------------
                          LOGBack
-----------------------------------------------------------------------

Copyright (C) 1999-2012, QOS.ch

This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation

  or (per the licensee's choosing)

under the terms of the GNU Lesser General Public License version 2.1
as published by the Free Software Foundation.

-----------------------------------------------------------------------
                       Apache Commmons Lang3
-----------------------------------------------------------------------

This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())


-----------------------------------------------------------------------
                           Apache Avro
-----------------------------------------------------------------------

C JSON parsing provided by Jansson and
written by Petri Lehtinen. The original software is
available from http://www.digip.org/jansson/.


-----------------------------------------------------------------------
                           Apache HBase
-----------------------------------------------------------------------

This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).

In addition, this product includes software developed by:

Jamon (http://www.jamon.org/) is a text template engine for Java used by our
UI.  It uses the Mozilla Public License (http://www.mozilla.org/MPL/)
See the tail of http://www.jamon.org/About.html

JUnit (http://www.junit.org/) included under the Common Public License v1.0.  See
the full text here: http://junit.sourceforge.net/cpl-v10.html

JRuby (http://jruby.org) is tri-licensed.  We include it under terms of the
Common Public License v1.0.

JRuby itself includes libraries variously licensed.  See its COPYING document
for details: https://github.com/jruby/jruby/blob/master/COPYING
    
The JRuby community went out of their way to make JRuby compatible with Apache
projects: See https://issues.apache.org/jira/browse/HBASE-3374)


-----------------------------------------------------------------------
                           Apache Flume
-----------------------------------------------------------------------

Portions of this software were developed at
Cloudera, Inc. (http://www.cloudera.com/).


-----------------------------------------------------------------------
                           Apache Sling
-----------------------------------------------------------------------

Apache Sling
Copyright 2008-2011 The Apache Software Foundation

Apache Sling is based on source code originally developed 
by Day Software (http://www.day.com/).

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

This product contains code derived from JSON in Java code from JSON.org.
Copyright (c) 2002 JSON.org


-----------------------------------------------------------------------
                   Amazon Web Services SDK for Java
-----------------------------------------------------------------------

AWS SDK for Java
Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.

This product includes software developed by
Amazon Technologies, Inc (http://www.amazon.com/).

**********************
THIRD PARTY COMPONENTS
**********************
This software includes third party software subject to the following copyrights:
- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty.
- JSON parsing and utility functions from JSON.org - Copyright 2002 JSON.org.
- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.

The licenses for these third party components are included in LICENSE.txt


-----------------------------------------------------------------------
                      Twitter Chill Library
-----------------------------------------------------------------------

Chill is a set of Scala extensions for Kryo.
Copyright 2012 Twitter, Inc.

Third Party Dependencies:

Kryo 2.17
BSD 3-Clause License
http://code.google.com/p/kryo

Commons-Codec 1.7
Apache Public License 2.0
http://hadoop.apache.org

-----------------------------------------------------------------------
                        Jetty Web Container
-----------------------------------------------------------------------

Copyright 1995-2014 Mort Bay Consulting Pty Ltd.

The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
unless otherwise noted.

Jetty is dual licensed under both

  * The Apache 2.0 License
    http://www.apache.org/licenses/LICENSE-2.0.html

      and

  * The Eclipse Public 1.0 License
    http://www.eclipse.org/legal/epl-v10.html

Jetty may be distributed under either license.

The javax.servlet package used was sourced from the Apache
Software Foundation and is distributed under the apache 2.0
license.

The UnixCrypt.java code implements the one way cryptography used by
Unix systems for simple password protection.  Copyright 1996 Aki Yoshida,
modified April 2001  by Iris Van den Broeke, Daniel Deville.
Permission to use, copy, modify and distribute UnixCrypt
for non-commercial or commercial purposes and without fee is
granted provided that the copyright notice appears in all copies.


-----------------------------------------------------------------------
                            Jettison
-----------------------------------------------------------------------

Copyright 2006 Envoi Solutions LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
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.


-----------------------------------------------------------------------
                         The Netty Project
-----------------------------------------------------------------------

Please visit the Netty web site for more information:

  * http://netty.io/

Copyright 2014 The Netty Project

The Netty Project licenses this file to you under the Apache License,
version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at:

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, 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.

Also, please refer to each LICENSE.<component>.txt file, which is located in
the 'license' directory of the distribution file, for the license terms of the
components that this product depends on.

-------------------------------------------------------------------------------
This product contains the extensions to Java Collections Framework which has
been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:

  * LICENSE:
    * license/LICENSE.jsr166y.txt (Public Domain)
  * HOMEPAGE:
    * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
    * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/

This product contains a modified version of Robert Harder's Public Domain
Base64 Encoder and Decoder, which can be obtained at:

  * LICENSE:
    * license/LICENSE.base64.txt (Public Domain)
  * HOMEPAGE:
    * http://iharder.sourceforge.net/current/java/base64/

This product contains a modified portion of 'Webbit', an event based  
WebSocket and HTTP server, which can be obtained at:

  * LICENSE:
    * license/LICENSE.webbit.txt (BSD License)
  * HOMEPAGE:
    * https://github.com/joewalnes/webbit

This product contains a modified portion of 'SLF4J', a simple logging
facade for Java, which can be obtained at:

  * LICENSE:
    * license/LICENSE.slf4j.txt (MIT License)
  * HOMEPAGE:
    * http://www.slf4j.org/

This product contains a modified portion of 'ArrayDeque', written by Josh
Bloch of Google, Inc:

  * LICENSE:
    * license/LICENSE.deque.txt (Public Domain)

This product contains a modified portion of 'Apache Harmony', an open source
Java SE, which can be obtained at:

  * LICENSE:
    * license/LICENSE.harmony.txt (Apache License 2.0)
  * HOMEPAGE:
    * http://archive.apache.org/dist/harmony/

This product contains a modified version of Roland Kuhn's ASL2
AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.
It can be obtained at:

  * LICENSE:
    * license/LICENSE.abstractnodequeue.txt (Public Domain)
  * HOMEPAGE:
    * https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/main/java/akka/dispatch/AbstractNodeQueue.java

This product contains a modified portion of 'jbzip2', a Java bzip2 compression
and decompression library written by Matthew J. Francis. It can be obtained at:

  * LICENSE:
    * license/LICENSE.jbzip2.txt (MIT License)
  * HOMEPAGE:
    * https://code.google.com/p/jbzip2/

This product contains a modified portion of 'libdivsufsort', a C API library to construct
the suffix array and the Burrows-Wheeler transformed string for any input string of
a constant-size alphabet written by Yuta Mori. It can be obtained at:

  * LICENSE:
    * license/LICENSE.libdivsufsort.txt (MIT License)
  * HOMEPAGE:
    * https://code.google.com/p/libdivsufsort/

This product optionally depends on 'JZlib', a re-implementation of zlib in
pure Java, which can be obtained at:

  * LICENSE:
    * license/LICENSE.jzlib.txt (BSD style License)
  * HOMEPAGE:
    * http://www.jcraft.com/jzlib/

This product optionally depends on 'Compress-LZF', a Java library for encoding and
decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:

  * LICENSE:
    * license/LICENSE.compress-lzf.txt (Apache License 2.0)
  * HOMEPAGE:
    * https://github.com/ning/compress

This product optionally depends on 'Protocol Buffers', Google's data
interchange format, which can be obtained at:

  * LICENSE:
    * license/LICENSE.protobuf.txt (New BSD License)
  * HOMEPAGE:
    * http://code.google.com/p/protobuf/

This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
a temporary self-signed X.509 certificate when the JVM does not provide the
equivalent functionality.  It can be obtained at:

  * LICENSE:
    * license/LICENSE.bouncycastle.txt (MIT License)
  * HOMEPAGE:
    * http://www.bouncycastle.org/

This product optionally depends on 'Snappy', a compression library produced
by Google Inc, which can be obtained at:

  * LICENSE:
    * license/LICENSE.snappy.txt (New BSD License)
  * HOMEPAGE:
    * http://code.google.com/p/snappy/

This product optionally depends on 'JBoss Marshalling', an alternative Java
serialization API, which can be obtained at:

  * LICENSE:
    * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
  * HOMEPAGE:
    * http://www.jboss.org/jbossmarshalling

This product optionally depends on 'Caliper', Google's micro-
benchmarking framework, which can be obtained at:

  * LICENSE:
    * license/LICENSE.caliper.txt (Apache License 2.0)
  * HOMEPAGE:
    * http://code.google.com/p/caliper/

This product optionally depends on 'Apache Commons Logging', a logging
framework, which can be obtained at:

  * LICENSE:
    * license/LICENSE.commons-logging.txt (Apache License 2.0)
  * HOMEPAGE:
    * http://commons.apache.org/logging/

This product optionally depends on 'Apache Log4J', a logging framework, which
can be obtained at:

  * LICENSE:
    * license/LICENSE.log4j.txt (Apache License 2.0)
  * HOMEPAGE:
    * http://logging.apache.org/log4j/


-----------------------------------------------------------------------
                              Redis
-----------------------------------------------------------------------

Redis uses source code from third parties. All this code is licensed
under a BSD or BSD-compatible license. The following is a list of third
party files and information about their copyright.

  * Redis uses the LHF compression library. LibLZF is copyright
    Marc Alexander Lehmann and is released under the terms of the
    two clause BSD license.
  * Redis uses the sha1.c file that is copyright by Steve Reid and released
    under the public domain. This file is extremely popular and used among
    open source and proprietary code.
  * When compiled on Linux Redis uses the Jemalloc allocator, that is
    copyright by Jason Evans, Mozilla Foundation and Facebook, Inc and is
    released under the two clause BSD license.
  * Inside Jemalloc the file pprof is copyright Google Inc and released under
    the three clause BSD license.
  * Inside Jemalloc the files inttypes.h, stdbool.h, stdint.h, strings.h under
    the msvc_compat directory are copyright Alexander Chemeris and released under
    the three clause BSD license.
  * The libraries hiredis and linenoise also included inside the Redis
    distribution are copyright Salvatore Sanfilippo and Pieter Noordhuis and
    released under the terms respectively of the three clause BSD license and
    two clause BSD license.

-----------------------------------------------------------------------
                            Apache Derby
-----------------------------------------------------------------------

Apache Derby
Copyright 2004-2013 The Apache Software Foundation

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

  ---

Portions of Derby were originally developed by
International Business Machines Corporation and are
licensed to the Apache Software Foundation under the
"Software Grant and Corporate Contribution License Agreement",
informally known as the "Derby CLA".
The following copyright notice(s) were affixed to portions of the code
with which this file is now or was at one time distributed
and are placed here unaltered.

(C) Copyright 1997,2004 International Business Machines Corporation.  All rights reserved.

(C) Copyright IBM Corp. 2003. 

  ---

The portion of the functionTests under 'nist' was originally 
developed by the National Institute of Standards and Technology (NIST), 
an agency of the United States Department of Commerce, and adapted by
International Business Machines Corporation in accordance with the NIST
Software Acknowledgment and Redistribution document at
http://www.itl.nist.gov/div897/ctg/sql_form.htm

  ---

The JDBC apis for small devices and JDBC3 (under java/stubs/jsr169 and
java/stubs/jdbc3) were produced by trimming sources supplied by the
Apache Harmony project. In addition, the Harmony SerialBlob and
SerialClob implementations are used. The following notice covers the Harmony sources:

Portions of Harmony were originally developed by
Intel Corporation and are licensed to the Apache Software
Foundation under the "Software Grant and Corporate Contribution
License Agreement", informally known as the "Intel Harmony CLA".

  ---

The Derby build relies on source files supplied by the Apache Felix
project. The following notice covers the Felix files:

  Apache Felix Main
  Copyright 2008 The Apache Software Foundation


  I. Included Software

  This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).
  Licensed under the Apache License 2.0.

  This product includes software developed at
  The OSGi Alliance (http://www.osgi.org/).
  Copyright (c) OSGi Alliance (2000, 2007).
  Licensed under the Apache License 2.0.

  This product includes software from http://kxml.sourceforge.net.
  Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany.
  Licensed under BSD License.

  II. Used Software

  This product uses software developed at
  The OSGi Alliance (http://www.osgi.org/).
  Copyright (c) OSGi Alliance (2000, 2007).
  Licensed under the Apache License 2.0.


  III. License Summary
  - Apache License 2.0
  - BSD License

  ---

The Derby build relies on jar files supplied by the Apache Xalan
project. The following notice covers the Xalan jar files:

	   Apache Xalan (Xalan XSLT processor)
	   Copyright 1999-2006 The Apache Software Foundation
	
	   Apache Xalan (Xalan serializer)
	   Copyright 1999-2006 The Apache Software Foundation
	
	   This product includes software developed at
	   The Apache Software Foundation (http://www.apache.org/).
	
	   =========================================================================
	   Portions of this software was originally based on the following:
	     - software copyright (c) 1999-2002, Lotus Development Corporation.,
	       http://www.lotus.com.
	     - software copyright (c) 2001-2002, Sun Microsystems.,
	       http://www.sun.com.
	     - software copyright (c) 2003, IBM Corporation., 
	       http://www.ibm.com.
	       
	   =========================================================================
	   The binary distribution package (ie. jars, samples and documentation) of
	   this product includes software developed by the following:
	       
	     - The Apache Software Foundation 
	         - Xerces Java - see LICENSE.txt 
	         - JAXP 1.3 APIs - see LICENSE.txt
	         - Bytecode Engineering Library - see LICENSE.txt
	         - Regular Expression - see LICENSE.txt
	       
	     - Scott Hudson, Frank Flannery, C. Scott Ananian 
	         - CUP Parser Generator runtime (javacup\runtime) - see LICENSE.txt 
	 
	   ========================================================================= 
	   The source distribution package (ie. all source and tools required to build
	   Xalan Java) of this product includes software developed by the following:
	       
	     - The Apache Software Foundation
	         - Xerces Java - see LICENSE.txt 
	         - JAXP 1.3 APIs - see LICENSE.txt
	         - Bytecode Engineering Library - see LICENSE.txt
	         - Regular Expression - see LICENSE.txt
	         - Ant - see LICENSE.txt
	         - Stylebook doc tool - see LICENSE.txt    
	       
	     - Elliot Joel Berk and C. Scott Ananian 
	         - Lexical Analyzer Generator (JLex) - see LICENSE.txt
	
	   =========================================================================       
	   Apache Xerces Java
	   Copyright 1999-2006 The Apache Software Foundation
	
	   This product includes software developed at
	   The Apache Software Foundation (http://www.apache.org/).
	
	   Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar
	   were originally based on the following:
	     - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
	     - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
	     - voluntary contributions made by Paul Eng on behalf of the 
	       Apache Software Foundation that were originally developed at iClick, Inc.,
	       software copyright (c) 1999.    
	
	   =========================================================================   
	   Apache xml-commons xml-apis (redistribution of xml-apis.jar)
	
	   Apache XML Commons
	   Copyright 2001-2003,2006 The Apache Software Foundation.
	
	   This product includes software developed at
	   The Apache Software Foundation (http://www.apache.org/).
	
	   Portions of this software were originally based on the following:
	     - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
	     - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
	     - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org

