From 55d57d6a80989211c7e0efdb34a3bb8b0621a57f Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 3 Nov 2022 13:14:51 +0100 Subject: [PATCH] Shorter license names --- pages/copyright.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/copyright.tsx b/pages/copyright.tsx index 6479fac..f71d47d 100644 --- a/pages/copyright.tsx +++ b/pages/copyright.tsx @@ -4,11 +4,11 @@ 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.

+

Unless otherwise stated, all content on this website is licensed under the CC BY-NC-SA 4.0 license.

+

The logo (the "eye") and images of me are not licensed, 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.

+

The Simple Icons used on this website are licensed under the CC0 1.0 Universal license.

+

The SASS Logo used on this website is licensed under the CC BY-NC-SA 3.0 license.

; };