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

rust-clipboard is GPL #7578

Closed
frewsxcv opened this issue Sep 9, 2015 · 11 comments
Closed

rust-clipboard is GPL #7578

frewsxcv opened this issue Sep 9, 2015 · 11 comments

Comments

@frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Sep 9, 2015

At the time of writing, rust-clipboard is licensed GPL, and servo depends on rust-clipboard.

/cc @meh @aweinstock314

@metajack
Copy link
Contributor

@metajack metajack commented Sep 9, 2015

Ack.

We'll have to remove it unless the license is changed I think. Servo dependencies must be MPL compatible. @aweinstock314 are you interested in changing the license?

@meh
Copy link
Contributor

@meh meh commented Sep 9, 2015

@metajack me and @aweinstock314 already talked about it, I'm going to rewrite the X11 side and improve the API a little, and change the license to MPL.

For the record it's GPL because the X11 code was basically taken out from xclip, while the code I have was written from scratch.

My code also happens to be GPL, but I'm going to change license as well.

@frewsxcv
Copy link
Member Author

@frewsxcv frewsxcv commented Mar 23, 2016

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented May 24, 2016

@mbrubeck mbrubeck closed this May 24, 2016
@frewsxcv frewsxcv reopened this May 24, 2016
@larsbergstrom
Copy link
Contributor

@larsbergstrom larsbergstrom commented Jul 19, 2016

We are now shipping Servo Nightly builds. I think we need to get this fixed or remove this dependency ASAP.

@frewsxcv
Copy link
Member Author

@frewsxcv frewsxcv commented Jul 19, 2016

A short term alternative would be to strip the GPL parts for now (leaving copy + paste broken on Linux) and shipping that.

@larsbergstrom
Copy link
Contributor

@larsbergstrom larsbergstrom commented Jul 19, 2016

That would be fine to me. We absolutely cannot be linking GPL code into Servo.

cc @metajack

@metajack
Copy link
Contributor

@metajack metajack commented Jul 19, 2016

@frewsxcv Are you going to do this work? It seems like it would be acceptable to put the GPL code behind a non-default feature gate. Alternatively we could not call that code so that it's not linked in. But I'm wary of solutions that may regress without us watching if the code is not excised from rust-clipboard.

@frewsxcv
Copy link
Member Author

@frewsxcv frewsxcv commented Jul 19, 2016

My $DAYJOB and $FOSS queues are pretty long right now, so I wouldn't be able to get to it soon. Wish I could, but it's not feasible for me right now.

bors-servo added a commit that referenced this issue Jul 20, 2016
Remove clipboard crate to due disallowed usage of GPL code

<!-- Please describe your changes on the following line: -->
Fixes #7578, removing usage of rust-clipboard, which contains a disallowed dependency on GPL code.

r? @metajack

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it's a dependency removal

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12507)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jul 20, 2016
Remove clipboard crate to due disallowed usage of GPL code

<!-- Please describe your changes on the following line: -->
Fixes #7578, removing usage of rust-clipboard, which contains a disallowed dependency on GPL code.

r? @metajack

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it's a dependency removal

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12507)
<!-- Reviewable:end -->
@cbrewster cbrewster mentioned this issue Dec 23, 2016
3 of 3 tasks complete
@jrmuizel
Copy link

@jrmuizel jrmuizel commented May 20, 2017

rust-clipboard has now been re-licensed as Apache-2.0 so clipboard support can be re-added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

6 participants
You can’t perform that action at this time.