Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 996 Bytes

OrLaterOperator.md

File metadata and controls

34 lines (24 loc) · 996 Bytes

SPDX-License-Identifier: Community-Spec-1.0

OrLaterOperator

Summary

Portion of an AnyLicenseInfo representing this version, or any later version, of the indicated License.

Description

An OrLaterOperator indicates that this portion of the AnyLicenseInfo represents either (1) the specified version of the corresponding License, or (2) any later version of that License. It is represented in the SPDX License Expression Syntax by the + operator.

It is context-dependent, and unspecified by SPDX, as to what constitutes a "later version" of any particular License. Some Licenses may not be versioned, or may not have clearly-defined ordering for versions. The consumer of SPDX data will need to determine for themselves what meaning to attribute to a "later version" operator for a particular License.

Metadata

  • name: OrLaterOperator
  • SubclassOf: ExtendableLicense
  • Instantiability: Concrete

Properties

  • subjectLicense
    • type: License
    • minCount: 1
    • maxCount: 1