From 2ee5787b459cff6ef3cc53db0c0dfd7cf6b03aad Mon Sep 17 00:00:00 2001 From: Anton Tarasov Date: Fri, 24 Apr 2020 16:23:17 +0300 Subject: [PATCH] Add community jcef license description GitOrigin-RevId: 661a50082872effbef93448b1f07ead959ea4786 --- .../jetbrains/intellij/build/CommunityLibraryLicenses.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 33f62e9cb4ff..62e17edf14c3 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -588,9 +588,11 @@ class CommunityLibraryLicenses { url: "http://ws.apache.org/xmlrpc/xmlrpc2/", licenseUrl: "http://ws.apache.org/xmlrpc/xmlrpc2/license.html"), new LibraryLicense(name: "XStream", libraryName: "XStream", license: "BSD License", url: "https://x-stream.github.io/", licenseUrl: "https://x-stream.github.io/license.html"), - new LibraryLicense(name: "XZ for Java", libraryName: "xz", license: "Public Domain", url: "http://tukaani.org/xz/java.html"), + new LibraryLicense(name: "JCEF", libraryName: "jcef", license: "Permissive", + licenseUrl: "https://bitbucket.org/chromiumembedded/java-cef/src/master/LICENSE.txt", + url: "https://bitbucket.org/chromiumembedded/java-cef"), jetbrainsLibrary("change-reminder-prediction-model"), jetbrainsLibrary("completion-ranking-java"),