From 003c5b4275e33d7eaabac8d15f5f788350132da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 Dec 2017 15:37:36 +0200 Subject: [PATCH] Mention that gst-plugin-togglerecord is LGPL in README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4566ff20..ed04912f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Application-side bindings for GStreamer can be found here: https://github.com/sd ## LICENSE -gst-plugin-rs and all crates contained in here are licensed under either of +gst-plugin-rs and all crates contained in here that are not listed below are +licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) @@ -17,6 +18,10 @@ gst-plugin-rs and all crates contained in here are licensed under either of at your option. +gst-plugin-togglerecord is licensed under the Lesser General Public License +([LICENSE-LGPLv2](LICENSE-LGPLv2)) version 2.1 or (at your option) any later +version. + GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html