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

morningman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git

commit 0634c643aff867cca8d03b83b1b22989b3f94d77
Author: lichaoyong <lichaoy...@baidu.com>
AuthorDate: Tue Apr 7 16:35:13 2020 +0800

    [License] Add License to codes (#3272)
---
 .../org.apache.spark.sql.sources.DataSourceRegister | 19 ++++++++++++++++++-
 .../doris/spark/rest/TestPartitionDefinition.java   | 21 ++++++++++++++++-----
 2 files changed, 34 insertions(+), 6 deletions(-)

diff --git 
a/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
 
b/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
index 15f36f6..15b2434 100644
--- 
a/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
+++ 
b/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister
@@ -1 +1,18 @@
-org.apache.doris.spark.sql.DorisSourceProvider
\ No newline at end of file
+# 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.
+
+org.apache.doris.spark.sql.DorisSourceProvider
diff --git 
a/src/test/java/org/apache/doris/spark/rest/TestPartitionDefinition.java 
b/src/test/java/org/apache/doris/spark/rest/TestPartitionDefinition.java
index b5f477e..0bfa3aa 100644
--- a/src/test/java/org/apache/doris/spark/rest/TestPartitionDefinition.java
+++ b/src/test/java/org/apache/doris/spark/rest/TestPartitionDefinition.java
@@ -1,8 +1,19 @@
-/**
- * Copyright (c) 2019.  Baidu.com, Inc. All Rights Reserved.
- * Author: zhangwenxin01
- * Date: 2019-08-07
- */
+// 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.
 
 package org.apache.doris.spark.rest;
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to