From d3a9ba847ad891d768199f90a7f5b1ab4a959e43 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Mon, 8 Jul 2024 22:23:02 -0700 Subject: [PATCH] Move icon credits to the GUI project directory --- README.md | 16 ---------------- src/gui/CREDITS.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 16 deletions(-) create mode 100644 src/gui/CREDITS.md diff --git a/README.md b/README.md index f2289243fa..8c04c14e04 100644 --- a/README.md +++ b/README.md @@ -100,19 +100,3 @@ This repository is licensed under AGPL-3.0; However, our SDK (puter.js) is also - [Tesla Model Y](https://twitter.com/HeyPuter/status/1772858333751636310) - [Nintendo Switch](https://twitter.com/HeyPuter/status/1780645795240538518) - [Steam Deck](https://twitter.com/everythingSung/status/1782162352403828793) - -
- -## Credits - -The default wallpaper is created by [Milad Fakurian](https://unsplash.com/photos/blue-orange-and-yellow-wallpaper-E8Ufcyxz514) and published on [Unsplash](https://unsplash.com/). - -Icons by [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) under GPL-3.0 license. - -Icons by [Iconoir](https://iconoir.com/) under MIT license. - -Icons by [Elementary Icons](https://github.com/elementary/icons) under GPL-3.0 license. - -Icons by [Tabler Icons](https://tabler.io/) under MIT license. - -Icons by [bootstrap-icons](https://icons.getbootstrap.com/) under MIT license. diff --git a/src/gui/CREDITS.md b/src/gui/CREDITS.md new file mode 100644 index 0000000000..5f4260d3b7 --- /dev/null +++ b/src/gui/CREDITS.md @@ -0,0 +1,13 @@ +## Credits + +The default wallpaper is created by [Milad Fakurian](https://unsplash.com/photos/blue-orange-and-yellow-wallpaper-E8Ufcyxz514) and published on [Unsplash](https://unsplash.com/). + +Icons by [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) under GPL-3.0 license. + +Icons by [Iconoir](https://iconoir.com/) under MIT license. + +Icons by [Elementary Icons](https://github.com/elementary/icons) under GPL-3.0 license. + +Icons by [Tabler Icons](https://tabler.io/) under MIT license. + +Icons by [bootstrap-icons](https://icons.getbootstrap.com/) under MIT license.