MDAnalysis / RDKitConverter-benchmark

Benchmark for the RDKitConverter's inferring of bond orders and charges
GNU General Public License v2.0
3 stars 0 forks source link

license considerations #1

Open orbeckst opened 2 years ago

orbeckst commented 2 years ago

The code imports MDAnalysis https://github.com/MDAnalysis/RDKitConverter-benchmark/blob/7cc1da5c934b1e1d83415b6ecdc35b109c4e2e9b/scripts/utils.py#L6-L7

Because MDAnalysis is currently licensed under GPL v2+, any code importing MDAnalysis inherits the copyleft. Therefore, the code cannot be licensed under MIT.

We are currently considering relicensing of MDAnalysis to a more permissive license but until this is done, at least my opinion is that at least the benchmark python code (anything that directly or indirectly imports MDAnalysis) should be GPL v2+.

@MDAnalysis/coredevs please feel free to chime in.

IAlibay commented 2 years ago

Until we relicense there's no choice, has to be GPL, once we've relicensed I have no issues what license this should be. Indeed if we consider this to be "an example of how to use MDA", then it really should eventually become MIT or BSD so we don't accidentally block users from doing things.

edit: obviously Cedric should have the real call on what the license should be here.

cbouy commented 2 years ago

Oh right, forgot about that! Is there an opened issue about this on the mdanalysis repo?

Once the relicensing is done I don't really have a strong preference between MIT or BSD or Apache