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

jiangtian pushed a commit to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/iotdb by this push:
     new 6a49feaa add license
6a49feaa is described below

commit 6a49feaa989ab22f38aff33fb3b8ca10a0998973
Author: Tian Jiang <[email protected]>
AuthorDate: Wed Nov 6 15:14:02 2024 +0800

    add license
    
    (cherry picked from commit 0c02ba4cf4652324e2c63b80f7ff8dc8bc466f6e)
    (cherry picked from commit 51fb0cc90eb8ccda889e661095d8343da06f5e82)
---
 .../tsfile/read/reader/chunk/TableChunkReaderTest.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/java/tsfile/src/test/java/org/apache/tsfile/read/reader/chunk/TableChunkReaderTest.java
 
b/java/tsfile/src/test/java/org/apache/tsfile/read/reader/chunk/TableChunkReaderTest.java
index c21fa076..f8b3f57b 100644
--- 
a/java/tsfile/src/test/java/org/apache/tsfile/read/reader/chunk/TableChunkReaderTest.java
+++ 
b/java/tsfile/src/test/java/org/apache/tsfile/read/reader/chunk/TableChunkReaderTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.tsfile.read.reader.chunk;
 
 import org.apache.tsfile.exception.write.WriteProcessException;

Reply via email to