// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for Apache Flink-shaded
// ------------------------------------------------------------------

Apache Flink-shaded
Copyright 2006-2024 The Apache Software Foundation

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

flink-shaded-hadoop-2-uber
Copyright 2014-2019 The Apache Software Foundation

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- com.jamesmurty.utils:java-xmlbuilder:0.4
- commons-beanutils:commons-beanutils:1.9.3
- commons-cli:commons-cli:1.3.1
- commons-codec:commons-codec:1.10
- commons-collections:commons-collections:3.2.2
- commons-configuration:commons-configuration:1.7
- commons-daemon:commons-daemon:1.0.13
- commons-digester:commons-digester:1.8.1
- commons-io:commons-io:2.4
- commons-lang:commons-lang:2.6
- commons-logging:commons-logging:1.1.3
- commons-net:commons-net:3.1
- org.apache.avro:avro:1.8.2
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-math3:3.5
- org.apache.zookeeper:zookeeper:3.4.10
- org.codehaus.jackson:jackson-core-asl:1.9.13
- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- org.xerial.snappy:snappy-java:1.1.4

This project bundles the following dependencies under the BSD license.
See bundled license files for details.

- com.jcraft:jsch:0.1.42
- com.thoughtworks.paranamer:paranamer:2.7
- xmlenc:xmlenc:0.52

This project bundles the following dependencies under the Common Development and Distribution License (CDDL) 1.0.
See bundled license files for details.

