Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-12 19:45:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-12 21:29:07 +0300
commita000432b13ae3ef63cd1e01733a90a2a42cd086a (patch)
treebcbe667e9ae146c7d052bf4be7ea31d208790190 /net/ndi/Cargo.toml
parentfb8192f40b69d394553ab683d98fc7908dc6557b (diff)
ndi: Relicense plugin from LGPL-2.1 to MPL-2
This was agreed to by all previous contributors in writing.
Diffstat (limited to 'net/ndi/Cargo.toml')
-rw-r--r--net/ndi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml
index ba825dcfd..c63cf1a95 100644
--- a/net/ndi/Cargo.toml
+++ b/net/ndi/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-ndi"
version = "1.0.0"
authors = ["Ruben Gonzalez <rubenrua@teltek.es>", "Daniel Vilar <daniel.peiteado@teltek.es>", "Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/teltek/gst-plugin-ndi"
-license = "LGPL"
+license = "MPL-2.0"
description = "NewTek NDI Plugin"
edition = "2018"