Skip to content

Commit 5a8cb0b

Browse files
authored
Merge pull request #83 from mdedetrich/add-unicode-license-info
Add Unicode License Info
2 parents e0c7920 + 347be9a commit 5a8cb0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/scala/sbtlicensereport/license/LicenseInfo.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,10 @@ object LicenseInfo {
6666
"IBM International Program License Agreement",
6767
"https://www.ibm.com/support/customer/csol/terms/?id=i125-3301&lc=en#detail-document"
6868
)
69+
val Unicode =
70+
LicenseInfo(
71+
LicenseCategory.Unicode,
72+
"Unicode/ICU License",
73+
"https://raw.githubusercontent.com/unicode-org/icu/master/LICENSE"
74+
)
6975
}

0 commit comments

Comments
 (0)