Skip to content

Commit 93904f2

Browse files
committed
doc: update for graduation
1 parent 83839e6 commit 93904f2

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

.asf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
github:
17-
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."
17+
description: "Apache Teaclave SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK."
1818
homepage: https://teaclave.apache.org
1919
labels:
2020
- universal-secure-computing

DISCLAIMER

Lines changed: 0 additions & 8 deletions
This file was deleted.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Teaclave (incubating)
1+
Apache Teaclave
22
Copyright 2019-2021 The Apache Software Foundation
33

44
This product includes software developed at

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Apache Teaclave™ (incubating) SGX SDK
1+
# Apache Teaclave™ SGX SDK
22

33
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
44
[![Homepage](https://img.shields.io/badge/site-homepage-blue)](https://teaclave.apache.org/)
55

6-
**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.
6+
**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.
77

88
## Overview
99

10-
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:
10+
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:
1111

1212
- **Modern Build System**: Supports `cargo build` with `no_std`, `xargo build`, and `cargo-std-aware` modes
1313
- **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
5252

5353
## Contributing
5454

55-
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.
55+
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.
5656

5757
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/)!
5858

0 commit comments

Comments
 (0)