This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch AddLicense-1.3 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 6280d473a7a5a453f9ce5737baff49f876f42eb5 Author: ZhangHongYin <[email protected]> AuthorDate: Thu Sep 11 13:37:02 2025 +0800 Add dropwizard related modification to LICENSE (cherry picked from commit 3d8522a0cb2d85e666decb3efe44832c942bab77) --- LICENSE | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/LICENSE b/LICENSE index 67fcd56ede0..a2071bb8bdb 100644 --- a/LICENSE +++ b/LICENSE @@ -280,3 +280,15 @@ The following files include code modified from Apache Kafka project. Project page: https://github.com/apache/kafka License: https://github.com/apache/kafka/blob/trunk/LICENSE + +-------------------------------------------------------------------------------- + +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
