Che operator redistributes restic, but does not include 2-Clause BSD license #20028
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
The Che operator build now depends on a 3rd party binary called restic.
https://github.com/eclipse-che/che-operator/blob/main/Dockerfile#L19-L20
this code is under the BSD 2 / FreeBSD license, https://github.com/restic/restic/, which means we have to include the license next to the binary if we redistribute it.
-- https://opensource.org/licenses/BSD-2-Clause
Seems you're just redistributing the binary, but not the license.
The text was updated successfully, but these errors were encountered: