From 5b9702ebe233bc3b12ac7312fb2d64bf5f09c7f5 Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:03:26 -0500 Subject: [PATCH] Remove DISCLAIMER. Apache NuttX has graduated the Incubator. Remove additional disclaimer in README.md. --- DISCLAIMER | 6 ------ README.md | 26 +++++++++----------------- 2 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 7cf2deeb419..00000000000 --- a/DISCLAIMER +++ /dev/null @@ -1,6 +0,0 @@ -Apache NuttX 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 7404d4f5019..18664edf42f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# APACHE NUTTX (INCUBATING) +# APACHE NUTTX * Introduction - - Incubation Status * Community - Getting Help - Mailing Lists @@ -47,25 +46,18 @@ # INTRODUCTION -Apache NuttX (Incubating) is a real-time operating system (RTOS) with an -emphasis on standards compliance and small footprint. Scalable from 8-bit -to 32-bit microcontroller environments, the primary governing standards in -NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and -other common RTOSs (such as VxWorks) are adopted for functionality not -available under these standards, or for functionality that is not -appropriate for deeply-embedded environments (such as fork()). +Apache NuttX is a real-time operating system (RTOS) with an emphasis on +standards compliance and small footprint. Scalable from 8-bit to 64-bit +microcontroller environments, the primary governing standards in NuttX are +POSIX and ANSI standards. Additional standard APIs from Unix and other +common RTOSs (such as VxWorks) are adopted for functionality not available +under these standards, or for functionality that is not appropriate for +deeply-embedded environments (such as fork()). Extensive documentation can be found on the project wiki: -## Incubation Status - -Apache NuttX (Incubating) is an effort undergoing Incubation at The Apache -Software Foundation (ASF), sponsored by the Incubator. For more on our -incubation effort, please see the file DISCLAIMER-WIP, in the same -directory as this README. - -For brevity, the rest of this file will refer to it as Apache NuttX or +For brevity, many parts of the documentation will refer to Apache NuttX as simply NuttX. # COMMUNITY