diff options
author | Andrew Rylatt <AndyR207@users.noreply.github.com> | 2016-12-08 22:24:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 22:24:54 +0000 |
commit | d27fb831fdace8f3f0dd048a8d2990c58fe894c2 (patch) | |
tree | 149d77706876e5b9d6b207e74b0668bcee765877 | |
parent | Merge pull request #887 from Kickball/n8225-patch-3 (diff) | |
parent | Fix CCBYSAv4 syntax in list of Licenses (diff) | |
download | awesome-selfhosted-d27fb831fdace8f3f0dd048a8d2990c58fe894c2.tar.gz awesome-selfhosted-d27fb831fdace8f3f0dd048a8d2990c58fe894c2.zip |
Merge pull request #885 from Kickball/n8225-patch-2
Fix CCBYSAv4 syntax in list of Licenses
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1168,7 +1168,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * `CCBYNCSAv2` - [Creative Commons Attribution-NonCommercial-ShareAlike 2.0](https://creativecommons.org/licenses/by-nc-sa/2.0/) * `CCBYNCSAv3` - [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-nc-sa/3.0/) * `CCBYNCv4` - [Creative Commons Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/) - * `CCBYSAv4 - [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) + * `CCBYSAv4` - [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) * `CC0` - [Public Domain](https://creativecommons.org/about/cc0/) * `CDDL` - [Common Development and Distribution License](https://opensource.org/licenses/CDDL-1.0) * `CeCILL-B` - [CEA CNRS INRIA Logiciel Libre](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt) |