From d6e2efc8d4d2ffd767dde2b4ac8461ae58a66fe3 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 13 Jul 2024 10:15:19 +0200 Subject: [PATCH] docs: add license information for icons Added LICENSE.md to the icons directory to clarify licensing. Files taken from Phosphor Icons are under the MIT License. The custom `rainbow.svg` created by us is also MIT-licensed. This ensures proper attribution and compliance with open-source licensing requirements. --- assets/dist/icons/LICENSE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/dist/icons/LICENSE.md diff --git a/assets/dist/icons/LICENSE.md b/assets/dist/icons/LICENSE.md new file mode 100644 index 0000000..9f1989b --- /dev/null +++ b/assets/dist/icons/LICENSE.md @@ -0,0 +1,6 @@ +Unless otherwise specified, the files in this directory are taken from +[Phosphor Icons](https://phosphoricons.com/) and are licensed under the +MIT License. For details, please see the Phosphor Icons website. + +The file `rainbow.svg` was created by us at [Private.coffee](https://private.coffee) +and is also licensed under the MIT License.