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

Remove GPL3 package and coprhd #1445

Merged
merged 1 commit into from
Feb 28, 2020
Merged

Remove GPL3 package and coprhd #1445

merged 1 commit into from
Feb 28, 2020

Conversation

lpabon
Copy link
Member

@lpabon lpabon commented Feb 28, 2020

Need to remove GPL3.

This patch also adds a Travis entry to ensure no GPL code is added in the future.

Also see kubernetes/kubernetes#88208

What this PR does / why we need it:

Which issue(s) this PR fixes (optional)
Closes #1433

Special notes for your reviewer:

Added a check in travis to make sure that no GPL packages are added

Signed-off-by: Luis Pabón <[email protected]>
- make docker-proto
- git diff $(find . -name "*.pb.*go" -o -name "api.swagger.json" | grep -v vendor) | wc -l | grep "^0"
- git grep -rw GPL vendor | grep LICENSE | egrep -v "yaml.v2" | wc -l | grep "^0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaml.v2 uses LGPL with an addendum to allow static linking.

Copy link
Contributor

@ggriffiths ggriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lpabon lpabon merged commit f4417d8 into libopenstorage:master Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPLv3 dependency?
2 participants