-
Hi! I have been using a lot xarray for my PhD, and now I would like now release the code of some piece of work. I used xarray library and functionalities 'as-is', without modifications in the source code. Which licenses I can release my code under given that xarray is distributed under Apache 2.0 license? Would MIT work? I am new to the topic and I tried to navigate the QA online about licensing, but I didn't come out with a satisfactory answer. So I am asking to those directly involved! Thanks in advance! 🙏 Caterina |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think your use case falls into the category of Citing Xarray, as stated here: https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#how-should-i-cite-xarray |
Beta Was this translation helpful? Give feedback.
-
What we have been doing for packages that depend on
|
Beta Was this translation helpful? Give feedback.
What we have been doing for packages that depend on
xarray
is this:xarray
(it is installed into the environment), there is no restriction on its licensexarray
("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 ofxarray
should be included somewhere, usually alicenses
directory.