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
For now, throughout the code, we have used the marker REFERENCE in docstrings to denote places where we will need to specify the licensing from ported code. As part of resolving this issue, we need to make sure that we remove these markers and replace them with meaningful licensing information.
Just came across this 3rd party license file and thought it might be a good approach to use for our licensing--basically have one Markdown file that lists all the licensed code and where/how it's used. We could probably add the full text licenses here too, as required.
Before release, we need to:
sknnr
.yaImpute
throughout, which is primarily GPL v3 but also contains some public domain code. Their GPL license was inherited and upgraded from the LGPL license of the ANN library.statsmodels
for the implementation ofCCorA
(although we can hopefully migrate to thesklearn
implementation ofCCA
), which is BSD-3 licensed.scikit-learn
for the implementation of dataset loading, which is BSD-3 licensed.See #27 for further discussion.
The text was updated successfully, but these errors were encountered: