[IMPROVED] Add exception to compress license (#1778)

Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
This commit is contained in:
Tomasz Pietrek
2025-01-19 21:22:59 +01:00
committed by GitHub
parent 4732ef6eef
commit 807fe5be10

View File

@@ -2,7 +2,8 @@
This file lists the dependencies used in this repository. 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 | | Dependency | License |
|--------------------------------------------------|-----------------------------------------| |--------------------------------------------------|-----------------------------------------|
{{ range . }}| {{.Name}} | {{.LicenseName}} | {{ range . }}| {{ .Name }} | {{ if eq .Name "github.com/klauspost/compress/flate" }}BSD 3-Clause{{ else }}{{ .LicenseName }}{{ end }} |
{{ end }} {{ end }}