]> git.alsa-project.org Git - alsa-plugins.git/commit
samplerate: Make LGPL-only
authorTakashi Iwai <tiwai@suse.de>
Sat, 7 Oct 2023 07:20:41 +0000 (09:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 7 Oct 2023 07:26:01 +0000 (09:26 +0200)
commit873a2966d22cd2956dc3c844fdc5d5573178502a
tree210c56bd4ed2b0cba033c0c16ea196d78e167c55
parenta92944bf60f7d577c730a2856881e1ff5cbfeb88
samplerate: Make LGPL-only

As libsamplerate itself was already relicensed to 2-Clause BSD
license, there is no need for restriction of GPL license for
samplerate plugin, too.

Let's switch to LGPL-only for relaxing the use.

Luckily, I am the sole author of this piece of code, so it should be
no legal problem for immediate relicensing.

Closes: https://github.com/alsa-project/alsa-plugins/issues/54
Signed-off-by: Takashi Iwai <tiwai@suse.de>
rate/rate_samplerate.c