This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch branch-0.14
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.14 by this push:
new af4a02c [License] add license to file header and fix Notice file
(#5717)
af4a02c is described below
commit af4a02ce12aa76ff2feae03417c9652362b5613c
Author: Zhengguo Yang <[email protected]>
AuthorDate: Wed May 5 10:18:03 2021 +0800
[License] add license to file header and fix Notice file (#5717)
(cherry picked from commit a6e197bcdcd217e3f97dfe9d9122a72d5b56352f)
---
NOTICE.txt | 52 ++++++++++++++++++++++++++++++++----------
fe_plugins/auditdemo/pom.xml | 20 ++++++++++++++++
fe_plugins/auditloader/pom.xml | 20 ++++++++++++++++
fe_plugins/pom.xml | 20 ++++++++++++++++
4 files changed, 100 insertions(+), 12 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index 6bad395..e9818cd 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -7,20 +7,48 @@ The Apache Software Foundation (http://www.apache.org/).
Based on source code originally developed by
Baidu (http://www.baidu.com/).
-This product includes software developed by the LevelDB.
-Copyright (c) 2011 The LevelDB Authors. All rights reserved.
+--------------------------------------------------------------------------------
-This product includes software developed by CPython for searching string
function.
-(https://github.com/python/cpython)
+This product includes code from Apache Impala, which includes the following in
+its NOTICE file:
-This product includes software developed by Chromium.
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ Apache Impala
+ Copyright 2019 The Apache Software Foundation
-This product includes software developed by Austin Appleby for MurmurHash3.
-The author hereby disclaims copyright to this source code.
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
-This product includes software developed by cyb70289 for validating utf8
string.
-Copyright (c) cyb70289(https://github.com/cyb70289). All rights reserved.
+ Portions of this software were developed at
+ Cloudera, Inc (http://www.cloudera.com/).
-This product includes software developed by the supersonic.
-Copyright (c) Google Inc(https://github.com/google/supersonic). All rights
reserved.
+ This product includes software developed by the OpenSSL
+ Project for use in the OpenSSL Toolkit (http://www.openssl.org/)
+
+ This product includes cryptographic software written by Eric Young
+ ([email protected]). This product includes software written by Tim
+ Hudson ([email protected]).
+
+ This product includes software developed by the University of Chicago,
+ as Operator of Argonne National Laboratory.
+ Copyright (C) 1999 University of Chicago. All rights reserved.
+
+--------------------------------------------------------------------------------
+
+This product includes code from Apache Kudu, which includes the following in
+its NOTICE file:
+
+ Apache Kudu
+ Copyright 2016 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
+
+ Portions of this software were developed at
+ Cloudera, Inc (http://www.cloudera.com/).
+
+ This product includes software developed by the OpenSSL
+ Project for use in the OpenSSL Toolkit (http://www.openssl.org/)
+
+ This product includes cryptographic software written by Eric Young
+ ([email protected]). This product includes software written by Tim
+ Hudson ([email protected]).
diff --git a/fe_plugins/auditdemo/pom.xml b/fe_plugins/auditdemo/pom.xml
index 37403eb..e9ff9b5 100644
--- a/fe_plugins/auditdemo/pom.xml
+++ b/fe_plugins/auditdemo/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/fe_plugins/auditloader/pom.xml b/fe_plugins/auditloader/pom.xml
index bdd433e..5d64673 100644
--- a/fe_plugins/auditloader/pom.xml
+++ b/fe_plugins/auditloader/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
diff --git a/fe_plugins/pom.xml b/fe_plugins/pom.xml
index f9238d8..58436df 100644
--- a/fe_plugins/pom.xml
+++ b/fe_plugins/pom.xml
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<!--
+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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]