From 63f82810d1518f0410684e116f8ccba8449a8729 Mon Sep 17 00:00:00 2001 From: amesgen Date: Tue, 10 May 2022 19:52:34 +0200 Subject: [PATCH] svt-av1: remove BSD-2 from licenses Quoting from the README: > Up to v0.8.7, SVT-AV1 is licensed under the BSD-2-clause license and > the Alliance for Open Media Patent License 1.0. See LICENSE and > PATENTS for details. Starting from v0.9, SVT-AV1 is licensed under > the BSD-3-clause clear license and the Alliance for Open Media > Patent License 1.0. See LICENSE and PATENTS for details. --- pkgs/tools/video/svt-av1/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/video/svt-av1/default.nix b/pkgs/tools/video/svt-av1/default.nix index 7522bb042edf..dc57cf116097 100644 --- a/pkgs/tools/video/svt-av1/default.nix +++ b/pkgs/tools/video/svt-av1/default.nix @@ -27,7 +27,6 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/v${version}/CHANGELOG.md"; license = with licenses; [ aom - bsd2 bsd3 ]; platforms = platforms.unix;