Class AnyLicenseInfo

java.lang.Object
org.spdx.library.model.ModelObject
org.spdx.library.model.license.AnyLicenseInfo
Direct Known Subclasses:
LicenseSet, OrLaterOperator, SimpleLicensingInfo, SpdxNoAssertionLicense, SpdxNoneLicense, WithExceptionOperator

public abstract class AnyLicenseInfo
extends ModelObject
This abstract class represents several ways of describing licensing information. License info can be described as a set of conjunctive licenses (where all licenses terms must apply), a set of disjunctive licenses (where there is a choice of one license among the set described) or a specific license. The specific licenses are of a SimpleLicensingInfoType
Author:
Gary O'Neall