mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Fix license check for hyphenation-patterns
This commit is contained in:
parent
f72b714e5a
commit
cc102f6541
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function processLicenses(licenses, allowedLicenses) {
|
|||
|
||||
// The hyphenation language patterns are licensed under the LGPL (unless otherwise noted) and copyrighted to their respective creators and maintainers.
|
||||
// https://github.com/bramstein/hyphenation-patterns
|
||||
if (pkgLicenses == "UNKNOWN") {
|
||||
if (pkg.startsWith("hyphenation.")) {
|
||||
pkgLicenses = "LGPL"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue