From bb4373986658f2fb2ab096d2de379ec58ca64592 Mon Sep 17 00:00:00 2001 From: Konstantin Kolosovsky Date: Sun, 25 Jun 2017 18:42:52 +0300 Subject: [PATCH] Fix trilead-ssh2 and trilead-ssh2-build213 libraries licenses --- .../intellij/build/CommunityLibraryLicenses.groovy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index 8dbdcc3cf33d..542ea617f221 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -369,8 +369,10 @@ class CommunityLibraryLicenses { licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php"), new LibraryLicense(name: "TestNG", version: "6.9 snapshot", license: "Apache 2.0", url: "http://testng.org/doc/", licenseUrl: "https://github.com/cbeust/testng/blob/master/LICENSE.txt"), - new LibraryLicense(name: "Trilead SSH", libraryName: "trilead-ssh2", version: "build 213 and 220", - license: "BSD style (see LICENSE.txt in trilead.jar)", url: "http://www.trilead.com/SSH_Library/"), + new LibraryLicense(name: "Trilead SSH", libraryName: "trilead-ssh2", version: "build220", + license: "BSD style (see LICENSE.txt in trilead-ssh2.jar)", url: "http://www.trilead.com/SSH_Library/"), + new LibraryLicense(name: "Trilead SSH build213", libraryName: "trilead-ssh2-build213", version: "build213", + license: "BSD style (see LICENSE.txt in trilead-ssh2-build213.jar)", url: "http://www.trilead.com/SSH_Library/"), new LibraryLicense(name: "Twitter4J", libraryName: "twitter4j-core-4.0.4.jar", version: "4.0.4", license: "Apache 2.0", url: "http://twitter4j.org/", licenseUrl: "http://twitter4j.org/en/index.html#license"), new LibraryLicense(name: "Trove4j", version: "1.1 (with patches by JetBrains)", license: "LGPL", url: "http://trove4j.sourceforge.net/",