POI 5.2.5

------------------------------- Top-level license --------------------------

Apache License

Version 2.0, January 2004

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

Licensed under the Apache Software License, Version 2.0, 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

https://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.

APACHE POI SUBCOMPONENTS:

Apache POI includes subcomponents with separate copyright notices and

license terms. Your use of these subcomponents is subject to the terms

and conditions of the following licenses:

Office Open XML schemas (poi-ooxml-full-*.jar)

The Office Open XML schema definitions used by Apache POI are

a part of the Office Open XML ECMA Specification (ECMA-376, [1]).

As defined in section 9.4 of the ECMA bylaws [2], this specification

is available to all interested parties without restriction:

9.4 All documents when approved shall be made available to

all interested parties without restriction.

Furthermore, both Microsoft and Adobe have granted patent licenses

to this work [3,4,5].

[1] https://www.ecma-international.org/publications/standards/Ecma-376.htm

[2] https://www.ecma-international.org/memento/Ecmabylaws.htm

[3] https://www.microsoft.com/openspecifications/en/us/programs/osp/default.aspx

[4] https://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/

Patent%20statements%20ok/ECMA-376%20Edition%202%20Microsoft%20Patent%20Declaration.pdf

[5] https://www.ecma-international.org/publications/files/ECMA-ST/Ecma%20PATENT/

Patent%20statements%20ok/ECMA-376%20Adobe%20Patent%20Declaration.pdf

org.apache.poi.util.ReplacingInputStream is based on code from

