This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch delete_dev4
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/delete_dev4 by this push:
new 57b75e7 fix apache headers
57b75e7 is described below
commit 57b75e7fed529ad7d180e27f32bd4f15ee356536
Author: 江天 <[email protected]>
AuthorDate: Mon Feb 18 20:46:56 2019 +0800
fix apache headers
---
Jenkinsfile | 13 +++++-----
.../iotdb/db/engine/filenode/FileNodeManager.java | 2 --
.../db/engine/filenode/FileNodeProcessor.java | 2 --
.../version/SimpleFileVersionController.java | 29 ++++++++++++----------
.../engine/version/SysTimeVersionController.java | 29 ++++++++++++----------
.../iotdb/db/engine/version/VersionController.java | 29 ++++++++++++----------
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 2 --
.../db/query/factory/SeriesReaderFactory.java | 2 --
.../query/reader/sequence/SealedTsFilesReader.java | 2 --
.../java/org/apache/iotdb/db/utils/QueryUtils.java | 19 +++++++-------
.../db/engine/modification/DeletionQueryTest.java | 29 ++++++++++++----------
.../iotdb/db/integration/IoTDBDeletionIT.java | 19 +++++++-------
.../scala/org/apache/iotdb/tsfile/Converter.scala | 15 -----------
.../org/apache/iotdb/tsfile/DefaultSource.scala | 15 -----------
.../apache/iotdb/tsfile/TsFileOutputWriter.scala | 16 +-----------
.../apache/iotdb/tsfile/TsFileWriterFactory.scala | 15 -----------
.../scala/org/apache/iotdb/tsfile/package.scala | 15 -----------
.../cn/edu/tsinghua/tsfile/ConverterTest.scala | 15 -----------
.../scala/cn/edu/tsinghua/tsfile/TSFileSuit.scala | 15 -----------
19 files changed, 89 insertions(+), 194 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 10f3687..1571ad8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,8 +1,6 @@
#!groovy
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
@@ -13,11 +11,12 @@
*
* 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.
+ * 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.
*/
pipeline {
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeManager.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeManager.java
index 8df9d2f..4999e2e 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeManager.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeManager.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
index 76ace3b..d5fcf58 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeProcessor.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SimpleFileVersionController.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SimpleFileVersionController.java
index a38f4be..8cf64d7 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SimpleFileVersionController.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SimpleFileVersionController.java
@@ -1,17 +1,20 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
- * Licensed 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ * 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.iotdb.db.engine.version;
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SysTimeVersionController.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SysTimeVersionController.java
index 21e9787..8e38ea2 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SysTimeVersionController.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/SysTimeVersionController.java
@@ -1,17 +1,20 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
- * Licensed 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ * 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.iotdb.db.engine.version;
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/VersionController.java
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/VersionController.java
index 68ca4b9..e55ac34 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/engine/version/VersionController.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/engine/version/VersionController.java
@@ -1,17 +1,20 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
- * Licensed 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ * 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.iotdb.db.engine.version;
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
b/iotdb/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
index d9097ba..1ae54f3 100644
--- a/iotdb/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
+++ b/iotdb/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/query/factory/SeriesReaderFactory.java
b/iotdb/src/main/java/org/apache/iotdb/db/query/factory/SeriesReaderFactory.java
index f871470..d3f83d9 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/query/factory/SeriesReaderFactory.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/query/factory/SeriesReaderFactory.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
diff --git
a/iotdb/src/main/java/org/apache/iotdb/db/query/reader/sequence/SealedTsFilesReader.java
b/iotdb/src/main/java/org/apache/iotdb/db/query/reader/sequence/SealedTsFilesReader.java
index d429b7b..16c0e13 100644
---
a/iotdb/src/main/java/org/apache/iotdb/db/query/reader/sequence/SealedTsFilesReader.java
+++
b/iotdb/src/main/java/org/apache/iotdb/db/query/reader/sequence/SealedTsFilesReader.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
* 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
diff --git a/iotdb/src/main/java/org/apache/iotdb/db/utils/QueryUtils.java
b/iotdb/src/main/java/org/apache/iotdb/db/utils/QueryUtils.java
index bd3b633..d9eb6fd 100644
--- a/iotdb/src/main/java/org/apache/iotdb/db/utils/QueryUtils.java
+++ b/iotdb/src/main/java/org/apache/iotdb/db/utils/QueryUtils.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
* 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
@@ -8,14 +6,15 @@
* 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ *
+ * 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.iotdb.db.utils;
diff --git
a/iotdb/src/test/java/org/apache/iotdb/db/engine/modification/DeletionQueryTest.java
b/iotdb/src/test/java/org/apache/iotdb/db/engine/modification/DeletionQueryTest.java
index 666b8df..4cfe0d7 100644
---
a/iotdb/src/test/java/org/apache/iotdb/db/engine/modification/DeletionQueryTest.java
+++
b/iotdb/src/test/java/org/apache/iotdb/db/engine/modification/DeletionQueryTest.java
@@ -1,17 +1,20 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
- * Licensed 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ * 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.iotdb.db.engine.modification;
diff --git
a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBDeletionIT.java
b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBDeletionIT.java
index a94bff6..f23bae8 100644
--- a/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBDeletionIT.java
+++ b/iotdb/src/test/java/org/apache/iotdb/db/integration/IoTDBDeletionIT.java
@@ -1,6 +1,4 @@
/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- * <p>
* 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
@@ -8,14 +6,15 @@
* 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
- * 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.
+ *
+ * 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.iotdb.db.integration;
diff --git a/spark/src/main/scala/org/apache/iotdb/tsfile/Converter.scala
b/spark/src/main/scala/org/apache/iotdb/tsfile/Converter.scala
index 0ca5aeb..624746d 100755
--- a/spark/src/main/scala/org/apache/iotdb/tsfile/Converter.scala
+++ b/spark/src/main/scala/org/apache/iotdb/tsfile/Converter.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
import java.util
diff --git a/spark/src/main/scala/org/apache/iotdb/tsfile/DefaultSource.scala
b/spark/src/main/scala/org/apache/iotdb/tsfile/DefaultSource.scala
index 1b2a800..b14e3e5 100755
--- a/spark/src/main/scala/org/apache/iotdb/tsfile/DefaultSource.scala
+++ b/spark/src/main/scala/org/apache/iotdb/tsfile/DefaultSource.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
import java.io.{ObjectInputStream, ObjectOutputStream, _}
diff --git
a/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileOutputWriter.scala
b/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileOutputWriter.scala
index 3a17f6d..c4cbb9b 100644
--- a/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileOutputWriter.scala
+++ b/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileOutputWriter.scala
@@ -16,21 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
private[tsfile] class TsFileOutputWriter(
diff --git
a/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileWriterFactory.scala
b/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileWriterFactory.scala
index 1b9e2ef..6ba7a6e 100644
--- a/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileWriterFactory.scala
+++ b/spark/src/main/scala/org/apache/iotdb/tsfile/TsFileWriterFactory.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
private[tsfile] class TsFileWriterFactory(options: Map[String, String],
columnNames: ArrayBuffer[String]) extends OutputWriterFactory {
diff --git a/spark/src/main/scala/org/apache/iotdb/tsfile/package.scala
b/spark/src/main/scala/org/apache/iotdb/tsfile/package.scala
index c8e17b4..603b0ee 100755
--- a/spark/src/main/scala/org/apache/iotdb/tsfile/package.scala
+++ b/spark/src/main/scala/org/apache/iotdb/tsfile/package.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb
package object tsfile {
diff --git a/spark/src/test/scala/cn/edu/tsinghua/tsfile/ConverterTest.scala
b/spark/src/test/scala/cn/edu/tsinghua/tsfile/ConverterTest.scala
index 55713be..7485e16 100644
--- a/spark/src/test/scala/cn/edu/tsinghua/tsfile/ConverterTest.scala
+++ b/spark/src/test/scala/cn/edu/tsinghua/tsfile/ConverterTest.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
import java.io.File
diff --git a/spark/src/test/scala/cn/edu/tsinghua/tsfile/TSFileSuit.scala
b/spark/src/test/scala/cn/edu/tsinghua/tsfile/TSFileSuit.scala
index 93bf848..4dbb50f 100644
--- a/spark/src/test/scala/cn/edu/tsinghua/tsfile/TSFileSuit.scala
+++ b/spark/src/test/scala/cn/edu/tsinghua/tsfile/TSFileSuit.scala
@@ -16,21 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/**
- * Copyright © 2019 Apache IoTDB(incubating) ([email protected])
- *
- * Licensed 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.iotdb.tsfile
import java.io.File