Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Open Source License #7

Open
gwaybio opened this issue Apr 2, 2020 · 1 comment
Open

Adding Open Source License #7

gwaybio opened this issue Apr 2, 2020 · 1 comment

Comments

@gwaybio
Copy link

gwaybio commented Apr 2, 2020

Hi @jr0th - thanks again for making your code public. It has been very helpful in our cell health project! (specifically in broadinstitute/cell-health#122)

I strongly suggest that you add a permissive open source license to this project.

I noticed that in your thesis document, you state "Used code and data are publicly available". With this statement, I assume that an open source license applies. However, it is good to remove the need for this assumption!

Recommendation

I recommend that you checkout https://choosealicense.com/ and determine which license would work best for this project.

I suggest a CC0 or MIT license.

One other thing to consider is that the segmentation repository contains both code and a written thesis. It is possible to use a different license for different aspects of a project. See here for a dual license example.

Cheers!
Greg

@shntnu
Copy link

shntnu commented Apr 8, 2020

I support this idea, and a dual license sounds good. I'm copying the text from the repo that @gwaygenomics linked

The content of this project itself is licensed under the Creative Commons Attribution 3.0 Unported license, and the underlying source code used to format and display that content is licensed under the MIT license.

For the thesis, you could consider CC BY-NC 4.0. The paper is apparently is more restrictive (CC BY-NC 4.0) but I don't see a good reason for that.

For the code, we've typically gone with BSD-3-Clause and I think it is better than MIT (at least in this context) because it of this extra bit:

Neither the name of the [organization] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants