fix LGPL-2.1+ license in Cargo.toml

The proper SPDX name is LGPL-2.1-or-later, see https://spdx.org/licenses/
This commit is contained in:
Guillaume Desmottes 2020-04-16 13:06:34 +02:00
parent 2d6a220c00
commit bdb0e72cc7
6 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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" }

View file

@ -2,7 +2,7 @@
name = "gst-plugin-threadshare"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1+"
license = "LGPL-2.1-or-later"
description = "Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2018"

View file

@ -3,7 +3,7 @@ name = "gst-plugin-fallbackswitch"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "LGPL-2.1+"
license = "LGPL-2.1-or-later"
edition = "2018"
description = "Fallback Switcher Plugin"

View file

@ -2,7 +2,7 @@
name = "gst-plugin-togglerecord"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1+"
license = "LGPL-2.1-or-later"
description = "Toggle Record Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2018"

View file

@ -2,7 +2,7 @@
name = "gst-plugin-closedcaption"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>"]
license = "LGPL-2.1+"
license = "LGPL-2.1-or-later"
edition = "2018"
description = "Rust Closed Caption Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"