MolOcular — third-party licences
================================

MolOcular ships several pieces of other people's work. The three with terms that
ask something of anyone passing the program on are reproduced here in full.

Two more are in the folder and are not reproduced, for a stated reason rather
than by omission: boost_serialization (Boost Software License 1.0, pulled in by
RDKit), whose licence explicitly exempts redistribution in machine-executable
form from the attribution requirement; and dxcompiler.dll / dxil.dll, Microsoft's
DirectX shader compiler, which Qt deploys and which this application never calls
into -- they arrive because windeployqt copies them, not because anything here
renders with Direct3D.

Qt 6                     Qt-LGPL-3.0.txt, GPL-3.0.txt
-------------------------------------------------------------------------------
The Qt libraries are used under the GNU Lesser General Public License, version 3.
LGPLv3 incorporates the GPLv3 by reference, which is why both texts are here.

What the LGPL asks of anyone passing this on: the Qt libraries are distributed
as separate DLL files next to MolOcular.exe and are NOT statically linked into
it, so you may replace them with your own compatible build of Qt 6 by swapping
those files. Qt's own source is available from https://download.qt.io — the
version in use is shown in MolOcular's About dialog.

RDKit                    RDKit-BSD-3-Clause.txt
-------------------------------------------------------------------------------
BSD 3-Clause. RDKit does the chemistry: aromaticity perception, 2D coordinate
generation and SMILES parsing. It is statically linked.

Inter                    Inter-OFL-1.1.txt
-------------------------------------------------------------------------------
SIL Open Font License 1.1. Inter is the typeface the interface is drawn in. The
font files are embedded in the executable as Qt resources. The OFL permits this;
it forbids selling the font on its own and requires that any derivative font not
use the reserved name.

MolOcular itself
-------------------------------------------------------------------------------
Not open-source licensed. This is a preview build shared for feedback.
