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
path: root/audio
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-16 14:06:34 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-04-16 14:07:21 +0300
commitbdb0e72cc77fe346d3c6f3d685afc352a1efb5eb (patch)
tree7225e7a053af9635027f1f8c4a9b08595a97517e /audio
parent2d6a220c006a2a46502d35f6529f2fdb7e4e860a (diff)
fix LGPL-2.1+ license in Cargo.toml
The proper SPDX name is LGPL-2.1-or-later, see https://spdx.org/licenses/
Diffstat (limited to 'audio')
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/transcribe/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 4fe241002..933a44724 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-csound"
version = "0.6.0"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-license = "LGPL-2.1+"
+license = "LGPL-2.1-or-later"
edition = "2018"
description = "An Audio filter plugin based on Csound"
diff --git a/audio/transcribe/Cargo.toml b/audio/transcribe/Cargo.toml
index a0407edaf..dffbff8ad 100644
--- a/audio/transcribe/Cargo.toml
+++ b/audio/transcribe/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Jordan Petridis <jordan@centricular.com>", "Mathieu Duponchelle <mat
edition = "2018"
description = "AWS Transcribe plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-license = "LGPL-2.1+"
+license = "LGPL-2.1-or-later"
[dependencies]
glib = { git = "https://github.com/gtk-rs/glib" }