From e8cf3594ae16a8d0f297bfada8e371301d0c034e Mon Sep 17 00:00:00 2001 From: Valentin Fondaratov Date: Sun, 25 Oct 2015 07:55:11 +0300 Subject: [PATCH] Add library licenses --- build/scripts/libLicenses.gant | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 41be0514df64..614edd499b22 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -245,6 +245,7 @@ libraryLicense(name: "JUnit", libraryName: "JUnit4", version: "4.11", license: " libraryLicense(name: "jzlib", libraryName: "jzlib", version: "1.1.1", license: "BSD", url: "http://www.jcraft.com/jzlib/", licenseUrl: "http://www.jcraft.com/jzlib/LICENSE.txt") libraryLicense(name: "Kryo", libraryName: "Kryo", version: "2.22", license: "New BSD License", url: "https://github.com/EsotericSoftware/kryo", licenseUrl: "https://github.com/EsotericSoftware/kryo/blob/master/license.txt") libraryLicense(name: "kXML2", libraryName: "kxml2", version: "2.3.0", license: "BSD", url: "http://sourceforge.net/projects/kxml/") +libraryLicense(name: "Lobo evolution", libraryName: "Loboevolution.jar", version: "0.98.6 (with patches by JetBrains)", license: "MIT", url: "http://sourceforge.net/projects/loboevolution/", licenseUrl: "http://opensource.org/licenses/mit-license.php") libraryLicense(name: "Log4j", libraryName: "Log4J", version: "1.2.17", license: "Apache 2.0", url: "http://logging.apache.org/log4j/1.2/index.html", licenseUrl: "http://logging.apache.org/license.html") libraryLicense(name: "Lombok AST", libraryName: "lombok-ast", version: "0.2.1", license: "MIT", url: "http://projectlombok.org/", licenseUrl: "http://opensource.org/licenses/mit-license.php") libraryLicense(name: "markdown4j", libraryName: "markdown4j-2.2", version: "2.2", license: "New BSD", url: "https://code.google.com/p/markdown4j/", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause") @@ -311,6 +312,7 @@ libraryLicense(name: "YourKit Java Profiler", libraryName: "yjp-controller-api-r jetbrainsLibrary("Coverage") jetbrainsLibrary("CoverageReport") +jetbrainsLibrary("intellij-markdown.jar") jetbrainsLibrary("JPS") jetbrainsLibrary("Maven Embedder") jetbrainsLibrary("tcServiceMessages")