import type { NextPage } from "next"; import Layout from "../components/Blog/Layout"; const Copyright: NextPage = () => { return

Copyright

Unless otherwise stated, all content on this website is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

The logo and images of me are not licensed, so all rights are reserved.

The Material Design Icons used on this website are licensed under the Apache License 2.0.

The Simple Icons used on this website are licensed under the Creative Commons Zero v1.0 Universal.

The SASS Logo used on this website is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

; }; export default Copyright;