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 2009/07/19 20:22:53 UTC

svn commit: r795585 - in /commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa: linalg/package.html random/package.html

Author: luc
Date: Sun Jul 19 18:22:53 2009
New Revision: 795585

URL: http://svn.apache.org/viewvc?rev=795585&view=rev
Log:
added Apache header to some files that didn't have it

Modified:
    commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/linalg/package.html
    commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/random/package.html

Modified: commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/linalg/package.html
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/linalg/package.html?rev=795585&r1=795584&r2=795585&view=diff
==============================================================================
--- commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/linalg/package.html (original)
+++ commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/linalg/package.html Sun Jul 19 18:22:53 2009
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <body>
 This package provides classes to perform linear algebra computation.
 

Modified: commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/random/package.html
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/random/package.html?rev=795585&r1=795584&r2=795585&view=diff
==============================================================================
--- commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/random/package.html (original)
+++ commons/proper/math/trunk/src/mantissa/src/org/spaceroots/mantissa/random/package.html Sun Jul 19 18:22:53 2009
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+  -->
 <body>
 This package provides classes to perform some random draws and
 statistical anaysis.