commit e96c8543a9e51546b9b71d0cca112743a5e0b952
parent d46109f4817b420c9f10299e3ce475a0d5aa3e0e
Author: falkTX <falktx@falktx.com>
Date: Wed, 29 Sep 2021 12:39:05 +0100
Update LICENSING.md with more clear LV2 details
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/LICENSING.md b/LICENSING.md
@@ -5,13 +5,14 @@ This usually due to plugin APIs/headers being tied to a specific license or havi
This file describes the licensing that applies to each individual plugin format as a way to make it clear what is possible and compatible.
Note that if you are making GPLv2+ licensed plugins this does not apply to you, as so far everything is GPLv2+ compatible.
-| Target | License(s) | License restrictions | Attribution |
-|--------|------------|----------------------|-------------|
-| JACK/Standalone | ISC (JACK bridge methods) + ?? (RtAudio) | Copyright attribution | RtAudio: 2001-2019 Gary P. Scavone |
-| LADSPA | LGPLv2.1+ | ??? | 2000-2002 Richard W. E. Furse, Paul Barton-Davis, Stefan Westerfeld |
-| DSSI | LGPLv2.1+ | ??? | ALSA: 1998-2001 Jaroslav Kysela, Abramo Bagnara, Takashi Iwai; DSSI: 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton |
-| LV2 | ISC + GPL? (atom-helpers.h not sure if used) | Copyright attribution | TODO, check all headers used |
-| VST2 | GPLv2+ or commercial* | Must also be GPLv2+ or alternatively use Steingberg VST2 SDK (no longer available for new plugins) | Same or later license if GPL; Alternatively, custom agreement with Steingberg |
-| VST3 | ISC | Copyright attribution | DPF |
+Regardless of target format, DPF itself needs to be mentioned in attribution.
+See the [LICENSE](LICENSE) file for copyright details.
-Regardless of target format, DPF itself needs to be mentioned in attribution. See LICENSE file for copyright details.
+| Target | License(s) | License restrictions | Attribution |
+|-----------------|----------------------|-----------------------|-------------|
+| JACK/Standalone | MIT (RtAudio) | Copyright attribution | RtAudio: 2001-2019 Gary P. Scavone |
+| 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 |
+| VST3 | ISC | Copyright attribution | (none, only DPF files used) |