Skip to content

Commit 3d8522a

Browse files
authored
Add dropwizard related modification to LICENSE
1 parent e9994aa commit 3d8522a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

LICENSE

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,16 @@ The following files include code modified from Stream-Lib project.
294294
./iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/approximate/StreamSummary.java
295295

296296
Project page: https://github.com/addthis/stream-lib
297-
License: https://github.com/addthis/stream-lib/blob/master/LICENSE.txt
297+
License: https://github.com/addthis/stream-lib/blob/master/LICENSE.txt
298+
299+
--------------------------------------------------------------------------------
300+
301+
The following files include code modified from Dropwizard Metrics project.
302+
303+
./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBCachedGauge.java
304+
./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBMetricObjNameFactory.java
305+
./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBMovingAverage.java
306+
307+
Copyright (c) 2010-2013 Coda Hale, Yammer.com, 2014-2021 Dropwizard Team
308+
Project page: https://github.com/dropwizard/metrics
309+
License: https://github.com/dropwizard/metrics/blob/release/4.2.x/LICENSE

0 commit comments

Comments
 (0)