This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-resilientdb-orbit.git


The following commit(s) were added to refs/heads/master by this push:
     new 4723cde  update license
4723cde is described below

commit 4723cdef62a17e0f167a100d4b3886a30fc7077e
Author: Ubuntu <[email protected]>
AuthorDate: Wed Jul 16 19:48:55 2025 +0000

    update license
---
 CHANGES.md           | 21 ++++++++++++++++++++-
 CODE_OF_CONDUCT.md   | 38 +++++++++++++++++++-------------------
 README.md            | 21 ++++++++++++++++++++-
 src-tauri/.gitignore | 19 +++++++++++++++++++
 src-tauri/Cargo.lock | 19 +++++++++++++++++++
 5 files changed, 97 insertions(+), 21 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index aa540d0..37d2ad0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,26 @@
+#
+# 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.
+#
+
 # Changelog
 
 ## 1.0.0 (2024-11-17)
 
 - Feat: implement basic ci/cd config
 - Feat: add MIT license
-- Chore: update package metadata and descriptions
\ No newline at end of file
+- Chore: update package metadata and descriptions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 78a977c..5f198c5 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,21 +1,21 @@
-<!--
-  - 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.
-  -->
+#
+# 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.
+#
 
 # Contributor Covenant Code of Conduct
 
@@ -92,4 +92,4 @@ available at 
https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
 [homepage]: https://www.contributor-covenant.org
 
 For answers to common questions about this code of conduct, see
-https://www.contributor-covenant.org/faq
\ No newline at end of file
+https://www.contributor-covenant.org/faq
diff --git a/README.md b/README.md
index 25017bc..b1e8ab7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 # ResilientDB Orbit
 ResilientDB Orbit is a lightweight desktop launcher to spin up ResilientDB and 
its core services in one click, perfect for handling development, rapid 
testing, and local experimentation.
 
@@ -14,4 +33,4 @@ bun run tauri dev
 ### Build executable
 ```
 bun run tauri build
-```
\ No newline at end of file
+```
diff --git a/src-tauri/.gitignore b/src-tauri/.gitignore
index 502406b..f9fa2a4 100644
--- a/src-tauri/.gitignore
+++ b/src-tauri/.gitignore
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 # Generated by Cargo
 # will have compiled files and executables
 /target/
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index d4d2f68..8a08a44 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 version = 3

Reply via email to