-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add placeholder license for visualizations / graphics. #1140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a good idea to surface this information 👍
It may also be a good idea to include this text within the generated SVG -- here's the code which generates the existing text
Happy to merge but is there a reason it's a draft PR?
Cool. I put it as a draft simply because I wasn't sure if we preferred
cc-by or cc-by-sa. Votes?
…On Tue, May 26, 2020, 10:46 PM james hadfield ***@***.***> wrote:
***@***.**** approved this pull request.
Seems like a good idea to surface this information 👍
It may also be a good idea to include this text within the generated SVG
-- here's the code which generates the existing text
<https://github.com/nextstrain/auspice/blob/8f639633d49bf404fa5f4f388bb6b281554d63de/src/components/download/downloadModal.js#L145>
Happy to merge but is there a reason it's a draft PR?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1140 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAIYX2ZMUGUGLGE7SWXZCTRTSSKDANCNFSM4NK5ZNYA>
.
|
What do you reckon the main difference between CC-BY and share-alike would be? Am I correct that media outlets then would have to make those articles/graphics open and available under CC-BY-SA? |
@rneher Correct. The difference is the ShareAlike clause:
so any derivative graphics, figures, etc. would have to also be CC-BY-SA. This might have a chilling effect on usage, or it might not impact it at all. |
I'd vote for CC-BY for graphics / screenshots, etc... I strongly suspect many media outlets would not be able use a CC-BY-SY license. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From comments here as well as an informal poll on slack CC-BY
is the clear choice. @sidneymbell could you amend this PR, and (optionally) add something to the actual SVG content.
This reverts commit a4f3ee2.
We get many requests to reuse / alter / publish / distribute the visualizations from Nextstrain. A license makes these conversations much easier and more consistent.
For now, I've put in a CC-BY-SA license as a placeholder to attempt to mirror the GNU Affero General Public License v3.0 used for this repository.
I'd suggest moving to a CC-BY if the team is comfortable with this.