Unverified Commit 54c2dacf authored by Lily Foster's avatar Lily Foster
Browse files

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 https://github.com/stakira/OpenUtau/commit/8b1d8b33557865a87c48e1586b361ea8c287b634
parent 3a2786ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];