-
Notifications
You must be signed in to change notification settings - Fork 39
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 LICENSE file with CC-BY 4.0 license text #174
base: master
Are you sure you want to change the base?
Conversation
The MIT license is intended for software. Usually documentation-only repositories like this one tend to use licenses more appropriate for prose. I'd recommend CC-BY 4.0 instead, as it closely mimics the properties of MIT:
Make this a Markdown file (by adding the You may also add the badge to the README in this PR, with the following code:
|
8c4d051
to
2f31ac7
Compare
@waldyrious Updated. |
2f31ac7
to
2ea7e88
Compare
@waldyrious updated |
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, thanks!
@@ -0,0 +1,6 @@ | |||
## CC-BY 4.0 License | |||
Copyright (c) 2016-2019 Uphold |
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.
Update the year range to cover 2020 😄
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.
Or use present
?
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've added a note in our internal board to discuss this with the team so we can standardize copyright notices across all our repos. But sure, no opposition to do that here.
@@ -0,0 +1,6 @@ | |||
## CC-BY 4.0 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.
After offline disussion with @ruimarinho and @fixe, we agreed that CC-BY-NC may be more appropriate. Please make the relevant changes in this file and in the README.
[![Creative Commons Attribution 4.0 license][license-badge-image]][license-badge-link] | ||
|
||
[license-badge-image]: https://i.creativecommons.org/l/by/4.0/80x15.png | ||
[license-badge-link]: http://creativecommons.org/licenses/by/4.0/ |
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.
Change all the URLs in this PR to use the https
scheme.
This PR adds a
LICENSE
file with CC-BY 4.0 license text and adds the CC-BY 4.0 badge to theREADME
file.