Added warning for snapshot downloads and added License link
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 8fa7c68..0db64b0 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -56,6 +56,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
diff --git a/start/install.md b/start/install.md
index bbc16fd..3691388 100644
--- a/start/install.md
+++ b/start/install.md
@@ -43,6 +43,10 @@
 
 ### Using the daily builds
 
+<div class="alert alert-danger">
+<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation.
+</div>
+
 If you want to use the bleeding edge release of jclouds, you'll need to setup a maven dependency pointing to our snapshot repository. You need to update your repositories and add the following in your project's pom.xml:
 
 {% highlight xml %}
@@ -88,6 +92,10 @@
 
 ### Using the daily builds
 
+<div class="alert alert-danger">
+<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation.
+</div>
+
 You can add jclouds snapshots to your *project.clj* like below:
 
 {% highlight clojure %}
@@ -127,6 +135,10 @@
 
 ### Using the daily builds
 
+<div class="alert alert-danger">
+<strong>Warning!</strong> These are snapshot builds; untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache jclouds project or the Apache Software Foundation.
+</div>
+
 You will need to install [maven ant tasks](http://maven.apache.org/ant-tasks/index.html). Then, add jclouds snapshot dependencies to your *build.xml* as shown below:
 
 {% highlight xml %}