-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
reword the license explanation #225
reword the license explanation #225
Comments
I don't think we need to explain anything. The project as a whole is a combination of multiple sub-projects, each of which has its own license. If I only want to use the julia core without deadline support, then I have a fully MIT license setup. I could link the .so file to my own REPL also. If I use FFTW, deadline, etc., it is GPL. So, while I agree that we should clarify, the clarification should be along these lines. I do not agree with the first part of your statement, as it is a bit misleading - but the second part is fine. |
I just meant that we should explain all of that. Jeff seemed to have a pretty clear explanation when we were talking about it. We should put that in writing. On Oct 16, 2011, at 11:37 AM, "Viral B. Shah"[email protected] wrote:
|
Support get(io, :compact, false) and get(io, :multiline, false)
…liaLang#225) * Adds ConvergenceException representing failure to converge errors * Updates test for ConvergenceException * Adds newline to indicate new grouping * Removes redundant Base * Changes to docstring for ConvergenceException
) * fix when breakpoint happens during wrapper step through * Update test/debug.jl Co-Authored-By: KristofferC <[email protected]>
We should explain that the project as a while is GPL while the core language is MIT and is then linked into the repl and other interfaces along with a collection of GPL and non-GPL libraries.
The text was updated successfully, but these errors were encountered: