From bdb0e72cc77fe346d3c6f3d685afc352a1efb5eb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Apr 2020 13:06:34 +0200 Subject: [PATCH] fix LGPL-2.1+ license in Cargo.toml The proper SPDX name is LGPL-2.1-or-later, see https://spdx.org/licenses/ --- audio/csound/Cargo.toml | 2 +- audio/transcribe/Cargo.toml | 2 +- generic/threadshare/Cargo.toml | 2 +- utils/fallbackswitch/Cargo.toml | 2 +- utils/togglerecord/Cargo.toml | 2 +- video/closedcaption/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index 4fe24100..933a4472 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 "] 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 a0407eda..dffbff8a 100644 --- a/audio/transcribe/Cargo.toml +++ b/audio/transcribe/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jordan Petridis ", "Mathieu Duponchelle "] -license = "LGPL-2.1+" +license = "LGPL-2.1-or-later" description = "Threadshare Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" edition = "2018" diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index ae165191..1df3199f 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -3,7 +3,7 @@ name = "gst-plugin-fallbackswitch" version = "0.6.0" authors = ["Sebastian Dröge "] 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" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index df94b677..ebfa9c1a 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-togglerecord" version = "0.6.0" authors = ["Sebastian Dröge "] -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" diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index f6b68252..50d902a4 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-closedcaption" version = "0.6.0" authors = ["Sebastian Dröge ", "Jordan Petridis "] -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"