Skip to content

License

uptool is licensed under the MIT License.


MIT License

https://github.com/santosr2/uptool/blob/{{ extra.uptool_version }}/LICENSE


Third-Party Licenses

uptool uses the following open-source libraries:

Go Standard Library

Third-Party Go Modules

To see a complete list of dependencies and their licenses, run:

go mod graph

Or generate a license report:

# Install go-licenses
go install github.com/google/go-licenses@latest

# Generate report
go-licenses report github.com/santosr2/uptool/cmd/uptool

Attribution

If you use uptool in your project, attribution is appreciated but not required.

You may include a notice like:

This project uses uptool (https://github.com/santosr2/uptool),
licensed under the MIT License.

Contributing

By contributing to uptool, you agree that your contributions will be licensed under the MIT License.

See CONTRIBUTING.md for contribution guidelines.


Questions

If you have questions about licensing, please open an issue on GitHub.