mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
Update license text in the README.md
This commit is contained in:
parent
28dbbe33db
commit
874063668b
1 changed files with 12 additions and 21 deletions
33
README.md
33
README.md
|
@ -143,32 +143,23 @@ and generate `pkg-config` files.
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
gst-plugins-rs and all crates contained in here that are not listed below are
|
gst-plugins-rs and all crates contained in here are licensed under one of the
|
||||||
licensed under either of
|
following licenses
|
||||||
|
|
||||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
* Mozilla Public License Version 2.0 ([LICENSE-MPL-2.0](LICENSE-MPL-2.0) or http://opensource.org/licenses/MPL-2.0)
|
||||||
http://www.apache.org/licenses/LICENSE-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
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
||||||
http://opensource.org/licenses/MIT)
|
* Lesser General Public License ([LICENSE-LGPLv2](LICENSE-LGPLv2)) version 2.1 or (at your option) any later version
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
GStreamer itself is licensed under the Lesser General Public License version
|
GStreamer itself is licensed under the Lesser General Public License version
|
||||||
2.1 or (at your option) any later version:
|
2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html
|
||||||
https://www.gnu.org/licenses/lgpl-2.1.html
|
|
||||||
|
|
||||||
## Contribution
|
## 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
|
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
|
for inclusion in gst-plugins-rs by you shall be licensed under the license of
|
||||||
dual licensed as above, without any additional terms or conditions.
|
the plugin it is added to.
|
||||||
|
|
||||||
|
For new plugins the MPL-2 license is preferred.
|
||||||
|
|
Loading…
Reference in a new issue