Add Apache License header to documentation files

Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/9aedc3f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/9aedc3f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/9aedc3f6

Branch: refs/heads/master
Commit: 9aedc3f668b60e5f44f974d12607e0ad6cf01b10
Parents: 1bb1a41
Author: Luciano Resende <[email protected]>
Authored: Tue Dec 8 18:25:43 2015 -0800
Committer: Luciano Resende <[email protected]>
Committed: Tue Dec 8 21:00:05 2015 -0800

----------------------------------------------------------------------
 docs/Algorithms Reference/ALS.tex               | 21 ++++++++++++++++++++
 docs/Algorithms Reference/BinarySVM.tex         | 21 ++++++++++++++++++++
 docs/Algorithms Reference/Cox.tex               | 21 ++++++++++++++++++++
 docs/Algorithms Reference/DecisionTrees.tex     | 21 ++++++++++++++++++++
 .../DescriptiveBivarStats.tex                   | 21 ++++++++++++++++++++
 docs/Algorithms Reference/DescriptiveStats.tex  | 21 ++++++++++++++++++++
 .../DescriptiveStratStats.tex                   | 21 ++++++++++++++++++++
 .../DescriptiveUnivarStats.tex                  | 21 ++++++++++++++++++++
 docs/Algorithms Reference/GLM.tex               | 21 ++++++++++++++++++++
 docs/Algorithms Reference/GLMpredict.tex        | 21 ++++++++++++++++++++
 docs/Algorithms Reference/KaplanMeier.tex       | 21 ++++++++++++++++++++
 docs/Algorithms Reference/Kmeans.tex            | 21 ++++++++++++++++++++
 docs/Algorithms Reference/LinReg.tex            | 21 ++++++++++++++++++++
 docs/Algorithms Reference/LogReg.tex            | 21 ++++++++++++++++++++
 docs/Algorithms Reference/MultiSVM.tex          | 21 ++++++++++++++++++++
 docs/Algorithms Reference/NaiveBayes.tex        | 21 ++++++++++++++++++++
 docs/Algorithms Reference/PCA.tex               | 21 ++++++++++++++++++++
 docs/Algorithms Reference/RandomForest.tex      | 21 ++++++++++++++++++++
 docs/Algorithms Reference/StepGLM.tex           | 21 ++++++++++++++++++++
 docs/Algorithms Reference/StepLinRegDS.tex      | 21 ++++++++++++++++++++
 .../SystemML_Algorithms_Reference.tex           | 21 ++++++++++++++++++++
 21 files changed, 441 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/ALS.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/ALS.tex b/docs/Algorithms 
Reference/ALS.tex
index 669af33..c2a5e3a 100644
--- a/docs/Algorithms Reference/ALS.tex 
+++ b/docs/Algorithms Reference/ALS.tex 
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Matrix Completion via Alternating Minimizations}
 \label{matrix_completion}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/BinarySVM.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/BinarySVM.tex b/docs/Algorithms 
Reference/BinarySVM.tex
index 5d59adc..7ff5b06 100644
--- a/docs/Algorithms Reference/BinarySVM.tex   
+++ b/docs/Algorithms Reference/BinarySVM.tex   
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsubsection{Binary-class Support Vector Machines}
 \label{l2svm}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/Cox.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/Cox.tex b/docs/Algorithms 
Reference/Cox.tex
index 48613b7..a355df7 100644
--- a/docs/Algorithms Reference/Cox.tex 
+++ b/docs/Algorithms Reference/Cox.tex 
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Cox Proportional Hazard Regression Model}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/DecisionTrees.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/DecisionTrees.tex b/docs/Algorithms 
Reference/DecisionTrees.tex
index 01418c7..cea26a4 100644
--- a/docs/Algorithms Reference/DecisionTrees.tex       
+++ b/docs/Algorithms Reference/DecisionTrees.tex       
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Decision Trees}
 \label{sec:decision_trees}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/DescriptiveBivarStats.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/DescriptiveBivarStats.tex 
b/docs/Algorithms Reference/DescriptiveBivarStats.tex
index 2fe872d..a2d3db1 100644
--- a/docs/Algorithms Reference/DescriptiveBivarStats.tex       
+++ b/docs/Algorithms Reference/DescriptiveBivarStats.tex       
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Bivariate Statistics}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/DescriptiveStats.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/DescriptiveStats.tex b/docs/Algorithms 
Reference/DescriptiveStats.tex
index d471b50..5a59ad4 100644
--- a/docs/Algorithms Reference/DescriptiveStats.tex    
+++ b/docs/Algorithms Reference/DescriptiveStats.tex    
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \newcommand{\UnivarScriptName}{\texttt{\tt Univar-Stats.dml}}
 \newcommand{\BivarScriptName}{\texttt{\tt bivar-stats.dml}}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/DescriptiveStratStats.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/DescriptiveStratStats.tex 
