Uh oh!
There was an error while loading. Please reload this page.
Add LICENSE file with CC-BY 4.0 license text - #174
Conversation
waldyrious
commented
Oct 7, 2019
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: |
7patricia
commented
Oct 7, 2019
@waldyrious Updated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7patricia
commented
Oct 11, 2019
@waldyrious updated |
| @@ -0,0 +1,6 @@ | |||
| ## CC-BY 4.0 License | |||
| Copyright (c) 2016-2019 Uphold | |||
There was a problem hiding this comment.
Update the year range to cover 2020 😄
There was a problem hiding this comment.
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.
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.
Change all the URLs in this PR to use the https scheme.

This PR adds a
LICENSEfile with CC-BY 4.0 license text and adds the CC-BY 4.0 badge to theREADMEfile.