This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
commit 776dcbab3f570123e4040f08bd70a1240cf84c17 Author: Hang Ruan <[email protected]> AuthorDate: Mon Mar 18 11:31:54 2024 +0800 [FLINK-34684][cdc][docs] Add licenses page for Flink CDC docs This closes #3159. --- docs/content.zh/docs/developer-guide/licenses.md | 18 ++++++++++++++++++ docs/content/docs/developer-guide/licenses.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/content.zh/docs/developer-guide/licenses.md b/docs/content.zh/docs/developer-guide/licenses.md index 09b8a9609..46fa329fd 100644 --- a/docs/content.zh/docs/developer-guide/licenses.md +++ b/docs/content.zh/docs/developer-guide/licenses.md @@ -23,3 +23,21 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + +# 许可证 + +Flink CDC 使用的是 [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 许可。 + +如果对于 Flink CDC 的许可证有问题,可以通过邮件列表联系我们。 + +# Apache Software Foundation + +您可以通过以下一些链接了解更多关于 ASF 的信息。 + +- [Apache Software Foundation](https://www.apache.org/) +- [License](https://www.apache.org/licenses/) +- [Events](https://eu.communityovercode.org/) +- [Security](https://www.apache.org/security/) +- [SponSprShip](https://www.apache.org/foundation/sponsorship.html) +- [Thanks](https://www.apache.org/foundation/sponsors) +- [Privacy](https://privacy.apache.org/policies/privacy-policy-public.html) diff --git a/docs/content/docs/developer-guide/licenses.md b/docs/content/docs/developer-guide/licenses.md index 09b8a9609..b57941359 100644 --- a/docs/content/docs/developer-guide/licenses.md +++ b/docs/content/docs/developer-guide/licenses.md @@ -23,3 +23,21 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + +# Licenses + +Flink CDC is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). + +If you have any question regarding licenses, just contact us. + +# Apache Software Foundation + +You could know more about ASF as follows. + +- [Apache Software Foundation](https://www.apache.org/) +- [License](https://www.apache.org/licenses/) +- [Events](https://eu.communityovercode.org/) +- [Security](https://www.apache.org/security/) +- [SponSprShip](https://www.apache.org/foundation/sponsorship.html) +- [Thanks](https://www.apache.org/foundation/sponsors) +- [Privacy](https://privacy.apache.org/policies/privacy-policy-public.html)
