8000 GitHub - licquia/spdx-spec: The SPDX specification in MarkDown and HTML formats.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from spdx/spdx-spec

The SPDX specification in MarkDown and HTML formats.

License

Notifications You must be signed in to change notification settings

licquia/spdx-spec

 
 

Repository files navigation

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.

Specification Structure

The specification consists of a model which is generated from the spdx-3-model repository and additional information in the docs directory.

The examples directory contains examples of various SPDX serializations for the current version of the spec.

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

About

The SPDX specification in MarkDown and HTML formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0