Closed fniekiel closed 8 years ago
Yes definitely. Anyone have a preference or experience with this?
On Mon, Nov 21, 2016, 4:29 PM fniekiel notifications@github.com wrote:
Need to figure out, which license we put this under!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ercius/openNCEM/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AO7olBgLc4HZNjXZLNCDhsHzS8Piud4Qks5rAjeCgaJpZM4K43nl .
I've seen a lot of projects use one of the GPL licenses. After looking into it a bit, it seems like it's about as open as one can get. Derivatives, even ones that are commercialized, have to be published under the same license and completely open (copyleft is the term apparently). This is also what hyperspy uses (GPL v.3).
GNU LGPLv3
Sorry for bringing this up once more.
Turned out that the PySide issue inhibits me from using the GUI tools on any other machine, than that funny broken ubuntu one where you can have the unsupported case of PySide running with python3.5.
The easiest way would be to migrate over to PyQt4, which I just tested. Almost no code changes, BUT it would imply that we have to move to the GPLv3 instead of the LGPLv3 license.
Would this be ok with you?
Yes from me.
On Thu, Nov 24, 2016 at 2:57 PM, fniekiel notifications@github.com wrote:
Sorry for bringing this up once more.
Turned out that the PySide issue inhibits me from using the GUI tools on any other machine, than that funny broken ubuntu one where you can have the unsupported case of PySide running with python3.5.
The easiest way would be to migrate over to PyQt4, which I just tested. Almost no code changes, BUT it would imply that we have to move to the GPLv3 instead of the LGPLv3 license.
Would this be ok with you?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ercius/openNCEM/issues/1#issuecomment-262853656, or mute the thread https://github.com/notifications/unsubscribe-auth/AJAGgEjmZwIa5a0mjHliB5-kwGglIeQhks5rBhY-gaJpZM4K43nl .
Yes from me
On Thu, Nov 24, 2016, 3:07 PM tcpekin notifications@github.com wrote:
Yes from me.
On Thu, Nov 24, 2016 at 2:57 PM, fniekiel notifications@github.com wrote:
Sorry for bringing this up once more.
Turned out that the PySide issue inhibits me from using the GUI tools on any other machine, than that funny broken ubuntu one where you can have the unsupported case of PySide running with python3.5.
The easiest way would be to migrate over to PyQt4, which I just tested. Almost no code changes, BUT it would imply that we have to move to the GPLv3 instead of the LGPLv3 license.
Would this be ok with you?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ercius/openNCEM/issues/1#issuecomment-262853656, or mute the thread < https://github.com/notifications/unsubscribe-auth/AJAGgEjmZwIa5a0mjHliB5-kwGglIeQhks5rBhY-gaJpZM4K43nl
.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/ercius/openNCEM/issues/1#issuecomment-262854308, or mute the thread https://github.com/notifications/unsubscribe-auth/AO7olLIk-MvqnMrHvr_pEJ1If-99KlyOks5rBhizgaJpZM4K43nl .
After talking to Colin, GPLv3 it is.
Need to figure out, which license we put this under!