From 369064aef36bcf3097d516e0c2d05f80cf7eee25 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 18 Jul 2018 11:52:25 +0300 Subject: [PATCH] docs: update information about javahelp library (followup https://github.com/JetBrains/intellij-community/pull/832) --- .../jetbrains/intellij/build/CommunityLibraryLicenses.groovy | 4 ++-- 1 file changed, 2 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 cc7eb42991f5..75f31ef91746 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -172,8 +172,8 @@ class CommunityLibraryLicenses { new LibraryLicense(name: "JavaCVS", attachedTo: "intellij.vcs.cvs.javacvs", version: "no version number available (with patches by JetBrains)", license: "Sun Public License", url: "https://versioncontrol.netbeans.org/javacvs/library/", licenseUrl: "https://netbeans.org/about/legal/license.html"), - new LibraryLicense(name: "JavaHelp", version: "2.0_02", license: "included as license/javahelp_license.html in IntelliJ IDEA distribution", - url: "http://java.sun.com/products/javahelp/"), + new LibraryLicense(name: "JavaHelp", version: "2.0_02", license: "CDDL 1.1", licenseUrl: "https://javaee.github.io/javahelp/LICENSE", + url: "https://javaee.github.io/javahelp/"), new LibraryLicense(name: "javawriter", libraryName: "javawriter", license: "Apache 2.0", url: "https://github.com/square/javawriter"), new LibraryLicense(name: "JAXB", libraryName: "JAXB", version: "2.2.4-1", license: "CDDL 1.1", url: "http://jaxb.java.net/", licenseUrl: "http://glassfish.java.net/public/CDDL+GPL_1_1.html"),