docs: update information about javahelp library

(followup https://github.com/JetBrains/intellij-community/pull/832)
This commit is contained in:
nik
2018-07-18 11:52:57 +03:00
parent 94f681e11a
commit 369064aef3
@@ -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"),