cli/.github/licenses.tmpl
William Martin 7ea88b1c4d
Bundle licenses at release time (#12625)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-02-18 17:59:27 +01:00

8 lines
235 B
Cheetah

GitHub CLI third-party dependencies
====================================
The following open source dependencies are used to build the GitHub CLI.
{{ range . -}}
{{.Name}} ({{.Version}}) - {{.LicenseName}} - {{.LicenseURL}}
{{ end }}