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
|
||||
|
||||
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",
|
||||
"description": "My personal website.",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"author": "Bauke <me@bauke.xyz>",
|
||||
"homepage": "https://bauke.xyz",
|
||||
"repository": "https://git.holllo.cc/Bauke/bauke.xyz",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<footer>
|
||||
<p>
|
||||
© 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>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue