ercius / openNCEM

A collection of packages and tools for electron microscopy data analysis supported by the National Center for Electron Microscopy facility of the Molecular Foundry
GNU General Public License v3.0
60 stars 28 forks source link

License #1

Closed fniekiel closed 8 years ago

fniekiel commented 8 years ago

Need to figure out, which license we put this under!

ercius commented 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 .

tcpekin commented 8 years ago

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).

fniekiel commented 8 years ago

GNU LGPLv3

fniekiel commented 8 years ago

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?

tcpekin commented 8 years ago

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 .

ercius commented 8 years ago

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 .

fniekiel commented 8 years ago

After talking to Colin, GPLv3 it is.