Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Che operator redistributes restic, but does not include 2-Clause BSD license #20028

Closed
nickboldt opened this issue Jun 24, 2021 · 1 comment
Closed
Assignees
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

Comments

@nickboldt
Copy link
Contributor

nickboldt commented Jun 24, 2021

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.

Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.

-- https://opensource.org/licenses/BSD-2-Clause

Seems you're just redistributing the binary, but not the license.

@nickboldt nickboldt added 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. labels Jun 24, 2021
@tolusha tolusha added area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator sprint/current team/deploy labels Jun 25, 2021
@tolusha tolusha mentioned this issue Jun 25, 2021
3 tasks
@mmorhun mmorhun self-assigned this Jun 25, 2021
@mmorhun
Copy link
Contributor

mmorhun commented Jul 2, 2021

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants