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¶
- License: BSD-3-Clause
- Copyright: The Go Authors
- URL: https://golang.org/LICENSE
Third-Party Go Modules¶
To see a complete list of dependencies and their licenses, run:
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:
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.