We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0c7920 + 347be9a commit 5a8cb0bCopy full SHA for 5a8cb0b
src/main/scala/sbtlicensereport/license/LicenseInfo.scala
@@ -66,4 +66,10 @@ object LicenseInfo {
66
"IBM International Program License Agreement",
67
"https://www.ibm.com/support/customer/csol/terms/?id=i125-3301&lc=en#detail-document"
68
)
69
+ val Unicode =
70
+ LicenseInfo(
71
+ LicenseCategory.Unicode,
72
+ "Unicode/ICU License",
73
+ "https://raw.githubusercontent.com/unicode-org/icu/master/LICENSE"
74
+ )
75
}
0 commit comments