Conditionaly display incubator disclaimer
diff --git a/_data/project.yml b/_data/project.yml
index e574624..5d9e5b8 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -31,3 +31,5 @@
 jira: SYSTEMML
 
 source_repository: http://www.github.com/SparkTC/systemml
+
+podling: true
\ No newline at end of file
diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html
index 7b9886e..2d1379c 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -3,8 +3,9 @@
   <div class="wrapper">
 
     <div class="footer-col-wrapper">
-
+      {% if site.data.project.podling %}
       {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+      {% endif %}
     </div>
 
   </div>