You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/05/31 09:37:25 UTC

svn commit: r543073 - in /jakarta/commons/proper/math/trunk/src: experimental/org/apache/commons/math/analysis/FunctionOperator.java test/org/apache/commons/math/estimation/MinpackTest.java test/org/apache/commons/math/ode/StepProblem.java

Author: psteitz
Date: Thu May 31 00:37:24 2007
New Revision: 543073

URL: http://svn.apache.org/viewvc?view=rev&rev=543073
Log:
Added missing license headers.

Modified:
    jakarta/commons/proper/math/trunk/src/experimental/org/apache/commons/math/analysis/FunctionOperator.java
    jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/estimation/MinpackTest.java
    jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/StepProblem.java

Modified: jakarta/commons/proper/math/trunk/src/experimental/org/apache/commons/math/analysis/FunctionOperator.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/experimental/org/apache/commons/math/analysis/FunctionOperator.java?view=diff&rev=543073&r1=543072&r2=543073
==============================================================================
--- jakarta/commons/proper/math/trunk/src/experimental/org/apache/commons/math/analysis/FunctionOperator.java (original)
+++ jakarta/commons/proper/math/trunk/src/experimental/org/apache/commons/math/analysis/FunctionOperator.java Thu May 31 00:37:24 2007
@@ -1,8 +1,18 @@
 /*
- * Created on Nov 19, 2003
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF 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
  *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
+ *      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.
  */
 package org.apache.commons.math.analysis;
 

Modified: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/estimation/MinpackTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/estimation/MinpackTest.java?view=diff&rev=543073&r1=543072&r2=543073
==============================================================================
--- jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/estimation/MinpackTest.java (original)
+++ jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/estimation/MinpackTest.java Thu May 31 00:37:24 2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF 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.
+ */
+
 package org.apache.commons.math.estimation;
 
 import java.util.Arrays;

Modified: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/StepProblem.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/StepProblem.java?view=diff&rev=543073&r1=543072&r2=543073
==============================================================================
--- jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/StepProblem.java (original)
+++ jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/StepProblem.java Thu May 31 00:37:24 2007
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF 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.
+ */
+
 package org.apache.commons.math.ode;
 
 import org.apache.commons.math.ode.FirstOrderDifferentialEquations;



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org