From cc4f4d5e472cd8d1fe30b7306cdd85b2418f682c Mon Sep 17 00:00:00 2001 From: Robinson Date: Wed, 16 Nov 2022 01:03:50 +0100 Subject: [PATCH] Added prometheus --- src/dorkbox/license/AppLicensing.kt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/dorkbox/license/AppLicensing.kt b/src/dorkbox/license/AppLicensing.kt index a164173..f834017 100644 --- a/src/dorkbox/license/AppLicensing.kt +++ b/src/dorkbox/license/AppLicensing.kt @@ -817,6 +817,14 @@ object AppLicensing { author("Apache Harmony") url("https://github.com/google/conscrypt") }), + L("io.prometheus", + LicenseData("Prometheus", License.APACHE_2).apply { + description("The Prometheus monitoring system and time series database. ") + author("Fabian Stäber fabian@fstab.de") + author("Tom Wilkie tom@grafana.com") + author("Brian Brazil brian.brazil@boxever.com") + url("https://github.com/prometheus/") + }), ) // NOTE: the END copyright for these are determined by the DATE of the files! // Some dates are WRONG (because the jar build is mucked with), so we manually fix it