Skip to content

Commit

Permalink
Merge pull request #83 from mdedetrich/add-unicode-license-info
Browse files Browse the repository at this point in the history
Add Unicode License Info
  • Loading branch information
eed3si9n authored Jul 30, 2023
2 parents e0c7920 + 347be9a commit 5a8cb0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/scala/sbtlicensereport/license/LicenseInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}

0 comments on commit 5a8cb0b

Please sign in to comment.