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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6da2ee6c fix: protobuf file header (#2448)
f6da2ee6c is described below

commit f6da2ee6cb133b49b4b8ee3713b07f5d0c004cbf
Author: V_Galaxy <[email protected]>
AuthorDate: Fri Feb 23 16:39:30 2024 +0800

    fix: protobuf file header (#2448)
---
 .../hugegraph-core/src/main/resources/proto/raft.proto | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/hugegraph-server/hugegraph-core/src/main/resources/proto/raft.proto 
b/hugegraph-server/hugegraph-core/src/main/resources/proto/raft.proto
index b3591bea2..90403ce2d 100644
--- a/hugegraph-server/hugegraph-core/src/main/resources/proto/raft.proto
+++ b/hugegraph-server/hugegraph-core/src/main/resources/proto/raft.proto
@@ -1,18 +1,18 @@
 /*
  * 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
+ * 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.
+ * 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.
  */
 
 syntax="proto2";

Reply via email to