From f0bb9d14dbb4a2ecd80e74829bec9c68db1f3689 Mon Sep 17 00:00:00 2001 From: Vincent Hou Date: Wed, 6 Jun 2018 15:12:12 -0400 Subject: [PATCH] Add the DISCLAIMER file for Apache incubator project Partially-closes: apache/incubator-openwhisk-release#180 --- DISCLAIMER.txt | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 DISCLAIMER.txt diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt new file mode 100644 index 00000000..dfcf3fa1 --- /dev/null +++ b/DISCLAIMER.txt @@ -0,0 +1 @@ +Apache OpenWhisk Runtime Node.js is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache 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. diff --git a/README.md b/README.md index f35eb92c..bc07c05b 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,7 @@ Using IntelliJ: -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 ``` + +# Disclaimer + +Apache OpenWhisk Runtime Node.js is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache 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.