You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/01/20 23:55:32 UTC

git commit: Added Disclaimer to source and to web-site.

Updated Branches:
  refs/heads/master b0dd8e241 -> 9fe7b7041


Added Disclaimer to source and to web-site.

Signed-off-by: Terence Yim <te...@continuuity.com>


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

Branch: refs/heads/master
Commit: 9fe7b7041d1412920d0b85cd328a714b6e2ca816
Parents: b0dd8e2
Author: Terence Yim <te...@continuuity.com>
Authored: Mon Jan 20 11:00:30 2014 -0800
Committer: Terence Yim <te...@continuuity.com>
Committed: Mon Jan 20 14:55:11 2014 -0800

----------------------------------------------------------------------
 DISCLAIMER                 |  1 +
 src/site/markdown/index.md | 10 +++++++++-
 src/site/site.xml          |  8 +++++---
 3 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/9fe7b704/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..ead0dc9
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1 @@
+Apache Twill is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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.

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/9fe7b704/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 06eb967..56ce3bf 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -24,4 +24,12 @@
 
 Twill is an abstraction over Apache Hadoop® YARN that reduces the complexity of developing distributed applications,
 allowing developers to focus more on their business logic. Twill allows you to use YARN’s distributed capabilities
-with a programming model that is similar to running threads.
\ No newline at end of file
+with a programming model that is similar to running threads.
+
+### Disclaimer
+
+Apache Twill is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/9fe7b704/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index c400c01..d5e1735 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -61,9 +61,11 @@
 
         <footer>
             <div class="row span16">
-                Apache Twill, Apache, the Apache feather logo,
-                and the Apache Twill project logos are trademarks of The Apache Software Foundation.
-                All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+                <div>
+                    Apache Twill, Apache, the Apache feather logo,
+                    and the Apache Twill project logos are trademarks of The Apache Software Foundation.
+                    All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+                </div>
                 <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
             </div>
         </footer>