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 "] 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 ", "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 ae1651910..1df3199f4 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 df94b6773..ebfa9c1aa 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 f6b682521..50d902a44 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"