DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit cb1185d56dcaa4aefcf02e21129a0d86a5424aa7
parent d9d016da8e3f85f962feb601324090f84c0c7a48
Author: falkTX <falktx@falktx.com>
Date:   Wed, 29 Sep 2021 13:25:42 +0100

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
MLICENSING.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSING.md b/LICENSING.md @@ -14,7 +14,7 @@ See the [LICENSE](LICENSE) file for copyright details. | LADSPA | LGPLv2.1+ | ??? (*) | 2000-2002 Richard W. E. Furse, Paul Barton-Davis, Stefan Westerfeld | | DSSI | LGPLv2.1+ | ??? (*) | **DSSI**: 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton;<br/> **ALSA**: 1998-2001 Jaroslav Kysela, Abramo Bagnara, Takashi Iwai | | LV2 | ISC | Copyright attribution | 2006-2020 Steve Harris, David Robillard;<br/> 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld | -| VST2 | GPLv2+ or commercial | Must be GPLv2+ compatible or alternatively use Steingberg VST2 SDK (no longer available for new plugins) | GPLv2+ compatible license or custom agreement with Steingberg | +| VST2 | GPLv2+ or commercial | Must be GPLv2+ compatible or alternatively use Steinberg VST2 SDK (no longer available for new plugins) | GPLv2+ compatible license or custom agreement with Steinberg | | VST3 | ISC | Copyright attribution | (none, only DPF files used) | ### LADSPA and DSSI special note @@ -34,10 +34,10 @@ These formats are very limited and not much used anymore anyway, feel free to sk By default DPF uses the free reverse-engineered [vestige header](distrho/src/vestige/vestige.h) file. This file is GPLv2+ licensed, so that applies to plugins built with it as well. -You can alternatively build DPF-based VST2 plugins using the official VST2 SDK, +You can alternatively build DPF-based VST2 plugins using the official Steinberg VST2 SDK, simply set the `VESTIGE_HEADER` compiler macro to `0` during build. You will need to provide your own VST2 SDK files then, as DPF does not ship with them. -Note there are legal issues surrounding releasing new VST2 plugins using the official SDK, as that is no longer supported by the vendor. +Note there are legal issues surrounding releasing new VST2 plugins using the official SDK, as that is no longer supported by Steinberg. ### VST3 special note