mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
Mention that gst-plugin-togglerecord is LGPL in README.md
This commit is contained in:
parent
3fe6e1ab18
commit
003c5b4275
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue