Files
nats.go/dependencies.tpl
Tomasz Pietrek 807fe5be10 [IMPROVED] Add exception to compress license (#1778)
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
2025-01-19 21:22:59 +01:00

10 lines
565 B
Smarty

# External Dependencies
This file lists the dependencies used in this repository.
{{/* compress has actually a BSD 3-Clause license, but the License file in the repo confuses go-license tooling, hence the manual exception */}}
| Dependency | License |
|--------------------------------------------------|-----------------------------------------|
{{ range . }}| {{ .Name }} | {{ if eq .Name "github.com/klauspost/compress/flate" }}BSD 3-Clause{{ else }}{{ .LicenseName }}{{ end }} |
{{ end }}