spdx

A .NET library that makes it easy to retrieve information about SPDX licenses.

MIT License

Stars
15
Committers
2

Spdx

An (unoffical) library for working with SPDX (Software Package Data Exchange).

License database version: 3.22

Features

  • Retrieve information about SPDX licenses
  • Parse SPDX license expressions
  • Create SPDX 2.3 documents

Examples

See the Examples directory for examples of how to use this library.

Building

We're using Cake as a dotnet tool for building. So make sure that you've restored Cake by running the following in the repository root:

> dotnet tool restore

After that, running the build is as easy as writing:

> dotnet cake

Copyright

Copyright (c) 2021 Patrik Svensson