Skip to content

Commit

Permalink
[type:fix] fix-incubating (apache#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind authored Jul 25, 2022
1 parent 3d420ae commit 4b4ffee
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DISCLAIMER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Apache ShenYu 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,
Expand Down
2 changes: 1 addition & 1 deletion MATURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maturity Assessment for Apache ShenYu (incubating)
# Maturity Assessment for Apache ShenYu

The [Apache Project Maturity Model](https://community.apache.org/apache-way/apache-project-maturity-model.html) provides a suggested framework for evaluating the overall maturity of an Apache project community and the codebase that it maintains.

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating)
Apache ShenYu
Copyright 2021-2022 The Apache Software Foundation

This product includes software developed at
Expand Down
2 changes: 1 addition & 1 deletion shenyu-dist/release_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def check_common():

def check_name(name):
if name.find('incubating') == -1:
print('ERROR :: ' + name + ' does not contains incubating word')
print('YES :: ' + name + ' not contains incubating word')


def check_required_files(*names):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Apache ShenYu 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,
Expand Down
2 changes: 1 addition & 1 deletion shenyu-dist/shenyu-admin-dist/src/main/release-docs/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating)
Apache ShenYu
Copyright 2021-2022 The Apache Software Foundation

This product includes software developed at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Apache ShenYu (incubating)
Welcome to Apache ShenYu
===============================================================================

Apache ShenYu (incubating) is an asynchronous, high-performance, cross-language, responsive API gateway.
Apache ShenYu is an asynchronous, high-performance, cross-language, responsive API gateway.

* Support various languages (http protocol), support Dubbo, Spring-Cloud, Grpc, Motan, Sofa, Tars and other protocols.
* Plugin design idea, plugin hot swap, easy to expand.
Expand All @@ -23,7 +23,7 @@ We welcome contributions of all kinds, for details of how you can help
Find the issue tracker from here
https://github.com/apache/incubator-shenyu/issues

Please help us make Apache ShenYu (incubating) better - we appreciate any feedback you may have.
Please help us make Apache ShenYu better - we appreciate any feedback you may have.

Have fun!

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Apache ShenYu 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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache ShenYu (incubating)
Apache ShenYu
Copyright 2021-2022 The Apache Software Foundation

This product includes software developed at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Apache ShenYu (incubating)
Welcome to Apache ShenYu
===============================================================================

Apache ShenYu (incubating) is an asynchronous, high-performance, cross-language, responsive API gateway.
Apache ShenYu is an asynchronous, high-performance, cross-language, responsive API gateway.

* Support various languages (http protocol), support Dubbo, Spring-Cloud, Grpc, Motan, Sofa, Tars and other protocols.
* Plugin design idea, plugin hot swap, easy to expand.
Expand All @@ -23,7 +23,7 @@ We welcome contributions of all kinds, for details of how you can help
Find the issue tracker from here
https://github.com/apache/incubator-shenyu/issues

Please help us make Apache ShenYu (incubating) better - we appreciate any feedback you may have.
Please help us make Apache ShenYu better - we appreciate any feedback you may have.

Have fun!

Expand Down

0 comments on commit 4b4ffee

Please sign in to comment.