Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 1f0a4198 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Cite dependencies, their licence and their authors

parent f6450280
Branches
Aucune étiquette associée trouvée
1 requête de fusion!10UI improvements
...@@ -23,11 +23,13 @@ static const char *libContent = ...@@ -23,11 +23,13 @@ static const char *libContent =
"<body>" "<body>"
" <p>Here are the libraries that where used to create the software:</p>" " <p>Here are the libraries that where used to create the software:</p>"
" <ul>" " <ul>"
" <li>Qt5</li>" " <li><a href=https://doc.qt.io/qt-5/index.html>Qt5</a> &copy; <i>2018 The Qt Company Ltd. and other contributors. (LGPL-V3)</i></li>"
" <li>Lua</li>" " <li><a href=https://www.lua.org>Lua 5.4</a> &copy; <i>1994–2021 Lua.org, PUC-Rio. (MIT)</i></li>"
" <li>libavutils</li>" " <li><a href=https://libav.org>Libav</a> &copy; <i>Libav contributors. (LGPL-V2.1+)</i></li>"
" <li>libavcodec</li>" " </ul>"
" <li>libavformat</li>" " <p>Other external dependencies where used:</p>"
" <ul>"
" <li><a href=https://github.com/tonsky/FiraCode>FiraCode</a> &copy; <i>Nikita Prokopov. (OFL-1.1)</i></li>"
" </ul>" " </ul>"
"</body>"; "</body>";
......
...@@ -2,5 +2,10 @@ ...@@ -2,5 +2,10 @@
<qresource> <qresource>
<file>icons/vivy.png</file> <file>icons/vivy.png</file>
<file>fonts/FiraCode-Regular.ttf</file> <file>fonts/FiraCode-Regular.ttf</file>
<file>licence/LGPL-V2.0</file>
<file>licence/LGPL-V2.1</file>
<file>licence/LGPL-V3</file>
<file>licence/OFL-1.1</file>
<file>licence/MIT</file>
</qresource> </qresource>
</RCC> </RCC>
Fichier déplacé
Fichier déplacé
Fichier déplacé
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Fichier déplacé
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter