diff options
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | content/blog/free-software-games.md | 6 | ||||
| -rw-r--r-- | content/learn/copyleft.md | 2 | ||||
| -rw-r--r-- | content/learn/participate/this-site.md | 2 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/content/_index.md b/content/_index.md index 5ddaa6c..3f63bbb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,7 +16,7 @@ users and authors — the freedom to **use**, **study**, **improve**, and {{< column >}}  -<small>Photo by Flo Köhler, CC-BY 3.0</small> +<small>Photo by Flo Köhler, CC BY 3.0</small> {{< /column >}} {{< /block >}} diff --git a/content/blog/free-software-games.md b/content/blog/free-software-games.md index 2599930..5025c39 100644 --- a/content/blog/free-software-games.md +++ b/content/blog/free-software-games.md @@ -120,8 +120,8 @@ share of the dwindling asset sales as your game ages. Using Creative Commons also allows you to tune the degree to which your assets may be re-used. You can choose different CC licenses to control the commercialization of your assets and use in derivative works. To allow free -redistribution and nothing else, the CC-NC-ND license (noncommercial, no -derivatives) will do the trick. The CC-BY-SA license is the copyleft of creative +redistribution and nothing else, the CC NC-ND license (noncommercial, no +derivatives) will do the trick. The CC BY-SA license is the copyleft of creative commons: it will allow free redistribution, commercialization, and derivative works, *if* the derivatives are also shared with the same rights. The permissive approach is CC-0, which is equivalent to releasing your assets into the public @@ -197,7 +197,7 @@ first: - And the assets? Proprietary? Creative Commons? If the latter, which version? If you're not sure what's best, I would recommend using the GPL for your code, -and CC-BY-SA for the assets. This allows for derivative works, so long as +and CC BY-SA for the assets. This allows for derivative works, so long as they're also made open with a similar license. This enables the community to build on your work, porting it to new platforms, building a thriving modding community, and freely sharing your assets, ensuring an enduring legacy for your diff --git a/content/learn/copyleft.md b/content/learn/copyleft.md index c97c7c3..1dfd772 100644 --- a/content/learn/copyleft.md +++ b/content/learn/copyleft.md @@ -32,7 +32,7 @@ derived works under the same license terms. <img src="/images/licensing-spectrum.svg" alt="various projects and licenses organized along a spectrum" /> <small> Various software licenses and examples of projects which use them, organized - on the copyleft spectrum. Original graphic by David A Wheeler, CC-BY-SA 3.0. + on the copyleft spectrum. Original graphic by David A Wheeler, [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). </small> ## Why choose a copyleft license? diff --git a/content/learn/participate/this-site.md b/content/learn/participate/this-site.md index c2ecc36..2632f3b 100644 --- a/content/learn/participate/this-site.md +++ b/content/learn/participate/this-site.md @@ -7,7 +7,7 @@ This website is itself free software. The source code for the content and layout is available [on SourceHut][0], a free software development platform. Follow the link for information on how to contribute improvements! The website and its content uses the Creative Commons Attribution-ShareAlike 4.0 International -([CC-BY-SA 4.0][CC-BY-SA]) license, a copyleft license. +([CC BY-SA 4.0][CC-BY-SA]) license, a copyleft license. [0]: https://sr.ht/~sircmpwn/writefreesoftware.org/ [CC-BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cf757e6..c83ea01 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,10 +1,10 @@ <footer class="pt-2 pb-2"> <div class="wrap"> <p><small> - <a href="https://sr.ht/~sircmpwn/writefreesoftware.org/">Source Code</a> – CC-BY-SA 4.0; + <a href="https://sr.ht/~sircmpwn/writefreesoftware.org/">Source Code</a> – CC BY-SA 4.0; Theme: <a href="https://github.com/onweru/compose" class="non-free" title="Warning: this link will take you to GitHub, a non-free website">Source Code</a> – Copyright (c) 2020 Weru – MIT license<br /> Logo based on Font Awesome Free 5.3.1 – - <a href="https://fontawesome.com" class="non-free" title="This link will take you to a non-free website">https://fontawesome.com</a> – CC-BY 4.0 + <a href="https://fontawesome.com" class="non-free" title="This link will take you to a non-free website">https://fontawesome.com</a> – CC BY 4.0 </small></p> <a href="#pagetop" id="toTop" title={{ T "to_top" }}></a> {{ if .IsTranslated }} |
