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

gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/ozhera.git


The following commit(s) were added to refs/heads/release-2.2.5-incubating-rc2 
by this push:
     new 51f098a6 fix: add liecense header to the newly added file
51f098a6 is described below

commit 51f098a68f2d984199c6cf62c9e70331fafc0796
Author: gaoxihui <[email protected]>
AuthorDate: Wed Jan 8 14:18:03 2025 +0800

    fix: add liecense header to the newly added file
---
 assembly.xml      | 20 ++++++++++++++++++++
 dist/README.md    | 21 +++++++++++++++++++++
 dist/README_CN.md | 21 +++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/assembly.xml b/assembly.xml
index 1671e149..b3d9477d 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 
https://maven.apache.org/xsd/assembly-2.1.1.xsd";>
 
diff --git a/dist/README.md b/dist/README.md
index 4017651a..ee1a553f 100644
--- a/dist/README.md
+++ b/dist/README.md
@@ -1,3 +1,24 @@
+<!--
+
+    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.
+
+-->
+
 ## 1. Build the project
 You can use the following command to build the project from the source code
 mvn clean install -Papache-release -Dmaven.test.skip=true
diff --git a/dist/README_CN.md b/dist/README_CN.md
index 46480290..355bb3dd 100644
--- a/dist/README_CN.md
+++ b/dist/README_CN.md
@@ -1,3 +1,24 @@
+<!--
+
+    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.
+
+-->
+
 ## 1、构建项目
 可使用如下命令从源代码构建项目
 mvn clean install -Papache-release -Dmaven.test.skip=true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to