SPDX License List

The SPDX License List is a list of commonly found licenses and exceptions used for open source and other collaborative software. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document (or elsewhere). The SPDX License List includes a standardized short identifier, full name for each license, vetted license text, other basic information, and a canonical permanent URL for each license and exception. By providing a short identifier, users can efficiently refer to a license without having to redundantly reproduce the full license. License exceptions can be used with the License Expression Syntax operator, "WITH" to create a license with an exception.

Version: {{version}}

Note: You can sort by each column by clicking on the column header. {{#listedLicenses}} {{/listedLicenses}}
Full nameIdentifierOSI Approved?Text
{{licenseName}} {{licenseId}} {{osiApproved}} License Text

Deprecated Licenses

Release 2.0 of the SPDX Specification introduces License Expression Syntax that supports the ability to identify common variations of SPDX-identified licenses without the need to define each potential variation as a distinct license on the SPDX License List. This new syntax supports the ability to use a simple “+” operator after a license short identifier to indicate “or later version” (e.g. GPL-2.0+). It also supports the ability to declare an SPDX-identified license exception using the “WITH” operator (e.g. GPL-2.0+ WITH Autoconf-exception-2.0). SPDX has defined a list of license exceptions to use after the “WITH” operator. As a result, a number of licenses formerly included in the SPDX License List have been deprecated as licenses, and correct usage employs the License Expression Syntax as of v2.0. The URL to each deprecated license still exists and those license pages have been updated to note the deprecation. Other licenses may have been deprecated for reasons noted.

{{#deprecatedLicenses}} {{/deprecatedLicenses}}
Full nameIdentifierDeprecated as of:
{{licenseName}} {{licenseId}} {{deprecatedVersion}}