An (unoffical) library for working with SPDX (Software Package Data Exchange).
License database version: 3.22
- Retrieve information about SPDX licenses
- Parse SPDX license expressions
- Create SPDX 2.3 documents
See the Examples
directory for examples of how to use this library.
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 (c) 2021 Patrik Svensson