openutau: clarify license situation with worldline again

It seems the prebuilt worldline files are considered redistributable as
part of the project's MIT license.

See 8b1d8b3355
This commit is contained in:
Lily Foster 2023-10-12 15:31:25 -04:00
parent 3a2786eea0
commit 54c2dacff4
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -74,10 +74,10 @@ buildDotnetModule rec {
binaryNativeCode
];
license = with licenses; [
# dotnet code
# dotnet code and worldline resampler binary
mit
# worldline resampler
unfree
# worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT
unfreeRedistributable
];
maintainers = with maintainers; [ lilyinstarlight ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];