From 1e724b046b061be29aa192846632b7cbe9f6b3b6 Mon Sep 17 00:00:00 2001 From: Adityarup Laha <30696515+adityaruplaha@users.noreply.github.com> Date: Tue, 7 Aug 2018 20:54:35 +0530 Subject: [PATCH] Add license for icons (#4019) * dist: Add license file for icons Original License Source : https://github.com/B3n30/citra-1/blob/network_test3/dist/icons/license.md * fixup! dist: Add license file for icons * Add icon licenses to the main license.txt * fixup! Add icon licenses to the main license.txt --- dist/license.md | 28 ++++++++++++++++++++++++++++ license.txt | 17 +++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 dist/license.md diff --git a/dist/license.md b/dist/license.md new file mode 100644 index 000000000..b81337494 --- /dev/null +++ b/dist/license.md @@ -0,0 +1,28 @@ +The icons in this folder and its subfolders have the following licenses: + +Icon Name | License | Origin/Author +--- | --- | --- +qt_themes/default/icons/16x16/checked.png | Free for non-commercial use +qt_themes/default/icons/16x16/connected.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/default/icons/16x16/disconnected.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/default/icons/16x16/failed.png | Free for non-commercial use +qt_themes/default/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/default/icons/256x256/plus_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/default/icons/48x48/bad_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/default/icons/48x48/chip.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/default/icons/48x48/folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/default/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/default/icons/48x48/sd_card.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/16x16/checked.png | Free for non-commercial use +qt_themes/qdarkstyle/icons/16x16/connected.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/qdarkstyle/icons/16x16/disconnected.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/qdarkstyle/icons/16x16/failed.png | Free for non-commercial use +qt_themes/qdarkstyle/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com +qt_themes/qdarkstyle/icons/256x256/plus_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/48x48/bad_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/48x48/chip.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/48x48/folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +qt_themes/qdarkstyle/icons/48x48/sd_card.png | CC0 1.0 | Designed by BreadFish64 from the Citra team + + diff --git a/license.txt b/license.txt index d511905c1..1e693ac21 100644 --- a/license.txt +++ b/license.txt @@ -337,3 +337,20 @@ proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. + + +The icons used in this project have the following licenses: + +Icon Name | License | Origin/Author +--- | --- | --- +checked.png | Free for non-commercial use +connected.png | CC BY-ND 3.0 | https://icons8.com +disconnected.png | CC BY-ND 3.0 | https://icons8.com +failed.png | Free for non-commercial use +lock.png | CC BY-ND 3.0 | https://icons8.com +plus_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +bad_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +chip.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team +sd_card.png | CC0 1.0 | Designed by BreadFish64 from the Citra team