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

reword the license explanation #225

Closed
StefanKarpinski opened this issue Oct 16, 2011 · 2 comments · Fixed by JuliaSparse/SparseArrays.jl#416
Closed

reword the license explanation #225

StefanKarpinski opened this issue Oct 16, 2011 · 2 comments · Fixed by JuliaSparse/SparseArrays.jl#416
Labels
docs This change adds or pertains to documentation

Comments

@StefanKarpinski
Copy link
Member

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.

@ViralBShah
Copy link
Member

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.

@StefanKarpinski
Copy link
Member Author

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:

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.

Reply to this email directly or view it on GitHub:
#225 (comment)

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
Support get(io, :compact, false) and get(io, :multiline, false)
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
…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
Keno pushed a commit that referenced this issue Oct 9, 2023
)

* fix when breakpoint happens during wrapper step through

* Update test/debug.jl

Co-Authored-By: KristofferC <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants