Skip to content

Commit c8af54d

Browse files
author
Vincent Hou
committed
Add the DISCLAIMER file for Apache incubator project
Partially-closes: apache/openwhisk-release#180
1 parent ea1d97c commit c8af54d

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

DISCLAIMER.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Apache OpenWhisk Command Line Interface(CLI) 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.

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@
2121
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
2222
[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-cli.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-cli)
2323

24-
# Disclaimer
25-
26-
This project is currently on an experimental stage. We periodically synchronize
27-
the source code and test cases of this repository with the [CLI
28-
folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli)
29-
and the [test
30-
folder](https://github.com/apache/incubator-openwhisk/tree/master/tests) in
31-
OpenWhisk. The framework of test cases is under construction for this
32-
repository. Please contribute to the [CLI
33-
folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli)
34-
in OpenWhisk for any CLI changes, before we officially announce the separation
35-
of OpenWhisk CLI from OpenWhisk.
36-
37-
The OpenWhisk Command Line Interface (OpenWhisk CLI) is a unified tool that
38-
provides a consistent interface to interact with OpenWhisk services. With this
39-
tool to download and configure, you are able to manage OpenWhisk services from
40-
the command line and automate them through scripts.
41-
4224
# Where to download the binary of OpenWhisk CLI
4325

4426
The OpenWhisk CLI is available on the release page: [click here to
@@ -189,3 +171,23 @@ Travis CI as the continuous delivery service for Linux and Mac. OpenWhisk CLI is
189171
a Go project. Currently Travis CI supports the environments of Linux and Mac,
190172
but it is not available for Windows. We will add support of AppVeyor CI in
191173
future to run the test cases and build the binary for Windows.
174+
175+
# Disclaimer
176+
177+
Apache OpenWhisk Command Line Interface(CLI) 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.
178+
179+
This project is currently on an experimental stage. We periodically synchronize
180+
the source code and test cases of this repository with the [CLI
181+
folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli)
182+
and the [test
183+
folder](https://github.com/apache/incubator-openwhisk/tree/master/tests) in
184+
OpenWhisk. The framework of test cases is under construction for this
185+
repository. Please contribute to the [CLI
186+
folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli)
187+
in OpenWhisk for any CLI changes, before we officially announce the separation
188+
of OpenWhisk CLI from OpenWhisk.
189+
190+
The OpenWhisk Command Line Interface (OpenWhisk CLI) is a unified tool that
191+
provides a consistent interface to interact with OpenWhisk services. With this
192+
tool to download and configure, you are able to manage OpenWhisk services from
193+
the command line and automate them through scripts.

0 commit comments

Comments
 (0)