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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-07-10 12:15:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-10 13:06:28 +0300
commite9b61b733d878ad075851510d5164d12f6449b7f (patch)
treee4a938726bda1899a8fb677f1402121b8404cf15 /audio/audiofx/Cargo.toml
parent5e1ce7f9a7b292644b6f8e8058960c4d4bba8121 (diff)
Add LICENSE files to each individual crate
Diffstat (limited to 'audio/audiofx/Cargo.toml')
-rw-r--r--audio/audiofx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index f7a490883..b70d7d293 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-audiofx"
version = "0.6.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-license = "MIT/Apache-2.0"
+license = "LGPL-2.1-or-later"
description = "Rust AudioFx Plugin"
edition = "2018"