From afffa68e105294f23ea71004ee9b0dc906a756d6 Mon Sep 17 00:00:00 2001 From: sukibaby <163092272+sukibaby@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:56:23 -0700 Subject: [PATCH] Restore URL references to CREDITS --- CREDITS | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CREDITS b/CREDITS index 076980dd..74e5c766 100644 --- a/CREDITS +++ b/CREDITS @@ -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