From 5118f5376dc688b4dd7aedea8e3c5b35f68037b8 Mon Sep 17 00:00:00 2001
From: Gilles Sadowski
Date: Fri, 16 Nov 2012 16:49:38 +0000
Subject: [PATCH] MATH-900 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
---
LICENSE.txt | 12 ++++++++----
.../analysis/interpolation/HermiteInterpolator.java | 5 -----
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 16164c618..0333373a6 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -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
diff --git a/src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java b/src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java
index a248f40c1..40a9a24ad 100644
--- a/src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java
+++ b/src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java
@@ -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.
*
- *
- * 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.
- *
*
* @version $Id$
* @since 3.1