rockbox/rbutil/rbutilqt/rbutilqt.qrc
Dominik Riebeling 9fcdb44e55 rbutil: Show the license of all libraries included.
Replace the Speex license tab in the about dialog with one that lists
all used libraries and their respective licenses, including Speex.

Previously only Speex required including the license in binary
distribution; the recently added bspatch also wants this. Show
the license for all used libraries so we can more easily add new ones in
the future.

Change-Id: Ic8b403f8a2a05d0f1734ddf092782b85ddfa5ed9
2020-11-07 21:48:56 +01:00

104 lines
5.2 KiB
Text

<RCC>
<qresource prefix="/">
<file alias="docs/CREDITS">../../docs/CREDITS</file>
<file alias="docs/gpl-2.0.html">../../docs/gpl-2.0.html</file>
<file alias="docs/lgpl-2.1.txt">logger/LICENSE.LGPL</file>
<file alias="docs/COPYING.SPEEX">../../lib/rbcodec/codecs/libspeex/COPYING</file>
<file alias="docs/LICENSE.TOMCRYPT">../../utils/tomcrypt/LICENSE</file>
<file alias="docs/LICENSE.BZIP2">../bzip2/LICENSE</file>
<file alias="docs/LICENSE.BSPATCH">../bspatch/LICENSE</file>
<file alias="docs/changelog.txt">changelog.txt</file>
</qresource>
<qresource>
<file alias="builtin/VOICE_PAUSE.wav">../../tools/VOICE_PAUSE.wav</file>
<file alias="builtin/voice-corrections.txt">../../tools/voice-corrections.txt</file>
</qresource>
<qresource prefix="/">
<file>icons/audio-volume-high.svg</file>
<file>icons/edit-clear.svg</file>
<file>icons/preferences-desktop-font.svg</file>
<file>icons/preferences-desktop-theme.svg</file>
<file>icons/multimedia-player.svg</file>
<file>icons/input-gaming.svg</file>
<file>icons/audio-input-microphone.svg</file>
<file>icons/dialog-error.svg</file>
<file>icons/dialog-information.svg</file>
<file>icons/dialog-warning.svg</file>
<file>icons/document-save.svg</file>
<file>icons/edit-find.svg</file>
<file>icons/go-next.svg</file>
<file>icons/media-eject.svg</file>
<file>icons/network-idle.svg</file>
<file>icons/package-x-generic.svg</file>
<file>icons/preferences-desktop-locale.svg</file>
<file>icons/preferences-system.svg</file>
<file>icons/process-stop.svg</file>
<file>icons/rblogo.png</file>
<file>icons/rockbox-16.png</file>
<file>icons/rockbox-32.png</file>
<file>icons/rockbox-48.png</file>
<file>icons/rockbox-64.png</file>
<file>icons/rockbox-128.png</file>
<file>icons/rockbox-256.png</file>
<file>icons/system-search.svg</file>
<file>icons/user-trash-full.svg</file>
<file>icons/view-refresh.svg</file>
<file>icons/wizard.jpg</file>
<file alias="icons/rockbox-clef.svg">../../docs/logo/rockbox-clef.svg</file>
<file alias="icons/rockbox-logo.svg">../../docs/logo/rockbox-logo.svg</file>
</qresource>
<qresource>
<file>icons/players/archosfmrecorder-small.png</file>
<file>icons/players/archosondiofm-small.png</file>
<file>icons/players/archosondiosp-small.png</file>
<file>icons/players/archosplayer-small.png</file>
<file>icons/players/archosrecorder-small.png</file>
<file>icons/players/archosrecorderv2-small.png</file>
<file>icons/players/cowond2-small.png</file>
<file>icons/players/gigabeatfx-small.png</file>
<file>icons/players/gigabeats-small.png</file>
<file>icons/players/gogearhdd1630-small.png</file>
<file>icons/players/gogearhdd6330-small.png</file>
<file>icons/players/gogearsa9200-small.png</file>
<file>icons/players/hifimanhm60x-small.png</file>
<file>icons/players/hifimanhm801-small.png</file>
<file>icons/players/iaudiom3-small.png</file>
<file>icons/players/iaudiom5-small.png</file>
<file>icons/players/iaudiox5-small.png</file>
<file>icons/players/ipod1g2g-small.png</file>
<file>icons/players/ipod3g-small.png</file>
<file>icons/players/ipod4g-small.png</file>
<file>icons/players/ipodcolor-small.png</file>
<file>icons/players/ipodmini1g-small.png</file>
<file>icons/players/ipodnano1g-small.png</file>
<file>icons/players/ipodnano2g-small.png</file>
<file>icons/players/ipodvideo-small.png</file>
<file>icons/players/ipod6g-small.png</file>
<file>icons/players/iriverh100-small.png</file>
<file>icons/players/iriverh10_5gb-small.png</file>
<file>icons/players/iriverh10-small.png</file>
<file>icons/players/iriverh300-small.png</file>
<file>icons/players/mpiohd200-small.png</file>
<file>icons/players/mpiohd300-small.png</file>
<file>icons/players/mrobe100-small.png</file>
<file>icons/players/mrobe500-small.png</file>
<file>icons/players/samsungyh820-small.png</file>
<file>icons/players/samsungyh920-small.png</file>
<file>icons/players/samsungyh925-small.png</file>
<file>icons/players/samsungypr0-small.png</file>
<file>icons/players/sansac200-small.png</file>
<file>icons/players/sansaclipplus-small.png</file>
<file>icons/players/sansaclip-small.png</file>
<file>icons/players/sansaclipzip-small.png</file>
<file>icons/players/sansaconnect-small.png</file>
<file>icons/players/sansae200-small.png</file>
<file>icons/players/sansafuzeplus-small.png</file>
<file>icons/players/sansafuze-small.png</file>
<file>icons/players/vibe500-small.png</file>
<file>icons/players/vx747-small.png</file>
<file>icons/players/vx777-small.png</file>
</qresource>
<qresource prefix="/ini">
<file>rbutil.ini</file>
</qresource>
</RCC>