Crate license

source ·
Expand description

A library that provides license information from spdx.org in addition to limitation, condition, and permission information for each license. The library also provides the ability to identify a given license from the license text.

The library currently supports the following licenses:

However, you can also create your own license by implementing the License trait. By default all the licenses are enabled, but individual licenses can be enabled through feature gating.

Structs

Enums

Enum containing all supported licenses.

Traits

Base functionality for all licenses.