You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/12/19 21:20:29 UTC

svn commit: r1424078 - in /commons/proper/math/trunk/src/test: java/org/apache/commons/math3/complex/ java/org/apache/commons/math3/genetics/ maxima/special/RealFunctionValidation/

Author: luc
Date: Wed Dec 19 20:20:29 2012
New Revision: 1424078

URL: http://svn.apache.org/viewvc?rev=1424078&view=rev
Log:
Adding missing Apache headers.

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/complex/QuaternionTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/CycleCrossoverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/OrderedCrossoverTest.java
    commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/complex/QuaternionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/complex/QuaternionTest.java?rev=1424078&r1=1424077&r2=1424078&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/complex/QuaternionTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/complex/QuaternionTest.java Wed Dec 19 20:20:29 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.math3.complex;
 
 import java.util.Random;

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/CycleCrossoverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/CycleCrossoverTest.java?rev=1424078&r1=1424077&r2=1424078&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/CycleCrossoverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/CycleCrossoverTest.java Wed Dec 19 20:20:29 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.math3.genetics;
 
 import org.apache.commons.math3.exception.DimensionMismatchException;

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/OrderedCrossoverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/OrderedCrossoverTest.java?rev=1424078&r1=1424077&r2=1424078&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/OrderedCrossoverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/genetics/OrderedCrossoverTest.java Wed Dec 19 20:20:29 2012
@@ -1,3 +1,19 @@
+/*
+ * 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.math3.genetics;
 
 import java.util.Arrays;

Modified: commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh?rev=1424078&r1=1424077&r2=1424078&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh (original)
+++ commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh Wed Dec 19 20:20:29 2012
@@ -1,4 +1,19 @@
 #!/bin/bash
+#
+# 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.
 
 # Location of the Commons-Math3 jar file
 CM3_JAR=$HOME/.m2/repository/org/apache/commons/commons-math3/3.1-SNAPSHOT/commons-math3-3.1-SNAPSHOT.jar