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 2013/03/09 15:40:21 UTC

svn commit: r1454723 - in /commons/proper/math/trunk/src/test/maxima/special/reference: gamma.properties logBeta.properties logGamma.properties

Author: luc
Date: Sat Mar  9 14:40:21 2013
New Revision: 1454723

URL: http://svn.apache.org/r1454723
Log:
Added Apache license headers.

Modified:
    commons/proper/math/trunk/src/test/maxima/special/reference/gamma.properties
    commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties
    commons/proper/math/trunk/src/test/maxima/special/reference/logGamma.properties

Modified: commons/proper/math/trunk/src/test/maxima/special/reference/gamma.properties
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/reference/gamma.properties?rev=1454723&r1=1454722&r2=1454723&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/maxima/special/reference/gamma.properties (original)
+++ commons/proper/math/trunk/src/test/maxima/special/reference/gamma.properties Sat Mar  9 14:40:21 2013
@@ -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.
+
 method=org.apache.commons.math3.special.Gamma.gamma
 signature=double
 inputFileMask=gamma-%02d.dat

Modified: commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties?rev=1454723&r1=1454722&r2=1454723&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties (original)
+++ commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties Sat Mar  9 14:40:21 2013
@@ -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.
+
 method=org.apache.commons.math3.special.Beta.logBeta
 signature=double, double
 inputFileMask=logBeta-%02d.dat

Modified: commons/proper/math/trunk/src/test/maxima/special/reference/logGamma.properties
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/reference/logGamma.properties?rev=1454723&r1=1454722&r2=1454723&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/maxima/special/reference/logGamma.properties (original)
+++ commons/proper/math/trunk/src/test/maxima/special/reference/logGamma.properties Sat Mar  9 14:40:21 2013
@@ -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.
+
 method=org.apache.commons.math3.special.Gamma.logGamma
 signature=double
 inputFileMask=logGamma-%02d.dat