Skip to content

spdx/spdx-spec

development/v2…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.

The Software Package Data Exchange (SPDX®) Specification

Build Status

The Software Package Data Exchange® (SPDX®) specification is a standard format for communicating the components, licenses and copyrights associated with software packages.

The SPDX standard helps facilitate compliance with free and open source software licenses by standardizing the way license information is shared across the software supply chain. SPDX reduces redundant work by providing a common format for companies and communities to share important data about software licenses and copyrights, thereby streamlining and improving compliance.

This repository holds under active development version of the specification as:

  • MarkDown (master branch)
  • HTML (gh-pages branch, built on every commit to master and development/ branches)

See for the official releases of the specification or additional information also the SPDX website.

Building the specification

Prerequisites

You have to MkDocs installed on your machine. If you don't have it yet installed please follow these installation instructions.

Building HTML

# Execute built-in dev-server that lets you preview the specification
$ mkdocs serve

# Building static HTML site
$ mkdocs build