Package org.spdx.storage.listedlicense
package org.spdx.storage.listedlicense
- Author:
- Gary O'Neall
Storage for SPDX listed licenses.
The
SpdxListedLicenseModelStoreis the default storage which pull the data from JSON files at spdx.org/licenses TheSpdxListedLicenseLocalModelStoreuses a local copy of the licenses stored in the resources/licenses directory
-
ClassDescriptionSimple POJO to hold the license exception data loaded from a JSON file Licenses in the JSON format can be found at spdx.org/licenses/[exceptionid].jsonTable of Contents for the listed license list as represented as a JSON index file at spdx.org/licenses/licenses.jsonSimple POJO to hold the license data loaded from a JSON file Licenses in the JSON format can be found at spdx.org/licenses/[licenseid].jsonTable of Contents for the listed license list as represented as a JSON index file at spdx.org/licenses/licenses.jsonRead-only model store for the SPDX listed licenses License and exception ID's can be case insensitive License information is stored in a LicenseJson file with the ID being Listed License ID License Exception information is stored in an ExceptionJson file with the ID being the Listed Exception ID CrossRef information is stored within the LicenseJson file.