THIRD-PARTY COMPONENTS
======================

VI Millionaire ships three libraries it did not write. Each is redistributed
unmodified and keeps its own licence; nothing in this archive changes their
terms, and the terms below are the ones that apply to them.


Tolk  (Tolk.dll)
----------------

The screen-reader abstraction layer. Every announcement this mod makes goes
out through it.

  Author:   Davy Kager
  Source:   https://github.com/dkager/tolk
  Licence:  GNU Lesser General Public License, version 3
            -> Tolk-LGPL-3.0.txt

LGPLv3 incorporates the terms and conditions of the GNU General Public
License version 3, so that is included as well -> GPL-3.0.txt

The binary here is unmodified and byte-identical to the one Tolk distributes.
The complete corresponding source is at the URL above. Tolk is loaded at run
time as a separate DLL and can be replaced with your own build by dropping it
in beside the game executable.


NVDA Controller Client  (nvdaControllerClient64.dll)
----------------------------------------------------

What Tolk uses to speak through NVDA. Redistributed as part of Tolk.

  Author:   NV Access
  Source:   https://github.com/dkager/tolk  (as LICENSE-NVDA.txt)
  Licence:  GNU Lesser General Public License, version 2.1
            -> nvdaControllerClient-LGPL-2.1.txt


System Access API  (SAAPI64.dll)
--------------------------------

What Tolk uses to speak through System Access and Window-Eyes. Redistributed
as part of Tolk.

  Source:   https://github.com/dkager/tolk
  Licence:  Not stated here, because it is not stated upstream either. Tolk
            says only that its client libraries and headers are "distributed
            under their own license" and does not name one for this file. It
            is passed on unmodified, on exactly the footing Tolk's own
            releases put it on. If you need its precise terms, ask the Tolk
            project rather than trusting a guess made here.


Checking these against Tolk's own release
-----------------------------------------

SHA-256:

  Tolk.dll
    af2b8fa09732fd4e8925571b80a2f7cbab04757c65e20f35da31021c8176c1cf

  nvdaControllerClient64.dll
    41c1f5df5997e798fcfbf7c8f2589de811e768b069a60710600cf57cb23a0b09

  SAAPI64.dll
    5e7256de486fa91f5fd7d3d3650e7f6e60b75b6a60b09525ad8cac0d4bce29ab


A note on what is not here
--------------------------

VI_Millionaire.dll — the mod itself — carries no licence of its own. That is a
gap, not a statement: without one, nobody has been given permission to
redistribute or modify it, whatever the intent. It does not affect the three
libraries above, which are covered by their own terms regardless.
