From d09b5dddb55a94eea7013cd24ef6454ef31127e8 Mon Sep 17 00:00:00 2001 From: Zhaofeng Chen Date: Wed, 3 Sep 2025 14:35:38 +0000 Subject: [PATCH] doc: update for graduation --- DISCLAIMER | 8 -------- NOTICE | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index dfb5ad6ba..000000000 --- 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. diff --git a/NOTICE b/NOTICE index 1a1752c38..0a868cc41 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Teaclave (incubating) +Apache Teaclave Copyright 2019-2025 The Apache Software Foundation This product includes software developed at diff --git a/README.md b/README.md index b5867d848..6033637d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE) [![Homepage](https://img.shields.io/badge/site-homepage-blue)](https://teaclave.apache.org/) -This repository hosts Rust crates maintained by the [Teaclave community](https://github.com/apache/incubator-teaclave). These include ported and TEE-adapted dependencies designed for secure, memory-safe development in confidential computing environments. +This repository hosts Rust crates maintained by the [Teaclave community](https://github.com/apache/teaclave). These include ported and TEE-adapted dependencies designed for secure, memory-safe development in confidential computing environments. ## Purpose of This Repository