inbot-utils (https://github.com/Inbot/inbot-utils)

The MIT License (MIT)

Copyright (c) 2015 Inbot

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

ExceptionUtils is derived from `scala.util.control.NonFatal` in scala-library

which was released under the Apache 2.0 license.

Copyright (c) 2002-2023 EPFL

Copyright (c) 2011-2023 Lightbend, Inc.

The POI Source Release bundles the Gradle Wrapper. (https://docs.gradle.org/current/userguide/gradle_wrapper.html)

This is released under the Apache License, v2.0.

Copyright © 2015-2021 the original authors.

The wrapper.gradle file was developed by the Apache Kafka project and is released under the Apache License, v2.0.

------------------------------- Copyright notices --------------------------

Apache POI

Copyright 2003-2023 The Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (https://www.apache.org/).

This product contains parts that were originally based on software from BEA.

Copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/> (dead link),

which was acquired by Oracle Corporation in 2008.

<http://www.oracle.com/us/corporate/Acquisitions/bea/index.html>

<https://en.wikipedia.org/wiki/BEA_Systems>

Note: The ASF Secretary has on hand a Software Grant Agreement (SGA) from

BEA Systems, Inc. dated 9 Sep 2003 for XMLBeans signed by their EVP/CFO.

This product contains W3C XML Schema documents. Copyright 2001-2003 (c)

World Wide Web Consortium (Massachusetts Institute of Technology, European

Research Consortium for Informatics and Mathematics, Keio University)

This product contains the chunks_parse_cmds.tbl file from the vsdump program.

Copyright (C) 2006-2007 Valek Filippov (frob@df.ru)

This product contains parts of the eID Applet project

<http://eid-applet.googlecode.com> and <https://github.com/e-Contract/eid-applet>.

Copyright (c) 2009-2018

FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be),

Bart Hanssens from FedICT

ExceptionUtils is derived from `scala.util.control.NonFatal` in scala-library

which was released under the Apache 2.0 license.

Copyright (c) 2002-2023 EPFL

Copyright (c) 2011-2023 Lightbend, Inc.

Scala includes software developed at

LAMP/EPFL (https://lamp.epfl.ch/) and

Lightbend, Inc. (https://www.lightbend.com/).

---------------------------- Fourth-party information ----------------------

== NAME OF DEPENDENCY 1

com.zaxxer:SparseBitSet

== License Type

Apache License Version 2.0

== DEPENDENCY COPYRIGHT NOTICE:

/*- This software is the work of Paladin Software International, Incorporated,

* based upon previous work done for and by Sun Microsystems, Inc. */

--------------------------------(separator)---------------------------------

== NAME OF DEPENDENCY 2

commons-codec:commons-codec

== License Type

Apache License Version 2.0

== Copyright Notices

Apache Commons Codec

Copyright 2002-2023 The Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (https://www.apache.org/).

--------------------------------(separator)---------------------------------

== NAME OF DEPENDENCY 3

commons-io:commons-io

== License Type

Apache License Version 2.0

== Copyright Notices

Apache Commons IO

Copyright 2002-2023 The Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (https://www.apache.org/).

--------------------------------(separator)---------------------------------

== NAME OF DEPENDENCY 4

org.apache.commons:commons-collections4

== License Type

Apache License Version 2.0

== Copyright Notices

Apache Commons Collections

Copyright 2001-2019 The Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (http://www.apache.org/).

--------------------------------(separator)---------------------------------

== NAME OF DEPENDENCY 5

== DEPENDENCY: org.apache.commons:commons-math3:jar

== License Type

Apache License

Version 2.0, January 2004

Apache Commons Math includes the following code provided to the ASF under the

Apache License 2.0:

- The inverse error function implementation in the Erf class is based on CUDA

code developed by Mike Giles, Oxford-Man Institute of Quantitative Finance,

and published in GPU Computing Gems, volume 2, 2010 (grant received on

March 23th 2013)

- 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. (grant received on

March 16th 2009)

- The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" which

is an adapted version of "OrekitMessagesTest" test class for the Orekit library

- The "org.apache.commons.math3.analysis.interpolation.HermiteInterpolator"

has been imported from the Orekit space flight dynamics library.

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

APACHE COMMONS MATH DERIVATIVE WORKS:

The Apache commons-math library includes a number of subcomponents

whose implementation is derived from original sources written

in C or Fortran. License terms of the original sources

are reproduced below.

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

For the lmder, lmpar and qrsolv Fortran routine from minpack and translated in

the LevenbergMarquardtOptimizer class in package

org.apache.commons.math3.optimization.general

Original source copyright and license statement:

Minpack Copyright Notice (1999) University of Chicago. 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, 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.

3. The end-user documentation included with the

redistribution, if any, must include the following

acknowledgment:

"This product includes software developed by the

University of Chicago, as Operator of Argonne National

Laboratory.

Alternately, this acknowledgment may appear in the software

itself, if and wherever such third-party acknowledgments

normally appear.

4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"

WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE

UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND

THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES

OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE

OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY

OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR

USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF

THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)

DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION

UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL

BE CORRECTED.

5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT

HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF

ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,

INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF

ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF

PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER

SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT

(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,

EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE

POSSIBILITY OF SUCH LOSS OR DAMAGES.

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

Copyright and license statement for the odex Fortran routine developed by

E. Hairer and G. Wanner and translated in GraggBulirschStoerIntegrator class

in package org.apache.commons.math3.ode.nonstiff:

Copyright (c) 2004, Ernst Hairer

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 REGENTS 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.

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

Copyright and license statement for the original Mersenne twister C

routines translated in MersenneTwister class in package

org.apache.commons.math3.random:

Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,

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, 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.

3. The names of its contributors may not 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.

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

The initial code for shuffling an array (originally in class

"org.apache.commons.math3.random.RandomDataGenerator", now replaced by

a method in class "org.apache.commons.math3.util.MathArrays") was

inspired from the algorithm description provided in

"Algorithms", by Ian Craw and John Pulham (University of Aberdeen 1999).

The textbook (containing a proof that the shuffle is uniformly random) is

available here:

http://citeseerx.ist.psu.edu/viewdoc/download;?doi=10.1.1.173.1898&rep=rep1&type=pdf

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

License statement for the direction numbers in the resource files for Sobol sequences.

-----------------------------------------------------------------------------

Licence pertaining to sobol.cc and the accompanying sets of direction numbers

-----------------------------------------------------------------------------

Copyright (c) 2008, Frances Y. Kuo and Stephen Joe

All rights reserved.

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 names of the copyright holders nor the names of the

University of New South Wales and the University of Waikato

and 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 ``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 HOLDERS 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.

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

The initial commit of package "org.apache.commons.math3.ml.neuralnet" is

an adapted version of code developed in the context of the Data Processing

and Analysis Consortium (DPAC) of the "Gaia" project of the European Space

Agency (ESA).

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

The initial commit of the class "org.apache.commons.math3.special.BesselJ" is

an adapted version of code translated from the netlib Fortran program, rjbesl

http://www.netlib.org/specfun/rjbesl by R.J. Cody at Argonne National

Laboratory (USA). There is no license or copyright statement included with the

original Fortran sources.

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

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.

SciPy license

Copyright © 2001, 2002 Enthought, Inc.

All rights reserved.

Copyright © 2003-2013 SciPy Developers.

All rights reserved.

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 Enthought nor the names of the SciPy Developers 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 REGENTS 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.

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

== Copyright Notices

Apache Commons Math

Copyright 2001-2016 The Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (http://www.apache.org/).

This product includes software developed for Orekit by

CS Systèmes d'Information (http://www.c-s.fr/)

Copyright 2010-2012 CS Systèmes d'Information

--------------------------------(separator)---------------------------------

== NAME OF DEPENDENCY 6

org.apache.logging.log4j:log4j-api

== License Type

Apache License Version 2.0

== Copyright Notices

Apache Log4j

Copyright 1999-2023 Apache Software Foundation

This product includes software developed at

The Apache Software Foundation (http://www.apache.org/).

ResolverUtil.java

Copyright 2005-2006 Tim Fennell

Dumbster SMTP test server

Copyright 2004 Jason Paul Kitchen

TypeUtil.java

Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams

picocli (http://picocli.info)

Copyright 2017 Remko Popma

TimeoutBlockingWaitStrategy.java and parts of Util.java

Copyright 2011 LMAX Ltd.



Last Published Friday, April 25, 2025