This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch cherry-pick-build-module-from-0.8 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 6f8cf769f70d713177f95c1f1aa5d0d952cdedde Author: xiangdong huang <[email protected]> AuthorDate: Tue Jul 23 22:13:27 2019 +0800 add apache rat for build/*.xml --- build/pom.xml | 20 ++++++++++++++++++++ build/src/main/resources/distribution.xml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/build/pom.xml b/build/pom.xml index 7d34c07..604446d 100644 --- a/build/pom.xml +++ b/build/pom.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. + +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>root</artifactId> diff --git a/build/src/main/resources/distribution.xml b/build/src/main/resources/distribution.xml index aa23863..18f6b6e 100644 --- a/build/src/main/resources/distribution.xml +++ b/build/src/main/resources/distribution.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> <id>release</id> <formats>
