mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
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:
parent
2d6a220c00
commit
bdb0e72cc7
6 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue