mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RUST-17954 Remove antlr 4.9 license
Also move antlr4-runtime license from fleet to community. We are now using antlr4-runtime in places where we used antlr 4.9 before. GitOrigin-RevId: fee06963b85d9c33ef87c40ec6ba38b52ac81420
This commit is contained in:
committed by
intellij-monorepo-bot
parent
84e5917846
commit
ca57a9e18f
@@ -53,9 +53,8 @@ object CommunityLibraryLicenses {
|
||||
|
||||
androidDependency("Android Studio Platform", libraryName = "studio-platform"),
|
||||
|
||||
LibraryLicense("ANTLR 4.9 Runtime", libraryName = "antlr4-runtime-4.9", url = "https://www.antlr.org")
|
||||
.newBsd("https://www.antlr.org/license.html")
|
||||
.suppliedByPersons("Terence Parr"),
|
||||
LibraryLicense("antlr4-runtime", libraryName = "antlr4-runtime", url = "https://github.com/antlr/antlr4")
|
||||
.newBsd("https://github.com/antlr/antlr4/blob/dev/LICENSE.txt"),
|
||||
|
||||
LibraryLicense(libraryName = "apache.logging.log4j.to.slf4j", url = "https://ant.apache.org/")
|
||||
.apache("https://logging.apache.org/log4j/log4j-2.2/license.html")
|
||||
|
||||
Reference in New Issue
Block a user