This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch protobuf-header in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit ad83c2a2441ce35078f97d1858617aed28fbb457 Author: VGalaxies <[email protected]> AuthorDate: Wed Feb 7 23:04:09 2024 +0800 fix: protobuf file header --- .../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";
