-
Notifications
You must be signed in to change notification settings - Fork 26
Add CC-BY-SA License. #23
Conversation
Text copied from https://choosealicense.com/licenses/cc-by-sa-4.0/ Closes asyncio-docs#22
README.rst
Outdated
======= | ||
|
||
The content of this site is licensed under the `Creative Commons Attribution | ||
Share Alike 4.0 License <https://creativecommons.org/licenses/by-sa/4.0/>`_ (CC-BY-SA). |
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.
Can you please also put the same change at the bottom of index.rst?
As I wrote in the issue #22, I suggest to distribute code examples as CC0. CC BY-SA for code examples is not convenient :-( Or maybe we need a single license for everything without the annoying "BY" part of CC BY-SA. |
Thanks. I added a sentence saying that code examples are CC0, but everything else is CC BY-SA. |
I requested the review of the most active contributors to the documentation, since it's a license change. |
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.
LGTM. But it would be nice to wait the feedback from the other contributors to this documentation, since it's a license change.
I'm not sure that it's useful to have a copy of the license in the LICENSE file. If you think that it's useful, would you mind to also add the CC0 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.
I'm ok with it!
Ok. I added a new file: LICENSE_CC0 which contains the text for CC0 License. :) |
Hi @vstinner @Mariatta @hoh and @vxgmichel I am going to merge this one if you agree. |
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.
LGTM
Text copied from https://choosealicense.com/licenses/cc-by-sa-4.0/
Closes #22