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/video
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 /video
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 'video')
-rw-r--r--video/closedcaption/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <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"