Class AnyLicenseInfo

java.lang.Object
org.spdx.rdfparser.model.RdfModelObject
org.spdx.rdfparser.license.AnyLicenseInfo
All Implemented Interfaces:
Cloneable, IRdfModel
Direct Known Subclasses:
LicenseSet, OrLaterOperator, SimpleLicensingInfo, SpdxNoAssertionLicense, SpdxNoneLicense, WithExceptionOperator

public abstract class AnyLicenseInfo
extends RdfModelObject
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