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>2022-04-12 12:24:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-04-12 12:24:55 +0300
commit874063668bb6bfcb4e3c72f1af8dacd0fd469ba1 (patch)
tree16c91e9a41725e5e448b4af722838386b0057352 /README.md
parent28dbbe33db04d199a46b0705d4ee74cbf35ac843 (diff)
Update license text in the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 12 insertions, 21 deletions
diff --git a/README.md b/README.md
index de290357d..99db03502 100644
--- a/README.md
+++ b/README.md
@@ -143,32 +143,23 @@ and generate `pkg-config` files.
## LICENSE
-gst-plugins-rs and all crates contained in here that are not listed below are
-licensed under either of
+gst-plugins-rs and all crates contained in here are licensed under one of the
+following licenses
- * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
- http://www.apache.org/licenses/LICENSE-2.0)
- * MIT license ([LICENSE-MIT](LICENSE-MIT) or
- http://opensource.org/licenses/MIT)
-
-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.
-
-gst-plugin-csound is licensed under the Lesser General Public License
-([LICENSE-LGPLv2](LICENSE-LGPLv2)) version 2.1 or (at your option) any later
-version.
+ * Mozilla Public License Version 2.0 ([LICENSE-MPL-2.0](LICENSE-MPL-2.0) or http://opensource.org/licenses/MPL-2.0)
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+ * 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
+2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html
## Contribution
-Any kinds of contributions are welcome as a pull request.
+Any kinds of contributions are welcome as a merge request.
Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in gst-plugins-rs by you, as defined in the Apache-2.0 license, shall be
-dual licensed as above, without any additional terms or conditions.
+for inclusion in gst-plugins-rs by you shall be licensed under the license of
+the plugin it is added to.
+
+For new plugins the MPL-2 license is preferred.