This is an automated email from the ASF dual-hosted git repository.
yixia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/master by this push:
new aa2c46ed optimize: update some files (#644)
aa2c46ed is described below
commit aa2c46edcb65826b19db204b1227f4290e5a22b0
Author: jimin <[email protected]>
AuthorDate: Wed Jan 24 14:30:31 2024 +0800
optimize: update some files (#644)
---
DISCLAIMER | 10 ++++++++++
NOTICE | 6 +++---
README.md | 8 +++-----
README_ZH.md | 8 +++-----
4 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 00000000..1add77f7
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Seata (incubating) is an effort undergoing incubation at the Apache
+Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+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 a20b4693..f06b711f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Seata-go
-Copyright 2019-2022 Seata.io Group.
+Apache Seata (Incubating)
+Copyright 2023-2024 The Apache Software Foundation
This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index f7c086c6..b9f47ecc 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# Seata-go: Simple Extensible Autonomous Transaction Architecture(Go version)
-[](https://github.com/seata/seata/actions)
-[](https://www.apache.org/licenses/LICENSE-2.0.html)
+[](https://github.com/apache/incubator-seata-go/actions/workflows/license.yml)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
[简体中文 ZH](./README_ZH.md)
## What is seata-go?
-Seata is a very mature distributed transaction framework, and is the de facto
standard platform for distributed transaction technology in the Java field.
Seata-go is the implementation version of go language in Seata multilingual
ecosystem, which realizes the interoperability between Java and Go, so that Go
developers can also use seata-go to realize distributed transactions. Please
visit the [official website of Seata](https://seata.io/en-us) to view the quick
start and documentation.
+Apache Seata(incubating) is a very mature distributed transaction framework,
and is the de facto standard platform for distributed transaction technology in
the Java field. Seata-go is the implementation version of go language in Seata
multilingual ecosystem, which realizes the interoperability between Java and
Go, so that Go developers can also use seata-go to realize distributed
transactions. Please visit the [official website of
Seata](https://seata.apache.org/) to view the quick star [...]
The principle of seata-go is consistent with that of Seata-java, which is
composed of TM, RM and TC. The functions of TC reuse Java, and the functions of
TM and RM will be aligned with Seata-java later. The overall process is as
follows:
@@ -49,8 +49,6 @@ if you want to know how to use and integrate seata-go, please
refer to [seata/se
Seata-go is currently in the construction stage. Welcome colleagues in the
industry to join the group and work with us to promote the construction of
seata-go! If you want to contribute code to seata-go, you can refer to the
[**code contribution Specification**](./CONTRIBUTING_CN.md) document to
understand the specifications of the community, or you can join our community
DingTalk group: 33069364 and communicate together!
-
-
## Licence
Seata-go uses Apache license version 2.0. Please refer to the license file for
more information.
diff --git a/README_ZH.md b/README_ZH.md
index aaf8f7e4..84c1e499 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,14 +1,14 @@
# seata-go: 简单的可扩展自主事务架构(Go版本)
-[](https://github.com/seata/seata/actions)
-[](https://www.apache.org/licenses/LICENSE-2.0.html)
+[](https://github.com/apache/incubator-seata-go/actions/workflows/license.yml)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
[English US](./README.md)
## 什么是 seata-go?
-Seata 是一个非常成熟的分布式事务框架,在 Java 领域是事实上的分布式事务技术标准平台。Seata-go 是 seata 多语言生态中的 Go
语言实现版本,实现了 Java 和 Go 之间的互通,让 Go 开发者也能使用 seata-go 来实现分布式事务。请访问[Seata
官网](https://seata.io/zh-cn/)查看快速开始和文档。
+Apache Seata(incubating) 是一个非常成熟的分布式事务框架,在 Java 领域是事实上的分布式事务技术标准平台。Seata-go 是
seata 多语言生态中的 Go 语言实现版本,实现了 Java 和 Go 之间的互通,让 Go 开发者也能使用 seata-go
来实现分布式事务。请访问[Seata 官网](https://seata.apache.org/zh-cn/)查看快速开始和文档。
Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成,其中 TC 的功能复用 Java 的,TM 和 RM
功能后面会和 Seata-java 对齐,整体流程如下:
@@ -52,8 +52,6 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成
Seata-go 目前正在建设阶段,欢迎行业同仁入群参与其中,与我们一起推动 seata-go 的建设!如果你想给 seata-go 贡献代码,可以参考
**[代码贡献规范](./CONTRIBUTING.md)** 文档来了解社区的规范,也可以加入我们的社区钉钉群:33069364,一起沟通交流!
-
-
## 协议
Seata-go 使用 Apache 许可证2.0版本,请参阅 LICENSE 文件了解更多。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]