Use CC BY-SA 4.0 instead 2.0.
This commit is contained in:
parent
be12cf60d9
commit
f242a9e9d2
|
@ -12,4 +12,4 @@ Then, run `yarn build`. The site will be built to the `public/` directory.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Code open-sourced with the [MIT license](https://git.holllo.cc/Bauke/bauke.xyz/src/branch/main/LICENSE), content licensed under [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/).
|
Code open-sourced with the [MIT license](https://git.holllo.cc/Bauke/bauke.xyz/src/branch/main/LICENSE), content licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bauke.xyz",
|
"name": "bauke.xyz",
|
||||||
"description": "My personal website.",
|
"description": "My personal website.",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"author": "Bauke <me@bauke.xyz>",
|
"author": "Bauke <me@bauke.xyz>",
|
||||||
"homepage": "https://bauke.xyz",
|
"homepage": "https://bauke.xyz",
|
||||||
"repository": "https://git.holllo.cc/Bauke/bauke.xyz",
|
"repository": "https://git.holllo.cc/Bauke/bauke.xyz",
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
© Bauke
|
© Bauke
|
||||||
<a href="https://creativecommons.org/licenses/by-sa/2.0/" target="_blank">CC BY-SA 2.0</a>
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue