License text moved to "LICENSE.txt".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1410460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-16 16:49:38 +00:00
parent 23166ac9c1
commit 5118f5376d
2 changed files with 8 additions and 9 deletions

View File

@ -377,7 +377,11 @@ org.apache.commons.math3.random:
===============================================================================
The class "org.apache.commons.math3.exception.util.LocalizedFormatsTest" is
an adapted version of OrekitMessagesTest test class for the orekit library:
https://www.orekit.org/forge/projects/orekit
The original file is distributed under the terms of the Apache 2 license and is:
Copyright 2010 CS Communication & Systèmes
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.
Th Orekit library is described at:
https://www.orekit.org/forge/projects/orekit
The original files are distributed under the terms of the Apache 2 license
which is: Copyright 2010 CS Communication & Systèmes

View File

@ -42,11 +42,6 @@ import org.apache.commons.math3.util.ArithmeticUtils;
* interpolation polynomial for n sample points with value, first and second
* derivative for all points all have degree 3n-1.
* </p>
* <p>
* This class has been imported from the Orekit space flight dynamics library
* also distributed under the terms of the Apache License V2. Original copyright
* is: Copyright 2002-2012 CS Systèmes d'Information.
* </p>
*
* @version $Id$
* @since 3.1