# Licensing Information

The Parsley library is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). This license allows you to freely use, modify, and distribute the library, provided that certain conditions are met, such as including the original license and a notice of modifications.

## Third-Party Dependencies

Parsley relies on several open-source libraries, each with its own license. The following table outlines Parsley's direct dependencies:

| Module                                     | Version | License      |
|--------------------------------------------|---------|--------------|
| github.com/matzefriedrich/cobra-extensions | v0.6.0  | MIT          |
| github.com/pkg/errors                      | v0.9.1  | BSD-2-Clause |
| github.com/spf13/cobra                     | v1.10.1 | Apache-2.0   |
| github.com/stretchr/testify                | v1.11.1 | MIT          |
| golang.org/x/mod                           | v0.29.0 | BSD-3-Clause |

For specific license details, please refer to the respective third-party projects, or refer to the automated dependencies listing at [deps.dev/go/github.com/matzefriedrich/parsley](https://deps.dev/go/github.com%2Fmatzefriedrich%2Fparsley), or check the linked FOSSA license compliance report.

[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B48327%2Fgithub.com%2Fmatzefriedrich%2Fparsley.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B48327%2Fgithub.com%2Fmatzefriedrich%2Fparsley?ref=badge_large&issueType=license)

### License Notices

In compliance with open-source licensing obligations, the Parsley documentation lists all relevant third-party licenses within its documentation. This approach ensures transparency and provides proper attribution to all authors and contributors while avoiding the need to include full copies of each license.
