This is an automated email from the ASF dual-hosted git repository.
tanruixiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-proto.git
The following commit(s) were added to refs/heads/main by this push:
new 7e58dc4 chore: NOTICE DISCLAIMER and asf settings (#117)
7e58dc4 is described below
commit 7e58dc42de6f879abada70ab025fbbe9cfb1d5bb
Author: tison <[email protected]>
AuthorDate: Thu Dec 21 18:33:18 2023 +0800
chore: NOTICE DISCLAIMER and asf settings (#117)
Signed-off-by: tison <[email protected]>
---
.asf.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
DISCLAIMER | 10 ++++++++++
NOTICE | 5 +++++
3 files changed, 61 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..5728d1b
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,46 @@
+# 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.
+
+# For more information, see
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features.
+
+github:
+ description: Protocol buffer files for HoraeDB
+ homepage: https://horaedb.apache.org
+ labels:
+ - rust
+ - sql
+ - database
+ - distributed-database
+ - cloud-native
+ - tsdb
+ - timeseries-database
+ - timeseries-analysis
+ - iot-database
+ - horaedb
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+ protected_branches:
+ main: {}
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jobs: [email protected]
+ discussions: [email protected]
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..e38e6f6
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache HoraeDB (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.
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..3db7d36
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache HoraeDB (Incubating)
+Copyright 2023 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]