You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2015/12/09 20:39:39 UTC

[2/5] incubator-systemml git commit: Add Apache License header to documentation files

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/dfd49fac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/dfd49fac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/dfd49fac

Branch: refs/heads/gh-pages
Commit: dfd49fac169073d2874cefcd7802d1bc0cad127e
Parents: 350f7fe
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Dec 8 18:25:43 2015 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Dec 8 21:00:05 2015 -0800

----------------------------------------------------------------------
 Algorithms Reference/ALS.tex                    | 21 ++++++++++++++++++++
 Algorithms Reference/BinarySVM.tex              | 21 ++++++++++++++++++++
 Algorithms Reference/Cox.tex                    | 21 ++++++++++++++++++++
 Algorithms Reference/DecisionTrees.tex          | 21 ++++++++++++++++++++
 Algorithms Reference/DescriptiveBivarStats.tex  | 21 ++++++++++++++++++++
 Algorithms Reference/DescriptiveStats.tex       | 21 ++++++++++++++++++++
 Algorithms Reference/DescriptiveStratStats.tex  | 21 ++++++++++++++++++++
 Algorithms Reference/DescriptiveUnivarStats.tex | 21 ++++++++++++++++++++
 Algorithms Reference/GLM.tex                    | 21 ++++++++++++++++++++
 Algorithms Reference/GLMpredict.tex             | 21 ++++++++++++++++++++
 Algorithms Reference/KaplanMeier.tex            | 21 ++++++++++++++++++++
 Algorithms Reference/Kmeans.tex                 | 21 ++++++++++++++++++++
 Algorithms Reference/LinReg.tex                 | 21 ++++++++++++++++++++
 Algorithms Reference/LogReg.tex                 | 21 ++++++++++++++++++++
 Algorithms Reference/MultiSVM.tex               | 21 ++++++++++++++++++++
 Algorithms Reference/NaiveBayes.tex             | 21 ++++++++++++++++++++
 Algorithms Reference/PCA.tex                    | 21 ++++++++++++++++++++
 Algorithms Reference/RandomForest.tex           | 21 ++++++++++++++++++++
 Algorithms Reference/StepGLM.tex                | 21 ++++++++++++++++++++
 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/dfd49fac/Algorithms Reference/ALS.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/ALS.tex b/Algorithms Reference/ALS.tex
