@@ -199,38 +199,3 @@ Apache License
199199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200 See the License for the specific language governing permissions and
201201 limitations under the License.
202-
203- --------------------------------------------------------------------------------
204- APACHE IOTDB SUBCOMPONENTS
205- --------------------------------------------------------------------------------
206-
207- The following class is copied from maven-wrapper (https://github.com/takari/maven-wrapper),
208- which is under Apache License 2.0:
209-
210- ./.mvn/wrapper/MavenWrapperDownloader.java
211-
212- --------------------------------------------------------------------------------
213-
214- The following class is modified from Apache commons-collections
215-
216- ./tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Murmur128Hash.java
217- Relevant pr is: https://github.com/apache/commons-collections/pull/83/
218-
219- --------------------------------------------------------------------------------
220-
221- The following files include code modified from Michael Burman's gorilla-tsc project.
222-
223- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/GorillaEncoderV2.java
224- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/IntGorillaEncoder.java
225- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/LongGorillaEncoder.java
226- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/SinglePrecisionEncoderV2.java
227- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/DoublePrecisionEncoderV2.java
228- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/GorillaDecoderV2.java
229- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/IntGorillaDecoder.java
230- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/LongGorillaDecoder.java
231- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/SinglePrecisionDecoderV2.java
232- ./tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/DoublePrecisionDecoderV2.java
233-
234- Copyright: 2016-2018 Michael Burman and/or other contributors
235- Project page: https://github.com/burmanm/gorilla-tsc
236- License: http://www.apache.org/licenses/LICENSE-2.0
0 commit comments