mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-01-31 05:06:57 +01:00
9ae0eeeb87
- In commit b3facaa6bb
, the copyright header was
updated to include "Citron Homebrew Project" across multiple files, regardless
of whether any contributions were made.
- This commit removes the incorrect attribution and reverts the copyright header
to its previous state.
- Copyright attribution should only be added when meaningful contributions have
been made to the file.
- This commit ensures proper compliance with copyright standards and maintains
correct attribution to the respective contributors.
- Special thanks to Tachi for pointing out the need for these corrections and
ensuring that proper attribution practices are followed.
26 lines
1.3 KiB
Text
26 lines
1.3 KiB
Text
<!--
|
|
SPDX-FileCopyrightText: 2018 yuzu Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<RCC>
|
|
<qresource prefix="icons/default">
|
|
<!-- "colorful" is now the default theme, add new icons there -->
|
|
<file alias="index.theme">icons/index.theme</file>
|
|
<file alias="16x16/connected.png">icons/16x16/connected.png</file>
|
|
<file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file>
|
|
<file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file>
|
|
<file alias="16x16/lock.png">icons/16x16/lock.png</file>
|
|
<file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file>
|
|
<file alias="48x48/chip.png">icons/48x48/chip.png</file>
|
|
<file alias="48x48/folder.png">icons/48x48/folder.png</file>
|
|
<file alias="48x48/list-add.png">icons/48x48/list-add.png</file>
|
|
<file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
|
|
<file alias="48x48/star.png">icons/48x48/star.png</file>
|
|
<file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
|
|
<file alias="256x256/citron.png">icons/256x256/citron.png</file>
|
|
</qresource>
|
|
<qresource prefix="default">
|
|
<file>style.qss</file>
|
|
</qresource>
|
|
</RCC>
|