This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 3d8522a0cb2 Add dropwizard related modification to LICENSE
3d8522a0cb2 is described below
commit 3d8522a0cb2d85e666decb3efe44832c942bab77
Author: ZhangHongYin <[email protected]>
AuthorDate: Thu Sep 11 13:37:02 2025 +0800
Add dropwizard related modification to LICENSE
---
LICENSE | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
index 682529c8278..de48bd9bc3d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -294,4 +294,16 @@ The following files include code modified from Stream-Lib
project.
./iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/approximate/StreamSummary.java
Project page: https://github.com/addthis/stream-lib
-License: https://github.com/addthis/stream-lib/blob/master/LICENSE.txt
\ No newline at end of file
+License: https://github.com/addthis/stream-lib/blob/master/LICENSE.txt
+
+--------------------------------------------------------------------------------
+
+The following files include code modified from Dropwizard Metrics project.
+
+./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBCachedGauge.java
+./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBMetricObjNameFactory.java
+./iotdb-core/metrics/core/src/main/java/org/apache/iotdb/metrics/core/utils/IoTDBMovingAverage.java
+
+Copyright (c) 2010-2013 Coda Hale, Yammer.com, 2014-2021 Dropwizard Team
+Project page: https://github.com/dropwizard/metrics
+License: https://github.com/dropwizard/metrics/blob/release/4.2.x/LICENSE
\ No newline at end of file