From 2cc217a6a7ddb5be87b71aef2c80e1b50b0ceb44 Mon Sep 17 00:00:00 2001 From: Wojciech Kozyra Date: Tue, 11 Jun 2024 17:15:59 +0200 Subject: [PATCH] Link to LiveCompositor license (#194) --- LICENSE | 11 +++++++++++ mix.exs | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 90f7a49b..55449b1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,14 @@ +Membrane Live Compositor plugin is using Live Compositor that is licensed +under Business Source License 1.1. + +See https://github.com/membraneframework/live_compositor/blob/master/LICENSE +to learn more. + +----------------------------------------------------------------------------- + +Membrane Live Compositor plugin on its own is licensed under Apache-2.0 license +included below. + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/mix.exs b/mix.exs index 4d47bd62..45da91eb 100644 --- a/mix.exs +++ b/mix.exs @@ -80,9 +80,10 @@ defmodule Membrane.LiveCompositor.Mixfile do defp package do [ maintainers: ["Membrane Team"], - licenses: ["Apache-2.0"], + licenses: ["BUSL-1.1"], links: %{ "GitHub" => @github_url, + "Live Compositor Homepage" => "https://compositor.live", "Membrane Framework Homepage" => "https://membrane.stream" } ]