From 19d7c4c7db74d31b6547e32d5bd7076ef127e560 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 5 Jul 2024 16:48:02 +0800 Subject: [PATCH] docs: Add ASF related files Signed-off-by: Xuanwo --- .asf.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ NOTICE | 5 +++++ README.md | 2 +- copyright.txt | 17 +++++++++++++++++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 .asf.yaml create mode 100644 NOTICE create mode 100644 copyright.txt diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..8aa1870 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,50 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features + +github: + description: "Apache Paimon Rust The rust implementation of Apache Paimon." + homepage: https://paimon.apache.org/ + labels: + - rust + - paimon + - streaming-datalake + - real-time-analytics + - data-ingestion + - big-data + - table-store + enabled_merge_buttons: + squash: true + merge: false + rebase: false + features: + issues: true + discussions: true + wiki: false + projects: false + protected_branches: + main: + required_pull_request_reviews: + required_approving_review_count: 1 + gh-pages: + whatever: Just a placeholder to make it take effects + +notifications: + commits: commits@paimon.apache.org + issues: issues@paimon.apache.org + pullrequests: issues@paimon.apache.org diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..f5a777b --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache Paimon Rust +Copyright 2024 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/README.md b/README.md index a1c3cfe..c7d4562 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [Latest Version]: https://img.shields.io/crates/v/paimon.svg [crates.io]: https://crates.io/crates/paimon -The rust impelmation of Apache Paimon. +The rust implementation of Apache Paimon. ## Quick Start diff --git a/copyright.txt b/copyright.txt new file mode 100644 index 0000000..d551913 --- /dev/null +++ b/copyright.txt @@ -0,0 +1,17 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ \ No newline at end of file