From 347be9abcc7f040f64c2829094598613e0f5b4ad Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 30 Jul 2023 09:48:05 +0200 Subject: [PATCH] Add Unicode License Info --- src/main/scala/sbtlicensereport/license/LicenseInfo.scala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/scala/sbtlicensereport/license/LicenseInfo.scala b/src/main/scala/sbtlicensereport/license/LicenseInfo.scala index 9bb8df5..c4fca37 100644 --- a/src/main/scala/sbtlicensereport/license/LicenseInfo.scala +++ b/src/main/scala/sbtlicensereport/license/LicenseInfo.scala @@ -66,4 +66,10 @@ object LicenseInfo { "IBM International Program License Agreement", "https://www.ibm.com/support/customer/csol/terms/?id=i125-3301&lc=en#detail-document" ) + val Unicode = + LicenseInfo( + LicenseCategory.Unicode, + "Unicode/ICU License", + "https://raw.githubusercontent.com/unicode-org/icu/master/LICENSE" + ) }