From e1e8838d7cad2762443fe2936159e413337e3e93 Mon Sep 17 00:00:00 2001 From: zhangyaomaggie Date: Mon, 25 Mar 2024 09:56:34 +0800 Subject: [PATCH 1/2] app file service origin Signed-off-by: zhangyaomaggie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7b50492e..24922b6a7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Software architecture description 1. xxxx 2. xxxx 3. xxxx +4. xxxx #### Instructions -- Gitee From 04e0ae408aaf0e3554ed2ab21a2c0f5459c986df Mon Sep 17 00:00:00 2001 From: zhangyaomaggie Date: Mon, 25 Mar 2024 10:31:02 +0800 Subject: [PATCH 2/2] app file service origin Signed-off-by: zhangyaomaggie --- tools/backup_tool/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/backup_tool/BUILD.gn b/tools/backup_tool/BUILD.gn index f86768293..6bb8b9e38 100644 --- a/tools/backup_tool/BUILD.gn +++ b/tools/backup_tool/BUILD.gn @@ -3,7 +3,7 @@ # 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 +# http://www.apache.org/licenses/LICENSE-2.0 test # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -- Gitee