JuliaGeometry / TetGen.jl

Julia's TetGen wrapper
MIT License
42 stars 9 forks source link

Licensing #1

Closed sjkelly closed 6 years ago

sjkelly commented 9 years ago

It seems like TetGen is AGPL3: https://github.com/JuliaGeometry/TetGen.jl/blob/master/deps/tetgen1.5.1-beta1/LICENSE

Does this mean the wrapping has to be AGPL3 as well?

SimonDanisch commented 9 years ago

Common sense tells me, that what is licensed MIT is the wrapper code itself, while TetGen has its own licence... Or do you rather inherit the most constricted license used in your project?

skariel commented 9 years ago

This is how its done for NLopt: https://github.com/JuliaOpt/NLopt.jl/blob/master/LICENSE.md

Kevin-Mattheus-Moerman commented 6 years ago

Simon and I made the wrapper AGPL3 as well, since we envisioned that the source of TetGen may be included in the future.