From 11dca08e93b001b93bce6dc4435e7ad2f44d326a Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 11 Apr 2024 16:11:32 -0700 Subject: [PATCH] licenses: add gliderlabs/ssh license This package is included in the tempfork directory, rather than as a go module dependency, so is not included in the normal package list. Updates tailscale/corp#5780 Signed-off-by: Will Norris --- .github/licenses.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/licenses.tmpl b/.github/licenses.tmpl index 5fa7e8e81..ebcc9b9a6 100644 --- a/.github/licenses.tmpl +++ b/.github/licenses.tmpl @@ -15,3 +15,4 @@ Some packages may only be included on certain architectures or operating systems {{ range . }} - [{{.Name}}](https://pkg.go.dev/{{.Name}}) ([{{.LicenseName}}]({{.LicenseURL}})) {{- end }} + - [gliderlabs/ssh](https://github.com/tailscale/tailscale/tree/main/tempfork/gliderlabs/ssh) ([BSD-3-Clause](https://github.com/tailscale/tailscale/blob/main/tempfork/gliderlabs/ssh/LICENSE))