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
This week we took on phenor as a dependency, and later also probably MODISTools. Both are released under an AGPL license, which is incompatible with our permissive Apache2 license. [Apparently](A “covered work”), the mere act of importing phenor in our code falls under 'linking', which under AGPL falls under the definition of a 'covered work'. Thus, we have a couple of options
Changing our own license to AGPL
Remove phenor and find alternatives
Separate the repo into
a workflow tool written in python (under Apache) and
a phenology workflow tool that uses 1. and phenor (under AGPL)
I think for now the the first option is the best, and we can save option 3 for later.
The text was updated successfully, but these errors were encountered:
This week we took on phenor as a dependency, and later also probably MODISTools. Both are released under an AGPL license, which is incompatible with our permissive Apache2 license. [Apparently](A “covered work”), the mere act of importing phenor in our code falls under 'linking', which under AGPL falls under the definition of a 'covered work'. Thus, we have a couple of options
I think for now the the first option is the best, and we can save option 3 for later.
The text was updated successfully, but these errors were encountered: