Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,27 @@ status of the original code as provided to them.

Code from the following projects is included in this repository:

1. freetype, using the FreeType License, which is compatible with GPLv3
See lib/freetype/ for more info.
1. freetype , using the FreeType License, which is compatible with GPLv3
See lib/freetype/ or https://freetype.org/license.html for more info.

2. libogg & libvorbis, using its BSD-style license, which is compatible with
GPLv3. See lib/libvorbis/license for more info.
GPLv3. See lib/libvorbis/license or https://gitlab.xiph.org/xiph for more info.

3. libmad, using the GPL license (libmad allows for GPLv2 or any later version)
See lib/freetype/ for more info.
See lib/freetype/ or https://www.underbit.com/products/mad/ for more info.

4. lua, using its GPLv3-compatible permissive license
See lib/lua/ for more info.
See lib/lua/ or https://www.lua.org/license.html for more info.

5. Code from liir.c by Exstrom Labratories, which is GPL, is present in
src/Editor/Butterworth.cpp
https://www.exstrom.com/journal/sigproc/dsigproc.html

6. Code from Takuya OOURA's General Purpose FFT Package, which is released
freely, is present in src/Editor/FFT.cpp
https://www.kurims.kyoto-u.ac.jp/~ooura/fft.html

7. Code from the aubio library, which is also GPLv3, is present in
src/Editor/Aubio.h and src/Editor/FindOnsets.cpp
https://github.com/aubio/aubio