- javax.activation:activation:1.1 (http://java.sun.com/products/javabeans/jaf/index.jsp)
- javax.servlet:servlet-api:2.5 (https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/)
- javax.xml.stream:stax-api:1.0-2 (http://central.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/)

This project bundles the following dependencies under the Common Development and Distribution License (CDDL) 1.1.
See bundled license files for details.

- com.sun.jersey:jersey-client:1.9 (http://central.maven.org/maven2/com/sun/jersey/jersey-client/1.9/)
- javax.xml.bind:jaxb-api:2.2.2 (https://jaxb.dev.java.net/)

This project bundles "org.tukaani:xz:1.5".
This Java implementation of XZ has been put into the public domain, thus you can do
whatever you want with it. All the files in the package have been written by Lasse Collin,
but some files are heavily based on public domain code written by Igor Pavlov.


flink-shaded-hadoop-2
Copyright 2014-2019 The Apache Software Foundation

- com.google.guava:guava:11.0.2
- net.java.dev.jets3t:jets3t:0.9.0
- org.apache.httpcomponents:httpclient:4.5.3
- org.apache.httpcomponents:httpcore:4.4.6
- commons-httpclient:commons-httpclient:3.1
- org.codehaus.jackson:jackson-core-asl:1.9.13
- org.codehaus.jackson:jackson-mapper-asl:1.9.13

The version of the actual Hadoop dependencies depend on the built.

- org.apache.hadoop:hadoop-common
- org.apache.hadoop:hadoop-hdfs
- org.apache.hadoop:hadoop-mapreduce-client-core
- org.apache.hadoop:hadoop-yarn-client
- org.apache.hadoop:hadoop-yarn-common
- org.apache.hadoop:hadoop-annotations
- org.apache.hadoop:hadoop-auth
- org.apache.hadoop:hadoop-yarn-api

- com.google.protobuf.protobuf-java:2.5.0

This product currently only contains code developed by authors
of specific components, as identified by the source code files;
if such notes are missing files have been created by
Tatu Saloranta.

For additional credits (generally to people who reported problems)
see CREDITS file.

Apache Jakarta HttpClient
Copyright 1999-2007 The Apache Software Foundation

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

Apache HttpClient
Copyright 1999-2017 The Apache Software Foundation

Apache HttpCore
Copyright 2005-2017 The Apache Software Foundation

Apache Commons Compress
Copyright 2002-2018 The Apache Software Foundation

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

The files in the package org.apache.commons.compress.archivers.sevenz
were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
which has been placed in the public domain:

"LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)

Apache Avro
Copyright 2009-2017 The Apache Software Foundation

Apache Commons CLI
Copyright 2001-2009 The Apache Software Foundation

Apache Commons Math
Copyright 2001-2012 The Apache Software Foundation

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

The BracketFinder (package org.apache.commons.math3.optimization.univariate)
and PowellOptimizer (package org.apache.commons.math3.optimization.general)
classes are based on the Python code in module "optimize.py" (version 0.5)
developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/)
Copyright © 2003-2009 SciPy Developers.
===============================================================================

The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
RelationShip, SimplexSolver and SimplexTableau classes in package
org.apache.commons.math3.optimization.linear include software developed by
Benjamin McCann (http://www.benmccann.com) and distributed with
the following copyright: Copyright 2009 Google Inc.
===============================================================================

This product includes software developed by the
University of Chicago, as Operator of Argonne National
Laboratory.
The LevenbergMarquardtOptimizer class in package
org.apache.commons.math3.optimization.general includes software
translated from the lmder, lmpar and qrsolv Fortran routines
from the Minpack package
Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
===============================================================================

The GraggBulirschStoerIntegrator class in package
org.apache.commons.math3.ode.nonstiff includes software translated
from the odex Fortran routine developed by E. Hairer and G. Wanner.
Original source copyright:
Copyright (c) 2004, Ernst Hairer
===============================================================================

The EigenDecompositionImpl class in package
org.apache.commons.math3.linear includes software translated
from some LAPACK Fortran routines.  Original source copyright:
Copyright (c) 1992-2008 The University of Tennessee.  All rights reserved.
===============================================================================

The MersenneTwister class in package org.apache.commons.math3.random
includes software translated from the 2002-01-26 version of
the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
Nishimura. Original source copyright:
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
All rights reserved
===============================================================================

The LocalizedFormatsTest class in the unit tests is an adapted version of
the OrekitMessagesTest class from the orekit library distributed under the
terms of the Apache 2 licence. Original source copyright:
Copyright 2010 CS Systèmes d'Information
===============================================================================

The HermiteInterpolator class and its corresponding test have been imported from
the orekit library distributed under the terms of the Apache 2 licence. Original
source copyright:
Copyright 2010-2012 CS Systèmes d'Information
===============================================================================

The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired
by an original code donated by Sébastien Brisard.
===============================================================================

The complete text of licenses and disclaimers associated with the the original
sources enumerated above at the time of code translation are in the LICENSE.txt
file.

Apache Commons Codec
Copyright 2002-2009 The Apache Software Foundation

--------------------------------------------------------------------------------
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains 
test data from http://aspell.sourceforge.net/test/batch0.tab.

Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
and distribution of this entire article is permitted in any medium,
provided this notice is preserved.
--------------------------------------------------------------------------------

Apache Commons IO
Copyright 2002-2012 The Apache Software Foundation

Apache Commons Net
Copyright 2001-2012 The Apache Software Foundation

Apache Commons Collections
Copyright 2001-2008 The Apache Software Foundation

Apache Commons Logging
Copyright 2003-2013 The Apache Software Foundation

Apache HttpComponents HttpClient
Copyright 1999-2011 The Apache Software Foundation

This project contains annotations derived from JCIP-ANNOTATIONS
Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net

Apache HttpComponents HttpCore
Copyright 2005-2011 The Apache Software Foundation

Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation

Apache Commons Configuration
Copyright 2001-2008 The Apache Software Foundation

Apache Jakarta Commons Digester
Copyright 2001-2006 The Apache Software Foundation

Apache Commons BeanUtils
Copyright 2000-2008 The Apache Software Foundation

Apache Commons BeanUtils
Copyright 2000-2016 The Apache Software Foundation

Apache Commons Daemon
Copyright 1999-2013 The Apache Software Foundation

