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

Please grant a license exemption for linking xva-img against OpenSSL #5

Closed
xtaran opened this issue Feb 17, 2017 · 4 comments
Closed

Comments

@xtaran
Copy link

xtaran commented Feb 17, 2017

I'm currently looking into packaging xva-img for Debian, see https://bugs.debian.org/854490.

Your code is under GPL and the GPL is incompatible with some terms of the OpenSSL license. This makes Debian (and probably other distributions, too) not allowing GPL-licensed code to be linked with OpenSSL libraries unless there is a license exception explicitly permitting this.

To grant such an exception, it should suffice to add these paragraphs to whereever the GPL preamble is used (and probably also to the LICENSE file):

In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two.

You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here.

Alternatively (but surely more effort) would be to also support GnuTLS as alternative to OpenSSL.

@eriklax
Copy link
Owner

eriklax commented Feb 18, 2017

No problem, I happily grant such exemption. a6c39ac 3ac3618

@eriklax eriklax closed this as completed Feb 18, 2017
@xtaran
Copy link
Author

xtaran commented Feb 18, 2017

Thanks!

@fvcr
Copy link
Contributor

fvcr commented Feb 7, 2020

Hello, please can you add the exception to your Latest release?

https://github.com/eriklax/xva-img/archive/1.4.tar.gz

@eriklax
Copy link
Owner

eriklax commented Feb 7, 2020

1.4.1 is out with the exemption

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

No branches or pull requests

3 participants