index 669af33..c2a5e3a 100644
--- a/Algorithms Reference/ALS.tex	
+++ b/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/dfd49fac/Algorithms Reference/BinarySVM.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/BinarySVM.tex b/Algorithms Reference/BinarySVM.tex
index 5d59adc..7ff5b06 100644
--- a/Algorithms Reference/BinarySVM.tex	
+++ b/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/dfd49fac/Algorithms Reference/Cox.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/Cox.tex b/Algorithms Reference/Cox.tex
index 48613b7..a355df7 100644
--- a/Algorithms Reference/Cox.tex	
+++ b/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/dfd49fac/Algorithms Reference/DecisionTrees.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/DecisionTrees.tex b/Algorithms Reference/DecisionTrees.tex
index 01418c7..cea26a4 100644
--- a/Algorithms Reference/DecisionTrees.tex	
+++ b/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/dfd49fac/Algorithms Reference/DescriptiveBivarStats.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/DescriptiveBivarStats.tex b/Algorithms Reference/DescriptiveBivarStats.tex
index 2fe872d..a2d3db1 100644
--- a/Algorithms Reference/DescriptiveBivarStats.tex	
+++ b/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/dfd49fac/Algorithms Reference/DescriptiveStats.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/DescriptiveStats.tex b/Algorithms Reference/DescriptiveStats.tex
index d471b50..5a59ad4 100644
--- a/Algorithms Reference/DescriptiveStats.tex	
+++ b/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/dfd49fac/Algorithms Reference/DescriptiveStratStats.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/DescriptiveStratStats.tex b/Algorithms Reference/DescriptiveStratStats.tex
index 716cf35..be0cffd 100644
--- a/Algorithms Reference/DescriptiveStratStats.tex	
+++ b/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/dfd49fac/Algorithms Reference/DescriptiveUnivarStats.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/DescriptiveUnivarStats.tex b/Algorithms Reference/DescriptiveUnivarStats.tex
index fcea4ec..5838e3e 100644
--- a/Algorithms Reference/DescriptiveUnivarStats.tex	
+++ b/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/dfd49fac/Algorithms Reference/GLM.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/GLM.tex b/Algorithms Reference/GLM.tex
index 92cef0a..8555a5b 100644
--- a/Algorithms Reference/GLM.tex	
+++ b/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/dfd49fac/Algorithms Reference/GLMpredict.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/GLMpredict.tex b/Algorithms Reference/GLMpredict.tex
index 7fb91c8..ceb249d 100644
--- a/Algorithms Reference/GLMpredict.tex	
+++ b/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/dfd49fac/Algorithms Reference/KaplanMeier.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/KaplanMeier.tex b/Algorithms Reference/KaplanMeier.tex
index 754f6c2..6ea6fbc 100644
--- a/Algorithms Reference/KaplanMeier.tex	
+++ b/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/dfd49fac/Algorithms Reference/Kmeans.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/Kmeans.tex b/Algorithms Reference/Kmeans.tex
index 0b8cbcd..2b5492c 100644
--- a/Algorithms Reference/Kmeans.tex	
+++ b/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/dfd49fac/Algorithms Reference/LinReg.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/LinReg.tex b/Algorithms Reference/LinReg.tex
index 383971b..67273c2 100644
--- a/Algorithms Reference/LinReg.tex	
+++ b/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/dfd49fac/Algorithms Reference/LogReg.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/LogReg.tex b/Algorithms Reference/LogReg.tex
index 6693a01..43d4e15 100644
--- a/Algorithms Reference/LogReg.tex	
+++ b/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/dfd49fac/Algorithms Reference/MultiSVM.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/MultiSVM.tex b/Algorithms Reference/MultiSVM.tex
index 7c844f7..87880a9 100644
--- a/Algorithms Reference/MultiSVM.tex	
+++ b/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/dfd49fac/Algorithms Reference/NaiveBayes.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/NaiveBayes.tex b/Algorithms Reference/NaiveBayes.tex
index 0f99c46..b5f721d 100644
--- a/Algorithms Reference/NaiveBayes.tex	
+++ b/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/dfd49fac/Algorithms Reference/PCA.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/PCA.tex b/Algorithms Reference/PCA.tex
index f85879d..5895502 100644
--- a/Algorithms Reference/PCA.tex	
+++ b/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/dfd49fac/Algorithms Reference/RandomForest.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/RandomForest.tex b/Algorithms Reference/RandomForest.tex
index 5539391..f9b47f3 100644
--- a/Algorithms Reference/RandomForest.tex	
+++ b/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/dfd49fac/Algorithms Reference/StepGLM.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/StepGLM.tex b/Algorithms Reference/StepGLM.tex
index 2afcf59..3869990 100644
--- a/Algorithms Reference/StepGLM.tex	
+++ b/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/dfd49fac/Algorithms Reference/StepLinRegDS.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/StepLinRegDS.tex b/Algorithms Reference/StepLinRegDS.tex
index 8adf486..8c29fb1 100644
--- a/Algorithms Reference/StepLinRegDS.tex	
+++ b/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/dfd49fac/Algorithms Reference/SystemML_Algorithms_Reference.tex
----------------------------------------------------------------------
diff --git a/Algorithms Reference/SystemML_Algorithms_Reference.tex b/Algorithms Reference/SystemML_Algorithms_Reference.tex
index 19988fe..75308c9 100644
--- a/Algorithms Reference/SystemML_Algorithms_Reference.tex	
+++ b/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}