forked from pool/audacity
Takashi Iwai
8233bd17ba
See fix for #6955 https://github.com/audacity/audacity/issues/6973 - Update to 3.6.2 * #6955 Fix out of bound access in waveform cache * #6857 fix: pitch-shift value not showing on Linux * #6883 Fix for labeled audio operations don't work in certain cases * Fix for TCP UI Breaks when dragging waveform splitter * Undo stack is cleared before project is compacted * Call SetBypass at the right time * Clear clipboard also before cutting * Prepare a set of tracks to apply labeled audio operations depending * Extend Join Region by one sample, to ensure that Split-Join operation * Envelope display fix: pass absolute time value when querying envelope OBS-URL: https://build.opensuse.org/request/show/1189890 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=226
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
There are a number of files under the nyquist subdirectory, which
|
|
carry a non-commercial license :
|
|
|
|
lib-src/libnyquist/nyquist/xlisp/xlcont.c
|
|
lib-src/libnyquist/nyquist/xlisp/xldbug.c
|
|
lib-src/libnyquist/nyquist/xlisp/xldmem.c
|
|
lib-src/libnyquist/nyquist/xlisp/xleval.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlfio.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlftab.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlimage.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlinit.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlio.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlisp.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlisp.h
|
|
lib-src/libnyquist/nyquist/xlisp/xlmath.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlobj.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlprin.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlread.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlstr.c
|
|
lib-src/libnyquist/nyquist/xlisp/xlsys.c
|
|
|
|
To clarify this licensing here is the response from David:
|
|
|
|
"The copyright notices in the source code are intended to suggest that
|
|
non-commercial users need not contact me for permission. It is granted
|
|
in the source code comments. Originally, commercial users needed
|
|
a license and in some cases paid a fee. Now, commercial use is governed
|
|
by a BSD-like license as you've mentioned. I guess I should at least
|
|
update my copies of the source files to say that but I have no control
|
|
over what is floating around the net.
|
|
|
|
David Betz"
|
|
|