diff --git a/.asf.yaml b/.asf.yaml index 65c4fcb8..733817cf 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,7 +14,7 @@ # limitations under the License. github: - description: "Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK." + description: "Apache Teaclave™ SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK." homepage: https://teaclave.apache.org labels: - universal-secure-computing diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index f755dfd9..00000000 --- a/DISCLAIMER +++ /dev/null @@ -1,8 +0,0 @@ -Apache Teaclave (incubating) 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. \ No newline at end of file diff --git a/NOTICE b/NOTICE index 22629d1f..9a767022 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Teaclave (incubating) +Apache Teaclave Copyright 2019-2021 The Apache Software Foundation This product includes software developed at diff --git a/README.md b/README.md index 57b3f2c9..fb1ae02e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Apache Teaclave™ (incubating) SGX SDK +# Apache Teaclave™ SGX SDK [![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE) [![Homepage](https://img.shields.io/badge/site-homepage-blue)](https://teaclave.apache.org/) -**Apache Teaclave™ (incubating) SGX SDK** is a Rust SDK for developing Intel SGX applications. It enables developers to write secure, privacy-preserving applications using Intel Software Guard Extensions (SGX) technology with the safety and performance benefits of the Rust programming language. +**Apache Teaclave™ SGX SDK** is a Rust SDK for developing Intel SGX applications. It enables developers to write secure, privacy-preserving applications using Intel Software Guard Extensions (SGX) technology with the safety and performance benefits of the Rust programming language. ## Overview -Apache Teaclave™ (incubating) SGX SDK provides a comprehensive development environment for building Intel SGX enclaves in Rust. The current version (v2.0) offers significant improvements over the [legacy v1.1](https://github.com/apache/incubator-teaclave-sgx-sdk/tree/master) , including: +Apache Teaclave™ SGX SDK provides a comprehensive development environment for building Intel SGX enclaves in Rust. The current version (v2.0) offers significant improvements over the [legacy v1.1](https://github.com/apache/teaclave-sgx-sdk/tree/master) , including: - **Modern Build System**: Supports `cargo build` with `no_std`, `xargo build`, and `cargo-std-aware` modes - **Rich Ecosystem**: Direct support for Tokio and Tonic in enclave programming without modifications @@ -52,7 +52,7 @@ For detailed installation instructions, development guides, and API documentatio ## Contributing -Apache Teaclave™ (incubating) is developed in the open following [The Apache Way](https://www.apache.org/theapacheway/). We strive to maintain a project that is community-driven and inclusive. +Apache Teaclave™ is developed in the open following [The Apache Way](https://www.apache.org/theapacheway/). We strive to maintain a project that is community-driven and inclusive. We welcome all forms of contributions. Please refer to our [Contributing Guide](https://teaclave.apache.org/contributing) for more information. A big thank-you to all our [contributors](https://teaclave.apache.org/contributors/)!