mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix license information for json schemas v4/v6
This commit is contained in:
+3
@@ -216,6 +216,9 @@ class CommunityLibraryLicenses {
|
||||
new LibraryLicense(name: "JSON Schema (schema.json)", attachedTo: "intellij.json", version: "draft-04", license: "Simplified BSD License",
|
||||
licenseUrl: "https://opensource.org/licenses/BSD-2-Clause",
|
||||
url: "http://json-schema.org/draft-04/schema#"),
|
||||
new LibraryLicense(name: "JSON Schema (schema06.json)", attachedTo: "intellij.json", version: "draft-06", license: "Simplified BSD License",
|
||||
licenseUrl: "https://opensource.org/licenses/BSD-2-Clause",
|
||||
url: "http://json-schema.org/draft-06/schema#"),
|
||||
new LibraryLicense(name: "jsoup", libraryName: "jsoup", version: "1.10.3", license: "MIT",
|
||||
url: "http://jsoup.org", licenseUrl: "http://jsoup.org/license"),
|
||||
new LibraryLicense(name: "jsr305", libraryName: "jsr305", version: "snapshot", license: "BSD", url: "http://code.google.com/p/jsr-305/",
|
||||
|
||||
Reference in New Issue
Block a user