b/docs/Algorithms Reference/DescriptiveStratStats.tex
index 716cf35..be0cffd 100644
--- a/docs/Algorithms Reference/DescriptiveStratStats.tex       
+++ b/docs/Algorithms Reference/DescriptiveStratStats.tex       
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Stratified Bivariate Statistics}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/DescriptiveUnivarStats.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/DescriptiveUnivarStats.tex 
b/docs/Algorithms Reference/DescriptiveUnivarStats.tex
index fcea4ec..5838e3e 100644
--- a/docs/Algorithms Reference/DescriptiveUnivarStats.tex      
+++ b/docs/Algorithms Reference/DescriptiveUnivarStats.tex      
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Univariate Statistics}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/GLM.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/GLM.tex b/docs/Algorithms 
Reference/GLM.tex
index 92cef0a..8555a5b 100644
--- a/docs/Algorithms Reference/GLM.tex 
+++ b/docs/Algorithms Reference/GLM.tex 
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Generalized Linear Models (GLM)}
 \label{sec:GLM}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/GLMpredict.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/GLMpredict.tex b/docs/Algorithms 
Reference/GLMpredict.tex
index 7fb91c8..ceb249d 100644
--- a/docs/Algorithms Reference/GLMpredict.tex  
+++ b/docs/Algorithms Reference/GLMpredict.tex  
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Regression Scoring and Prediction}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/KaplanMeier.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/KaplanMeier.tex b/docs/Algorithms 
Reference/KaplanMeier.tex
index 754f6c2..6ea6fbc 100644
--- a/docs/Algorithms Reference/KaplanMeier.tex 
+++ b/docs/Algorithms Reference/KaplanMeier.tex 
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Kaplan-Meier Survival Analysis}
 \label{sec:kaplan-meier}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/Kmeans.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/Kmeans.tex b/docs/Algorithms 
Reference/Kmeans.tex
index 0b8cbcd..2b5492c 100644
--- a/docs/Algorithms Reference/Kmeans.tex      
+++ b/docs/Algorithms Reference/Kmeans.tex      
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{K-Means Clustering}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/LinReg.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/LinReg.tex b/docs/Algorithms 
Reference/LinReg.tex
index 383971b..67273c2 100644
--- a/docs/Algorithms Reference/LinReg.tex      
+++ b/docs/Algorithms Reference/LinReg.tex      
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Linear Regression}
 \label{sec:LinReg}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/LogReg.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/LogReg.tex b/docs/Algorithms 
Reference/LogReg.tex
index 6693a01..43d4e15 100644
--- a/docs/Algorithms Reference/LogReg.tex      
+++ b/docs/Algorithms Reference/LogReg.tex      
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Multinomial Logistic Regression}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/MultiSVM.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/MultiSVM.tex b/docs/Algorithms 
Reference/MultiSVM.tex
index 7c844f7..87880a9 100644
--- a/docs/Algorithms Reference/MultiSVM.tex    
+++ b/docs/Algorithms Reference/MultiSVM.tex    
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsubsection{Multi-class Support Vector Machines}
 \label{msvm}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/NaiveBayes.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/NaiveBayes.tex b/docs/Algorithms 
Reference/NaiveBayes.tex
index 0f99c46..b5f721d 100644
--- a/docs/Algorithms Reference/NaiveBayes.tex  
+++ b/docs/Algorithms Reference/NaiveBayes.tex  
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Naive Bayes}
 \label{naive_bayes}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/PCA.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/PCA.tex b/docs/Algorithms 
Reference/PCA.tex
index f85879d..5895502 100644
--- a/docs/Algorithms Reference/PCA.tex 
+++ b/docs/Algorithms Reference/PCA.tex 
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Principle Component Analysis}
 \label{pca}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/RandomForest.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/RandomForest.tex b/docs/Algorithms 
Reference/RandomForest.tex
index 5539391..f9b47f3 100644
--- a/docs/Algorithms Reference/RandomForest.tex        
+++ b/docs/Algorithms Reference/RandomForest.tex        
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Random Forests}
 \label{random_forests}
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/StepGLM.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/StepGLM.tex b/docs/Algorithms 
Reference/StepGLM.tex
index 2afcf59..3869990 100644
--- a/docs/Algorithms Reference/StepGLM.tex     
+++ b/docs/Algorithms Reference/StepGLM.tex     
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Stepwise Generalized Linear Regression}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/StepLinRegDS.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/StepLinRegDS.tex b/docs/Algorithms 
Reference/StepLinRegDS.tex
index 8adf486..8c29fb1 100644
--- a/docs/Algorithms Reference/StepLinRegDS.tex        
+++ b/docs/Algorithms Reference/StepLinRegDS.tex        
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \subsection{Stepwise Linear Regression}
 
 \noindent{\bf Description}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9aedc3f6/docs/Algorithms
 Reference/SystemML_Algorithms_Reference.tex
----------------------------------------------------------------------
diff --git a/docs/Algorithms Reference/SystemML_Algorithms_Reference.tex 
b/docs/Algorithms Reference/SystemML_Algorithms_Reference.tex
index 19988fe..75308c9 100644
--- a/docs/Algorithms Reference/SystemML_Algorithms_Reference.tex       
+++ b/docs/Algorithms Reference/SystemML_Algorithms_Reference.tex       
@@ -1,3 +1,24 @@
+\begin{comment}
+
+ 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.
+
+\end{comment}
+
 \documentclass[letter]{article}
 
\usepackage{graphicx,amsmath,amssymb,amsthm,subfigure,color,url,multirow,rotating,comment}
 \usepackage{tikz}

Reply via email to