fbs tutorial shim
=================
Copyright (c) Michael Herrmann

fbs depends on several open source libraries and tools. This file describes
which open source software is used, and under which terms. To see precisely how
a library is used, simply search fbs's source code for the library name.

Some open source licenses such as the (L)GPL require that that the source code
for the software used under the respective license be made available. If you
would like to receive a copy of such source code, please send an email to
michael at herrmann (double r, double n) dot io.

PyQt5
=====
URL: https://riverbankcomputing.com/software/pyqt/intro

Imported by some Python files.

Used under the terms of the GNU General Public License version 3. The license
text can be found in the LICENSE file.

PySide2
=======
URL: https://wiki.qt.io/Qt_for_Python

Imported by some Python files.

Used under the terms of the GNU Lesser General Public License version 3.
A copy of the license is available at http://www.gnu.org/.

Qt
==
URL: https://www.qt.io
Version: 5

Used indirectly, through PyQt5 or PySide2, from the Python code.

Used under the terms of the GNU Lesser General Public License version 3.
A copy of the license is available at http://www.gnu.org/.

fbs
===
URL: https://build-system.fman.io

Copied and modified substantial portions of fbs's code.

Used under the terms of the GNU General Public License version 3. The license
text can be found in the LICENSE file.