|
| 1 | +Original author: |
| 2 | + |
| 3 | + Bram 'Fietsemaker' van de Wetering |
| 4 | + |
| 5 | +The following people helped prepare the initial public release of the open- |
| 6 | +sourced ArrowVortex: |
| 7 | + |
| 8 | + uvcat7 (https://github.com/uvcat7) |
| 9 | + sukibaby (https://github.com/sukibaby) |
| 10 | + Psycast (https://github.com/Psycast) |
| 11 | + DeltaEpsilon7787 (https://github.com/DeltaEpsilon7787) |
| 12 | + DolphinChips (https://github.com/DolphinChips) |
| 13 | + StarbotArc (https://github.com/StarbotArc) |
| 14 | + |
| 15 | +----------------------------------------------------------------------------------------- |
| 16 | + |
| 17 | +ArrowVortex is provided under the GPLv3 license, or at your option, any later |
| 18 | +version. |
| 19 | + |
| 20 | +The original author provided the volunteer developers with an archive of the |
| 21 | +source code, which did not include a formal license. The original author |
| 22 | +explicitly requested that any new code developed by the volunteer developers |
| 23 | +be released under a license which prevents the code from being used in closed |
| 24 | +source software. The volunteer developers, as a separate party, have acted in |
| 25 | +good faith to comply with this request and bear no liability for the licensing |
| 26 | +status of the original code as provided to them. |
| 27 | + |
| 28 | +Code from the following projects is included in this repository: |
| 29 | + |
| 30 | + 1. freetype, using the FreeType License, which is compatible with GPLv3 |
| 31 | + See lib/freetype/ for more info. |
| 32 | + |
| 33 | + 2. libogg & libvorbis, using its BSD-style license, which is compatible with |
| 34 | + GPLv3. See lib/libvorbis/license for more info. |
| 35 | + |
| 36 | + 3. libmad, using the GPL license (libmad allows for GPLv2 or any later version) |
| 37 | + See lib/freetype/ for more info. |
| 38 | + |
| 39 | + 4. lua, using its GPLv3-compatible permissive license |
| 40 | + See lib/lua/ for more info. |
| 41 | + |
| 42 | + 5. Code from liir.c by Exstrom Labratories, which is GPL, is present in |
| 43 | + src/Editor/Butterworth.cpp |
| 44 | + |
| 45 | + 6. Code from Takuya OOURA's General Purpose FFT Package, which is released |
| 46 | + freely, is present in src/Editor/FFT.cpp |
| 47 | + |
| 48 | + 7. Code from the aubio library, which is also GPLv3, is present in |
| 49 | + src/Editor/Aubio.h and src/Editor/FindOnsets.cpp |
| 50 | + |
0 commit comments