You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,28 +79,4 @@ ArrowVortex is provided under the GPLv3 license, or at your option, any later ve
79
79
80
80
The original author provided the volunteer developers with an archive of the source code, which did not include a formal license. The original author explicitly requested that any new code developed by the volunteer developers be released under a license which prevents the code from being used in closed source software. The volunteer developers, as a separate party, have acted in good faith to comply with this request and bear no liability for the licensing status of the original code as provided to them.
81
81
82
-
Code from the following projects is included in this repository:
83
-
-[freetype](https://freetype.org/license.html), using the FreeType License, which is compatible with GPLv3
84
-
- See `lib/freetype/` for more info.
85
-
-[libogg & libvorbis](https://gitlab.xiph.org/xiph), using its BSD-style license, which is compatible with GPLv3
86
-
- See `lib/libvorbis/license` for more info.
87
-
-[libmad](https://www.underbit.com/products/mad/), using the GPL license (libmad allows for GPLv2 or any later version)
88
-
- See `lib/freetype/` for more info.
89
-
-[lua](https://www.lua.org/license.html), using its GPLv3-compatible permissive license
90
-
- See `lib/lua/` for more info.
91
-
- Code from [liir.c](https://www.exstrom.com/journal/sigproc/dsigproc.html) by Exstrom Labratories, which is GPL, is present in `src/Editor/Butterworth.cpp`
92
-
- Code from [Takuya OOURA's General Purpose FFT Package](https://www.kurims.kyoto-u.ac.jp/~ooura/fft.html), which is released freely, is present in `src/Editor/FFT.cpp`
93
-
- Code from the [aubio](https://github.com/aubio/aubio) library, which is also GPLv3, is present in `src/Editor/Aubio.h` and `src/Editor/FindOnsets.cpp`
94
-
95
-
96
-
## Contributors
97
-
98
-
Original author:
99
-
- Bram 'Fietsemaker' van de Wetering
100
-
101
-
The following people helped prepare the initial public release of the open sourced ArrowVortex:
102
-
-@uvcat7
103
-
-@sukibaby
104
-
-@Psycast
105
-
-@DeltaEpsilon7787
106
-
-@DolphinChips
82
+
For licensing info on the dependent projects and a list of contributors, see the CREDITS file.
0 commit comments