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

Mention GPL in the README #41

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Mention GPL in the README #41

merged 1 commit into from
Sep 29, 2017

Conversation

ararslan
Copy link
Member

Fixes #39.

Note: CI skipped, remove from commit message when merging.

Fixes #39.

[ci skip]
@ararslan ararslan merged commit 4fd9114 into master Sep 29, 2017
@ararslan ararslan deleted the aa/gpl-readme branch September 29, 2017 17:50
as part of Julia.
Note that FFTW is licensed under GPLv2 or higher (see
[its license file](http:https://www.fftw.org/doc/License-and-Copyright.html)), but the bindings
here are licensed under MIT.
Copy link
Member

Choose a reason for hiding this comment

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

This is a bit unclear. Best to spell out the consequences:

This means that code using the FFTW library via the FFTW.jl bindings is subject to FFTW's licensing terms.  Code using alternative implementations of the FFTW API, such as [MKL's FFTW3 interface](https://software.intel.com/en-us/mkl-developer-reference-c-fftw3-interface-to-intel-math-kernel-library) are instead subject to the alternative's license.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah yes, MKL deserves a mention here, but I'm unclear on what "code using the FFTW library via the FFTW.jl bindings is subject to FFTW's licensing terms" means.

Copy link
Member

Choose a reason for hiding this comment

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

If you distribute a derived/combined work, i.e. a program that links to FFTW, then that distribution falls under the terms of the GPL (e.g. must include complete source code etc.)

If you just distribute source code that links to FFTW.jl, and users have to download FFTW or MKL to provide the backend, then the GPL probably doesn't have much effect on you.

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.

None yet

2 participants