You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm looking for some clarification on the licensing and terms for this project - both by itself and as it relates to pupil. PyPI lists it as MIT + Proprietary (I only noticed the Proprietary part after I started developing with it). The MIT label looks like it got pulled in from a template, so that may have been unintentional? It doesn't appear in any of the components or files I've seen so far.
File headers - Most have no header, but a few like refraction_correction_cpp.h and background_helper.py have an LGPL header - I'm not sure how LGPL interacts with cpython, but that sounds like it could cause some problems if the library is intended to be proprietary?
The text was updated successfully, but these errors were encountered:
Hello!
I'm looking for some clarification on the licensing and terms for this project - both by itself and as it relates to
pupil
. PyPI lists it as MIT + Proprietary (I only noticed the Proprietary part after I started developing with it). The MIT label looks like it got pulled in from a template, so that may have been unintentional? It doesn't appear in any of the components or files I've seen so far.pupil, which has a dependency on pye3d
COPYING
- GPLCOPYING.LESSER
- LGPLpye3d itself
LICENSE
file - All Rights Reservedsetup.cfg
,pypi
- MIT + Proprietaryrefraction_correction_cpp.h
andbackground_helper.py
have an LGPL header - I'm not sure how LGPL interacts with cpython, but that sounds like it could cause some problems if the library is intended to be proprietary?The text was updated successfully, but these errors were encountered: