Add Apache License headers to md 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/eea5bc03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/eea5bc03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/eea5bc03

Branch: refs/heads/gh-pages
Commit: eea5bc031ea6c508721e79d74531a7238ab12605
Parents: dfd49fa
Author: Luciano Resende <[email protected]>
Authored: Tue Dec 8 18:26:24 2015 -0800
Committer: Luciano Resende <[email protected]>
Committed: Tue Dec 8 21:00:16 2015 -0800

----------------------------------------------------------------------
 README.md                            | 21 ++++++++++++++++++++-
 algorithms-bibliography.md           | 18 ++++++++++++++++++
 algorithms-classification.md         | 18 ++++++++++++++++++
 algorithms-clustering.md             | 18 ++++++++++++++++++
 algorithms-descriptive-statistics.md | 18 ++++++++++++++++++
 algorithms-matrix-factorization.md   | 18 ++++++++++++++++++
 algorithms-reference.md              | 19 ++++++++++++++++++-
 algorithms-regression.md             | 18 ++++++++++++++++++
 algorithms-survival-analysis.md      | 19 ++++++++++++++++++-
 debugger-guide.md                    | 19 ++++++++++++++++++-
 dml-and-pydml-programming-guide.md   | 18 ++++++++++++++++++
 dml-language-reference.md            | 19 ++++++++++++++++++-
 index.md                             | 18 ++++++++++++++++++
 mlcontext-programming-guide.md       | 18 ++++++++++++++++++
 quick-start-guide.md                 | 18 ++++++++++++++++++
 15 files changed, 272 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0474f00..521119b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,23 @@
-# SystemML Documentation
+<!--
+{% 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.
+{% endcomment %}
+-->
+
+# Apache SystemML Documentation
 
 The primary SystemML documentation is written in markdown (*.md) and can be 
converted to HTML using
 [Jekyll](http://jekyllrb.com).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-bibliography.md
----------------------------------------------------------------------
diff --git a/algorithms-bibliography.md b/algorithms-bibliography.md
index d529c42..e18b4e8 100644
--- a/algorithms-bibliography.md
+++ b/algorithms-bibliography.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Bibliography
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 7. Bibliography
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-classification.md
----------------------------------------------------------------------
diff --git a/algorithms-classification.md b/algorithms-classification.md
index b076017..74539fd 100644
--- a/algorithms-classification.md
+++ b/algorithms-classification.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Classification
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 2. Classification
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-clustering.md
----------------------------------------------------------------------
diff --git a/algorithms-clustering.md b/algorithms-clustering.md
index 31a31e2..19f2a01 100644
--- a/algorithms-clustering.md
+++ b/algorithms-clustering.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Clustering
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 3. Clustering
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-descriptive-statistics.md
----------------------------------------------------------------------
diff --git a/algorithms-descriptive-statistics.md 
b/algorithms-descriptive-statistics.md
index a0dd133..3fcdb1a 100644
--- a/algorithms-descriptive-statistics.md
+++ b/algorithms-descriptive-statistics.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Descriptive Statistics
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 1. Descriptive Statistics
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-matrix-factorization.md
----------------------------------------------------------------------
diff --git a/algorithms-matrix-factorization.md 
b/algorithms-matrix-factorization.md
index 94627e3..2ed8a49 100644
--- a/algorithms-matrix-factorization.md
+++ b/algorithms-matrix-factorization.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Matrix Factorization
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 5 Matrix Factorization
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-reference.md
----------------------------------------------------------------------
diff --git a/algorithms-reference.md b/algorithms-reference.md
index 4685761..244b882 100644
--- a/algorithms-reference.md
+++ b/algorithms-reference.md
@@ -4,7 +4,24 @@ title: SystemML Algorithms Reference
 description: SystemML Algorithms Reference
 displayTitle: SystemML Algorithms Reference
 ---
-     
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 * [Descriptive Statistics](algorithms-descriptive-statistics.html)
   * [Univariate 
Statistics](algorithms-descriptive-statistics.html#univariate-statistics)

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-regression.md
----------------------------------------------------------------------
diff --git a/algorithms-regression.md b/algorithms-regression.md
index e35003b..f17c452 100644
--- a/algorithms-regression.md
+++ b/algorithms-regression.md
@@ -3,6 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Regression
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 4. Regression
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/algorithms-survival-analysis.md
----------------------------------------------------------------------
diff --git a/algorithms-survival-analysis.md b/algorithms-survival-analysis.md
index e2fa97a..a5e641e 100644
--- a/algorithms-survival-analysis.md
+++ b/algorithms-survival-analysis.md
@@ -3,7 +3,24 @@ layout: global
 title: SystemML Algorithms Reference - Survival Analysis
 displayTitle: <a href="algorithms-reference.html">SystemML Algorithms 
Reference</a>
 ---
-
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 # 6. Survival Analysis
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/debugger-guide.md
----------------------------------------------------------------------
diff --git a/debugger-guide.md b/debugger-guide.md
index c7067df..8032910 100644
--- a/debugger-guide.md
+++ b/debugger-guide.md
@@ -3,7 +3,24 @@ layout: global
 title: SystemML Debugger Guide
 description: SystemML Debugger Guide
 ---
-
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 ## Overview
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/dml-and-pydml-programming-guide.md
----------------------------------------------------------------------
diff --git a/dml-and-pydml-programming-guide.md 
b/dml-and-pydml-programming-guide.md
index 85367e5..2745d3e 100644
--- a/dml-and-pydml-programming-guide.md
+++ b/dml-and-pydml-programming-guide.md
@@ -3,6 +3,24 @@ layout: global
 title: DML and PyDML Programming Guide
 description: DML and PyDML Programming Guide
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 * This will become a table of contents (this text will be scraped).
 {:toc}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/dml-language-reference.md
----------------------------------------------------------------------
diff --git a/dml-language-reference.md b/dml-language-reference.md
index abebe1f..b5a9b96 100644
--- a/dml-language-reference.md
+++ b/dml-language-reference.md
@@ -3,7 +3,24 @@ layout: global
 title: Declarative Machine Learning (DML) Language Reference
 description: Declarative Machine Learning (DML) Language Reference
 ---
-
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 ### Table of Contents
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index a363e5c..f5793e0 100644
--- a/index.md
+++ b/index.md
@@ -4,6 +4,24 @@ displayTitle: SystemML Overview
 title: SystemML Overview
 description: SystemML documentation homepage
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 SystemML is a flexible, scalable machine learning (ML) language written in 
Java.
 SystemML's distinguishing characteristics are: (1) algorithm customizability,

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/mlcontext-programming-guide.md
----------------------------------------------------------------------
diff --git a/mlcontext-programming-guide.md b/mlcontext-programming-guide.md
index 66caa3d..f5ecda2 100644
--- a/mlcontext-programming-guide.md
+++ b/mlcontext-programming-guide.md
@@ -3,6 +3,24 @@ layout: global
 title: MLContext Programming Guide
 description: MLContext Programming Guide
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 * This will become a table of contents (this text will be scraped).
 {:toc}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/eea5bc03/quick-start-guide.md
----------------------------------------------------------------------
diff --git a/quick-start-guide.md b/quick-start-guide.md
index 1a7935b..c9d1f73 100644
--- a/quick-start-guide.md
+++ b/quick-start-guide.md
@@ -5,6 +5,24 @@ author: Christian Kadner
 description: SystemML Quick Start Guide
 displayTitle: SystemML Quick Start Guide
 ---
+<!--
+{% 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.
+{% endcomment %}
+-->
 
 * This will become a table of contents (this text will be scraped).
 {:toc}

Reply via email to