import type { NextPage } from "next"; import Layout from "../components/Blog/Layout"; /* - MIT License - MDI (Material Design Icons) by Google, Apache License 2.0 - Simple Icons by Simple Icons Contributors, CC0 1.0 Universal - SASS Logo by Sass team, CC BY-NC-SA 3.0 */ 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;