Third-party software in Voice Motion Studio
===========================================

VoiceMotionStudio.exe is built with PyInstaller and contains the following components.
Full licence texts are in the "licenses" folder (collected by scripts/build_release.py).
Review this file against the actual build before each public release.

- Python (CPython runtime and standard library)
  Python Software Foundation License Version 2
  https://www.python.org/

- Tcl/Tk (tkinter)
  Tcl/Tk License (BSD-style)
  https://www.tcl.tk/

- Pillow
  MIT-CMU License (HPND)
  Copyright (c) 1997-2011 by Secret Labs AB, 1995-2011 by Fredrik Lundh and contributors,
  2010 by Jeffrey A. Clark and contributors
  https://python-pillow.org/

- tkinterdnd2
  MIT License, Copyright (c) 2020 Philippe Gagné
  https://pypi.org/project/tkinterdnd2/ (https://github.com/Eliav2/tkinterdnd2)

- tkdnd (native drag-and-drop extension shipped inside tkinterdnd2)
  BSD-style licence, Copyright (c) Georgios Petasis
  https://github.com/petasis/tkdnd

- PyInstaller bootloader
  GPL 2.0 with a special exception that allows distributing bundled applications
  under any licence. https://pyinstaller.org/

FFmpeg
------
FFmpeg is NOT included unless an "ffmpeg" folder is present in this package.
If it is included, it is a separate program called as an external process, and it is
distributed under its own licence (LGPL 2.1 or GPL, depending on the build). The licence
file and source information of that build are in the "ffmpeg" folder.
https://ffmpeg.org/legal.html
