Skip to content

Licensing new code containing xarray #6264

Answered by keewis
catemgn asked this question in Q&A
Discussion options

You must be logged in to vote

What we have been doing for packages that depend on xarray is this:

  • if the package only depends on xarray (it is installed into the environment), there is no restriction on its license
  • if the package copies (code from) xarray ("vendoring"), the license of the package itself is still up to the author, but the vendored code must be marked as such (a comment should be enough) and the license of xarray should be included somewhere, usually a licenses directory.
  • if the copied code was modified: same as if it was copied, but the comment should state that it was modified

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@catemgn
Comment options

Answer selected by dcherian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants