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:
Dmitrii Matrokhin
2025-06-11 18:07:57 +00:00
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")