This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.10 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit 401488705de569d07f316a8135b308f6d0586a25 Author: xianjingfeng <[email protected]> AuthorDate: Mon Dec 30 22:02:10 2024 +0800 [MINOR] docs: Fix the license format of remote_merge_guide.md (#2314) ### What changes were proposed in this pull request? Fix the license format of remote_merge_guide.md ### Why are the changes needed? If we open https://github.com/apache/incubator-uniffle/blob/master/docs/remote_merge_guide.md, we can see the following warning. Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 6 column 1 ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Unnecessary --- docs/remote_merge_guide.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/remote_merge_guide.md b/docs/remote_merge_guide.md index 3016625dd..0aaa08e7f 100644 --- a/docs/remote_merge_guide.md +++ b/docs/remote_merge_guide.md @@ -4,20 +4,20 @@ displayTitle: Uniffle Remote Merge Guide title: Uniffle Remote Merge Guide description: Uniffle Remote Merge Guide 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. + 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. --- # remote merge guide
